#46172C

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

Shades of Blackberry #46172C

Tints of Blackberry #46172C

Color information

#46172C (or 0x46172C) is unknown color: approx Blackberry. HEX triplet: 46, 17 and 2C. RGB value is (70,23,44). Sum of RGB (Red+Green+Blue) = 70+23+44=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46172C is #B9E8D3. Grayscale: #272727. Windows color (decimal): -12183764 or 2889542. OLE color: 2889542.

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

Color convert

RGB702344-
CMYK00.670.370.73
HSL333.19º50.54%18.24%-
HSV(B)333.19º67.14%27.45%-
XYZ3.292.12.61-
YUV39.45130.57149.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=51.09%
G=16.79%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70234400.670.370.73333.1950.5418.24
Hex46172C043254914d3312
Octal10627540103451115156322
Binary10001101011110110001000011100101100100110100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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