#420534

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

Shades of Blackberry #420534

Tints of Blackberry #420534

Color information

#420534 (or 0x420534) is unknown color: approx Blackberry. HEX triplet: 42, 05 and 34. RGB value is (66,5,52). Sum of RGB (Red+Green+Blue) = 66+5+52=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #420534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420534 is #BDFACB. Grayscale: #1C1C1C. Windows color (decimal): -12450508 or 3409218. OLE color: 3409218.

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

Color convert

RGB66552-
CMYK00.920.210.74
HSL313.77º85.92%13.92%-
HSV(B)313.77º92.42%25.88%-
XYZ2.921.513.39-
YUV28.6141.21154.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=53.66%
G=4.07%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6655200.920.210.74313.7785.9213.92
Hex4253405C154A13a56e
Octal10256401342511247212616
Binary10000101011101000101110010101100101010011101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420534; }

 p { color: rgb(66,5,52); }

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

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

 a { background-color: rgb(66,5,52); }

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

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

 span { border-color: rgb(66,5,52); }

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