#46112C

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

Shades of Blackberry #46112C

Tints of Blackberry #46112C

Color information

#46112C (or 0x46112C) is unknown color: approx Blackberry. HEX triplet: 46, 11 and 2C. RGB value is (70,17,44). Sum of RGB (Red+Green+Blue) = 70+17+44=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46112C is #B9EED3. Grayscale: #232323. Windows color (decimal): -12185300 or 2888006. OLE color: 2888006.

HSL color Cylindrical-coordinate representation of color #46112C: hue angle of 329.43º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46112C is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB701744-
CMYK00.760.370.73
HSL329.43º60.92%17.06%-
HSV(B)329.43º75.71%27.45%-
XYZ3.181.882.58-
YUV35.92132.56152.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=53.44%
G=12.98%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70174400.760.370.73329.4360.9217.06
Hex46112C04C25491493d11
Octal10621540114451115117521
Binary10001101000110110001001100100101100100110100100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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