#420431

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

Shades of Blackberry #420431

Tints of Blackberry #420431

Color information

#420431 (or 0x420431) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 31. RGB value is (66,4,49). Sum of RGB (Red+Green+Blue) = 66+4+49=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #420431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420431 is #BDFBCE. Grayscale: #1B1B1B. Windows color (decimal): -12450767 or 3212354. OLE color: 3212354.

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

Color convert

RGB66449-
CMYK00.940.260.74
HSL316.45º88.57%13.73%-
HSV(B)316.45º93.94%25.88%-
XYZ2.841.473.04-
YUV27.67140.04155.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=55.46%
G=3.36%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644900.940.260.74316.4588.5713.73
Hex4243105E1A4A13c59e
Octal10246101363211247413116
Binary10000101001100010101111011010100101010011110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420431; }

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

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

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

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

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

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

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

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