#46172A

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

Shades of Blackberry #46172A

Tints of Blackberry #46172A

Color information

#46172A (or 0x46172A) is unknown color: approx Blackberry. HEX triplet: 46, 17 and 2A. RGB value is (70,23,42). Sum of RGB (Red+Green+Blue) = 70+23+42=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46172A is #B9E8D5. Grayscale: #272727. Windows color (decimal): -12183766 or 2758470. OLE color: 2758470.

HSL color Cylindrical-coordinate representation of color #46172A: hue angle of 335.74º 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 #46172A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB702342-
CMYK00.670.400.73
HSL335.74º50.54%18.24%-
HSV(B)335.74º67.14%27.45%-
XYZ3.252.082.42-
YUV39.22129.57149.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=51.85%
G=17.04%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70234200.670.400.73335.7450.5418.24
Hex46172A04328491503312
Octal10627520103501115206322
Binary10001101011110101001000011101000100100110101000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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