#42011E

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

Shades of Blackberry #42011E

Tints of Blackberry #42011E

Color information

#42011E (or 0x42011E) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 1E. RGB value is (66,1,30). Sum of RGB (Red+Green+Blue) = 66+1+30=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42011E is #BDFEE1. Grayscale: #171717. Windows color (decimal): -12451554 or 1966402. OLE color: 1966402.

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

Color convert

RGB66130-
CMYK00.980.550.74
HSL333.23º97.01%13.14%-
HSV(B)333.23º98.48%25.88%-
XYZ2.491.271.34-
YUV23.74131.53158.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.04%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=68.04%
G=1.03%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6613000.980.550.74333.2397.0113.14
Hex4211E062374A14d61d
Octal10213601426711251514115
Binary100001011111001100010110111100101010100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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