#46113C

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

Shades of Blackberry #46113C

Tints of Blackberry #46113C

Color information

#46113C (or 0x46113C) is unknown color: approx Blackberry. HEX triplet: 46, 11 and 3C. RGB value is (70,17,60). Sum of RGB (Red+Green+Blue) = 70+17+60=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46113C is #B9EEC3. Grayscale: #252525. Windows color (decimal): -12185284 or 3936582. OLE color: 3936582.

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

Color convert

RGB701760-
CMYK00.760.140.73
HSL311.32º60.92%17.06%-
HSV(B)311.32º75.71%27.45%-
XYZ3.542.034.48-
YUV37.75140.56151-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=47.62%
G=11.56%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70176000.760.140.73311.3260.9217.06
Hex46113C04CE491373d11
Octal10621740114161114677521
Binary100011010001111100010011001110100100110011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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