#420131

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

Shades of Blackberry #420131

Tints of Blackberry #420131

Color information

#420131 (or 0x420131) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 31. RGB value is (66,1,49). Sum of RGB (Red+Green+Blue) = 66+1+49=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #420131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420131 is #BDFECE. Grayscale: #191919. Windows color (decimal): -12451535 or 3211586. OLE color: 3211586.

HSL color Cylindrical-coordinate representation of color #420131: hue angle of 315.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420131 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB66149-
CMYK00.980.260.74
HSL315.69º97.01%13.14%-
HSV(B)315.69º98.48%25.88%-
XYZ2.811.43.03-
YUV25.91141.03156.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=56.90%
G=0.86%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6614900.980.260.74315.6997.0113.14
Hex421310621A4A13c61d
Octal10216101423211247414115
Binary100001011100010110001011010100101010011110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420131; }

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

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

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

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

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

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

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

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