#420523

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

Shades of Blackberry #420523

Tints of Blackberry #420523

Color information

#420523 (or 0x420523) is unknown color: approx Blackberry. HEX triplet: 42, 05 and 23. RGB value is (66,5,35). Sum of RGB (Red+Green+Blue) = 66+5+35=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #420523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420523 is #BDFADC. Grayscale: #1A1A1A. Windows color (decimal): -12450525 or 2295106. OLE color: 2295106.

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

Color convert

RGB66535-
CMYK00.920.470.74
HSL330.49º85.92%13.92%-
HSV(B)330.49º92.42%25.88%-
XYZ2.61.391.72-
YUV26.66132.71156.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.26%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=62.26%
G=4.72%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6653500.920.470.74330.4985.9213.92
Hex4252305C2F4A14a56e
Octal10254301345711251212616
Binary100001010110001101011100101111100101010100101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420523; }

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

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

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

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

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

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

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

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