#49162F

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

Shades of Blackberry #49162F

Tints of Blackberry #49162F

Color information

#49162F (or 0x49162F) is unknown color: approx Blackberry. HEX triplet: 49, 16 and 2F. RGB value is (73,22,47). Sum of RGB (Red+Green+Blue) = 73+22+47=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #49162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49162F is #B6E9D0. Grayscale: #282828. Windows color (decimal): -11987409 or 3085897. OLE color: 3085897.

HSL color Cylindrical-coordinate representation of color #49162F: hue angle of 330.59º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49162F is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB732247-
CMYK00.700.360.71
HSL330.59º53.68%18.63%-
HSV(B)330.59º69.86%28.63%-
XYZ3.552.22.93-
YUV40.1131.9151.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=51.41%
G=15.49%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73224700.700.360.71330.5953.6818.63
Hex49162F046244714b3613
Octal11126570106441075136623
Binary10010011011010111101000110100100100011110100101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,22,47); }

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

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

 a { background-color: rgb(73,22,47); }

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

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

 span { border-color: rgb(73,22,47); }

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