#42011F

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

Shades of Blackberry #42011F

Tints of Blackberry #42011F

Color information

#42011F (or 0x42011F) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 1F. RGB value is (66,1,31). Sum of RGB (Red+Green+Blue) = 66+1+31=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #42011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42011F is #BDFEE0. Grayscale: #171717. Windows color (decimal): -12451553 or 2031938. OLE color: 2031938.

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

Color convert

RGB66131-
CMYK00.980.530.74
HSL332.31º97.01%13.14%-
HSV(B)332.31º98.48%25.88%-
XYZ2.51.281.41-
YUV23.85132.03158.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 67.35%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=67.35%
G=1.02%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6613100.980.530.74332.3197.0113.14
Hex4211F062354A14c61d
Octal10213701426511251414115
Binary100001011111101100010110101100101010100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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