#420430

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

Shades of Blackberry #420430

Tints of Blackberry #420430

Color information

#420430 (or 0x420430) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 30. RGB value is (66,4,48). Sum of RGB (Red+Green+Blue) = 66+4+48=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #420430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420430 is #BDFBCF. Grayscale: #1B1B1B. Windows color (decimal): -12450768 or 3146818. OLE color: 3146818.

HSL color Cylindrical-coordinate representation of color #420430: hue angle of 317.42º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420430 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB66448-
CMYK00.940.270.74
HSL317.42º88.57%13.73%-
HSV(B)317.42º93.94%25.88%-
XYZ2.821.462.93-
YUV27.55139.54155.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=55.93%
G=3.39%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644800.940.270.74317.4288.5713.73
Hex4243005E1B4A13d59e
Octal10246001363311247513116
Binary10000101001100000101111011011100101010011110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420430; }

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

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

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

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

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

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

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

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