#430320

Color #430320 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #430320

Tints of Blackberry #430320

Color information

#430320 (or 0x430320) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 20. RGB value is (67,3,32). Sum of RGB (Red+Green+Blue) = 67+3+32=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #430320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430320 is #BCFCDF. Grayscale: #191919. Windows color (decimal): -12385504 or 2097987. OLE color: 2097987.

HSL color Cylindrical-coordinate representation of color #430320: hue angle of 332.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430320 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB67332-
CMYK00.960.520.74
HSL332.81º91.43%13.73%-
HSV(B)332.81º95.52%26.27%-
XYZ2.611.361.49-
YUV25.44131.7157.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 65.69%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=65.69%
G=2.94%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6733200.960.520.74332.8191.4313.73
Hex43320060344A14d5be
Octal10334001406411251513316
Binary10000111110000001100000110100100101010100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430320; }

 p { color: rgb(67,3,32); }

 H1.HeaderClassName
 {
   color: #430320;
 }
 .AnyTagClassName
 {
   color: #430320;
 }
</style>
background-color css

<style>
 a { background-color: #430320; }

 a { background-color: rgb(67,3,32); }

 div.DivClassName
 {
   background-color: #430320;
 }
 .BgClassName
 {
   background-color: #430320;
 }
</style>
border-color css

<style>
 span { border-color: #430320; }

 span { border-color: rgb(67,3,32); }

 td.TdClassName
 {
   border-color: #430320;
 }
 .TagClassName
 {
   border-color: #430320;
 }
</style>