#49192E

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

Shades of Blackberry #49192E

Tints of Blackberry #49192E

Color information

#49192E (or 0x49192E) is unknown color: approx Blackberry. HEX triplet: 49, 19 and 2E. RGB value is (73,25,46). Sum of RGB (Red+Green+Blue) = 73+25+46=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #49192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49192E is #B6E6D1. Grayscale: #292929. Windows color (decimal): -11986642 or 3021129. OLE color: 3021129.

HSL color Cylindrical-coordinate representation of color #49192E: hue angle of 333.75º 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 #49192E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB732546-
CMYK00.660.370.71
HSL333.75º48.98%19.22%-
HSV(B)333.75º65.75%28.63%-
XYZ3.592.312.84-
YUV41.75130.4150.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=50.69%
G=17.36%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73254600.660.370.71333.7548.9819.22
Hex49192E042254714e3113
Octal11131560102451075166123
Binary10010011100110111001000010100101100011110100111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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