#42011C

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

Shades of Blackberry #42011C

Tints of Blackberry #42011C

Color information

#42011C (or 0x42011C) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 1C. RGB value is (66,1,28). Sum of RGB (Red+Green+Blue) = 66+1+28=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42011C is #BDFEE3. Grayscale: #171717. Windows color (decimal): -12451556 or 1835330. OLE color: 1835330.

HSL color Cylindrical-coordinate representation of color #42011C: hue angle of 335.08º 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 #42011C is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB66128-
CMYK00.980.580.74
HSL335.08º97.01%13.14%-
HSV(B)335.08º98.48%25.88%-
XYZ2.471.261.21-
YUV23.51130.53158.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 69.47%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=69.47%
G=1.05%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6612800.980.580.74335.0897.0113.14
Hex4211C0623A4A14f61d
Octal10213401427211251714115
Binary100001011110001100010111010100101010100111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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