#420833

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

Shades of Blackberry #420833

Tints of Blackberry #420833

Color information

#420833 (or 0x420833) is unknown color: approx Blackberry. HEX triplet: 42, 08 and 33. RGB value is (66,8,51). Sum of RGB (Red+Green+Blue) = 66+8+51=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #420833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420833 is #BDF7CC. Grayscale: #1E1E1E. Windows color (decimal): -12449741 or 3344450. OLE color: 3344450.

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

Color convert

RGB66851-
CMYK00.880.230.74
HSL315.52º78.38%14.51%-
HSV(B)315.52º87.88%25.88%-
XYZ2.931.573.28-
YUV30.24139.72153.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=52.8%
G=6.4%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6685100.880.230.74315.5278.3814.51
Hex42833058174A13c4ef
Octal102106301302711247411617
Binary100001010001100110101100010111100101010011110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420833; }

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

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

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

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

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

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

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

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