#420830

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

Shades of Blackberry #420830

Tints of Blackberry #420830

Color information

#420830 (or 0x420830) is unknown color: approx Blackberry. HEX triplet: 42, 08 and 30. RGB value is (66,8,48). Sum of RGB (Red+Green+Blue) = 66+8+48=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #420830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420830 is #BDF7CF. Grayscale: #1D1D1D. Windows color (decimal): -12449744 or 3147842. OLE color: 3147842.

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

Color convert

RGB66848-
CMYK00.880.270.74
HSL318.62º78.38%14.51%-
HSV(B)318.62º87.88%25.88%-
XYZ2.871.552.94-
YUV29.9138.22153.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=54.10%
G=6.56%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6684800.880.270.74318.6278.3814.51
Hex428300581B4A13f4ef
Octal102106001303311247711617
Binary100001010001100000101100011011100101010011111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420830; }

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

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

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

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

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

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

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

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