#420626

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

Shades of Blackberry #420626

Tints of Blackberry #420626

Color information

#420626 (or 0x420626) is unknown color: approx Blackberry. HEX triplet: 42, 06 and 26. RGB value is (66,6,38). Sum of RGB (Red+Green+Blue) = 66+6+38=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #420626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420626 is #BDF9D9. Grayscale: #1B1B1B. Windows color (decimal): -12450266 or 2491970. OLE color: 2491970.

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

Color convert

RGB66638-
CMYK00.910.420.74
HSL328º83.33%14.12%-
HSV(B)328º90.91%25.88%-
XYZ2.661.431.97-
YUV27.59133.88155.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 5.45%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=60%
G=5.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6663800.910.420.7432883.3314.12
Hex4262605B2A4A14853e
Octal10264601335211251012316
Binary100001011010011001011011101010100101010100100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420626; }

 p { color: rgb(66,6,38); }

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

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

 a { background-color: rgb(66,6,38); }

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

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

 span { border-color: rgb(66,6,38); }

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