#42011B

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

Shades of Blackberry #42011B

Tints of Blackberry #42011B

Color information

#42011B (or 0x42011B) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 1B. RGB value is (66,1,27). Sum of RGB (Red+Green+Blue) = 66+1+27=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #42011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42011B is #BDFEE4. Grayscale: #171717. Windows color (decimal): -12451557 or 1769794. OLE color: 1769794.

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

Color convert

RGB66127-
CMYK00.980.590.74
HSL336º97.01%13.14%-
HSV(B)336º98.48%25.88%-
XYZ2.461.261.15-
YUV23.4130.03158.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.21%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=70.21%
G=1.06%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6612700.980.590.7433697.0113.14
Hex4211B0623B4A15061d
Octal10213301427311252014115
Binary100001011101101100010111011100101010101000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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