#420438

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

Shades of Blackberry #420438

Tints of Blackberry #420438

Color information

#420438 (or 0x420438) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 38. RGB value is (66,4,56). Sum of RGB (Red+Green+Blue) = 66+4+56=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #420438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420438 is #BDFBC7. Grayscale: #1C1C1C. Windows color (decimal): -12450760 or 3671106. OLE color: 3671106.

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

Color convert

RGB66456-
CMYK00.940.150.74
HSL309.68º88.57%13.73%-
HSV(B)309.68º93.94%25.88%-
XYZ31.533.88-
YUV28.47143.54154.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=52.38%
G=3.17%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6645600.940.150.74309.6888.5713.73
Hex4243805EF4A13659e
Octal10247001361711246613116
Binary1000010100111000010111101111100101010011011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420438; }

 p { color: rgb(66,4,56); }

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

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

 a { background-color: rgb(66,4,56); }

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

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

 span { border-color: rgb(66,4,56); }

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