#420929

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

Shades of Blackberry #420929

Tints of Blackberry #420929

Color information

#420929 (or 0x420929) is unknown color: approx Blackberry. HEX triplet: 42, 09 and 29. RGB value is (66,9,41). Sum of RGB (Red+Green+Blue) = 66+9+41=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #420929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420929 is #BDF6D6. Grayscale: #1D1D1D. Windows color (decimal): -12449495 or 2689346. OLE color: 2689346.

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

Color convert

RGB66941-
CMYK00.860.380.74
HSL326.32º76%14.71%-
HSV(B)326.32º86.36%25.88%-
XYZ2.741.512.25-
YUV29.69134.38153.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=56.90%
G=7.76%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6694100.860.380.74326.327614.71
Hex42929056264A1464cf
Octal102115101264611250611417
Binary1000010100110100101010110100110100101010100011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420929; }

 p { color: rgb(66,9,41); }

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

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

 a { background-color: rgb(66,9,41); }

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

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

 span { border-color: rgb(66,9,41); }

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