#46172F

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

Shades of Blackberry #46172F

Tints of Blackberry #46172F

Color information

#46172F (or 0x46172F) is unknown color: approx Blackberry. HEX triplet: 46, 17 and 2F. RGB value is (70,23,47). Sum of RGB (Red+Green+Blue) = 70+23+47=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46172F is #B9E8D0. Grayscale: #272727. Windows color (decimal): -12183761 or 3086150. OLE color: 3086150.

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

Color convert

RGB702347-
CMYK00.670.330.73
HSL329.36º50.54%18.24%-
HSV(B)329.36º67.14%27.45%-
XYZ3.352.122.92-
YUV39.79132.07149.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=50%
G=16.43%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70234700.670.330.73329.3650.5418.24
Hex46172F04321491493312
Octal10627570103411115116322
Binary10001101011110111101000011100001100100110100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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