#42011A

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

Shades of Blackberry #42011A

Tints of Blackberry #42011A

Color information

#42011A (or 0x42011A) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 1A. RGB value is (66,1,26). Sum of RGB (Red+Green+Blue) = 66+1+26=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #42011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42011A is #BDFEE5. Grayscale: #171717. Windows color (decimal): -12451558 or 1704258. OLE color: 1704258.

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

Color convert

RGB66126-
CMYK00.980.610.74
HSL336.92º97.01%13.14%-
HSV(B)336.92º98.48%25.88%-
XYZ2.441.251.09-
YUV23.28129.53158.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.97%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=70.97%
G=1.08%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6612600.980.610.74336.9297.0113.14
Hex4211A0623D4A15161d
Octal10213201427511252114115
Binary100001011101001100010111101100101010101000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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