#420324

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

Shades of Blackberry #420324

Tints of Blackberry #420324

Color information

#420324 (or 0x420324) is unknown color: approx Blackberry. HEX triplet: 42, 03 and 24. RGB value is (66,3,36). Sum of RGB (Red+Green+Blue) = 66+3+36=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420324 is #BDFCDB. Grayscale: #191919. Windows color (decimal): -12451036 or 2360130. OLE color: 2360130.

HSL color Cylindrical-coordinate representation of color #420324: hue angle of 328.57º 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 #420324 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB66336-
CMYK00.950.450.74
HSL328.57º91.3%13.53%-
HSV(B)328.57º95.45%25.88%-
XYZ2.61.351.79-
YUV25.6133.87156.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.86%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=62.86%
G=2.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6633600.950.450.74328.5791.313.53
Hex4232405F2D4A1495be
Octal10234401375511251113316
Binary10000101110010001011111101101100101010100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420324; }

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

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

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

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

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

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

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

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