#42031C

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

Shades of Blackberry #42031C

Tints of Blackberry #42031C

Color information

#42031C (or 0x42031C) is unknown color: approx Blackberry. HEX triplet: 42, 03 and 1C. RGB value is (66,3,28). Sum of RGB (Red+Green+Blue) = 66+3+28=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42031C is #BDFCE3. Grayscale: #181818. Windows color (decimal): -12451044 or 1835842. OLE color: 1835842.

HSL color Cylindrical-coordinate representation of color #42031C: hue angle of 336.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42031C is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB66328-
CMYK00.950.580.74
HSL336.19º91.3%13.53%-
HSV(B)336.19º95.45%25.88%-
XYZ2.491.311.22-
YUV24.69129.87157.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.04%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=68.04%
G=3.09%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6632800.950.580.74336.1991.313.53
Hex4231C05F3A4A1505be
Octal10233401377211252013316
Binary1000010111110001011111111010100101010101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42031C; }

 p { color: rgb(66,3,28); }

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

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

 a { background-color: rgb(66,3,28); }

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

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

 span { border-color: rgb(66,3,28); }

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