#46112B

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

Shades of Blackberry #46112B

Tints of Blackberry #46112B

Color information

#46112B (or 0x46112B) is unknown color: approx Blackberry. HEX triplet: 46, 11 and 2B. RGB value is (70,17,43). Sum of RGB (Red+Green+Blue) = 70+17+43=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46112B is #B9EED4. Grayscale: #232323. Windows color (decimal): -12185301 or 2822470. OLE color: 2822470.

HSL color Cylindrical-coordinate representation of color #46112B: hue angle of 330.57º 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 #46112B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB701743-
CMYK00.760.390.73
HSL330.57º60.92%17.06%-
HSV(B)330.57º75.71%27.45%-
XYZ3.161.882.48-
YUV35.81132.06152.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=53.85%
G=13.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70174300.760.390.73330.5760.9217.06
Hex46112B04C274914b3d11
Octal10621530114471115137521
Binary10001101000110101101001100100111100100110100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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