#420927

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

Shades of Blackberry #420927

Tints of Blackberry #420927

Color information

#420927 (or 0x420927) is unknown color: approx Blackberry. HEX triplet: 42, 09 and 27. RGB value is (66,9,39). Sum of RGB (Red+Green+Blue) = 66+9+39=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #420927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420927 is #BDF6D8. Grayscale: #1D1D1D. Windows color (decimal): -12449497 or 2558274. OLE color: 2558274.

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

Color convert

RGB66939-
CMYK00.860.410.74
HSL328.42º76%14.71%-
HSV(B)328.42º86.36%25.88%-
XYZ2.711.52.07-
YUV29.46133.38154.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=57.89%
G=7.89%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6693900.860.410.74328.427614.71
Hex42927056294A1484cf
Octal102114701265111251011417
Binary1000010100110011101010110101001100101010100100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420927; }

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

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

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

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

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

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

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

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