#42112C

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

Shades of Blackberry #42112C

Tints of Blackberry #42112C

Color information

#42112C (or 0x42112C) is unknown color: approx Blackberry. HEX triplet: 42, 11 and 2C. RGB value is (66,17,44). Sum of RGB (Red+Green+Blue) = 66+17+44=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42112C is #BDEED3. Grayscale: #222222. Windows color (decimal): -12447444 or 2888002. OLE color: 2888002.

HSL color Cylindrical-coordinate representation of color #42112C: hue angle of 326.94º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42112C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB661744-
CMYK00.740.330.74
HSL326.94º59.04%16.27%-
HSV(B)326.94º74.24%25.88%-
XYZ2.91.742.57-
YUV34.73133.23150.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=51.97%
G=13.39%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66174400.740.330.74326.9459.0416.27
Hex42112C04A214A1473b10
Octal10221540112411125077320
Binary10000101000110110001001010100001100101010100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,17,44); }

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

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

 a { background-color: rgb(66,17,44); }

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

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

 span { border-color: rgb(66,17,44); }

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