#49193D

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

Shades of Blackberry #49193D

Tints of Blackberry #49193D

Color information

#49193D (or 0x49193D) is unknown color: approx Blackberry. HEX triplet: 49, 19 and 3D. RGB value is (73,25,61). Sum of RGB (Red+Green+Blue) = 73+25+61=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49193D is #B6E6C2. Grayscale: #2B2B2B. Windows color (decimal): -11986627 or 4004169. OLE color: 4004169.

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

Color convert

RGB732561-
CMYK00.660.160.71
HSL315º48.98%19.22%-
HSV(B)315º65.75%28.63%-
XYZ3.942.454.68-
YUV43.46137.9149.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=45.91%
G=15.72%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73256100.660.160.7131548.9819.22
Hex49193D042104713b3113
Octal11131750102201074736123
Binary1001001110011111010100001010000100011110011101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49193D; }

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

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

<style>
 a { background-color: #49193D; }

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

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

<style>
 span { border-color: #49193D; }

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

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