#49192F

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

Shades of Blackberry #49192F

Tints of Blackberry #49192F

Color information

#49192F (or 0x49192F) is unknown color: approx Blackberry. HEX triplet: 49, 19 and 2F. RGB value is (73,25,47). Sum of RGB (Red+Green+Blue) = 73+25+47=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #49192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49192F is #B6E6D0. Grayscale: #292929. Windows color (decimal): -11986641 or 3086665. OLE color: 3086665.

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

Color convert

RGB732547-
CMYK00.660.360.71
HSL332.5º48.98%19.22%-
HSV(B)332.5º65.75%28.63%-
XYZ3.612.322.95-
YUV41.86130.9150.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=50.34%
G=17.24%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73254700.660.360.71332.548.9819.22
Hex49192F042244714c3113
Octal11131570102441075146123
Binary10010011100110111101000010100100100011110100110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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