#420933

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

Shades of Blackberry #420933

Tints of Blackberry #420933

Color information

#420933 (or 0x420933) is unknown color: approx Blackberry. HEX triplet: 42, 09 and 33. RGB value is (66,9,51). Sum of RGB (Red+Green+Blue) = 66+9+51=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #420933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420933 is #BDF6CC. Grayscale: #1E1E1E. Windows color (decimal): -12449485 or 3344706. OLE color: 3344706.

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

Color convert

RGB66951-
CMYK00.860.230.74
HSL315.79º76%14.71%-
HSV(B)315.79º86.36%25.88%-
XYZ2.941.593.28-
YUV30.83139.38153.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=52.38%
G=7.14%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6695100.860.230.74315.797614.71
Hex42933056174A13c4cf
Octal102116301262711247411417
Binary100001010011100110101011010111100101010011110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420933; }

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

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

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

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

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

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

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

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