#420320

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

Shades of Blackberry #420320

Tints of Blackberry #420320

Color information

#420320 (or 0x420320) is unknown color: approx Blackberry. HEX triplet: 42, 03 and 20. RGB value is (66,3,32). Sum of RGB (Red+Green+Blue) = 66+3+32=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #420320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420320 is #BDFCDF. Grayscale: #191919. Windows color (decimal): -12451040 or 2097986. OLE color: 2097986.

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

Color convert

RGB66332-
CMYK00.950.520.74
HSL332.38º91.3%13.53%-
HSV(B)332.38º95.45%25.88%-
XYZ2.541.331.49-
YUV25.14131.87157.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 65.35%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=65.35%
G=2.97%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6633200.950.520.74332.3891.313.53
Hex4232005F344A14c5be
Octal10234001376411251413316
Binary10000101110000001011111110100100101010100110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420320; }

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

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

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

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

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

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

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

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