#49173D

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

Shades of Blackberry #49173D

Tints of Blackberry #49173D

Color information

#49173D (or 0x49173D) is unknown color: approx Blackberry. HEX triplet: 49, 17 and 3D. RGB value is (73,23,61). Sum of RGB (Red+Green+Blue) = 73+23+61=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49173D is #B6E8C2. Grayscale: #2A2A2A. Windows color (decimal): -11987139 or 4003657. OLE color: 4003657.

HSL color Cylindrical-coordinate representation of color #49173D: hue angle of 314.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49173D is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB732361-
CMYK00.680.160.71
HSL314.4º52.08%18.82%-
HSV(B)314.4º68.49%28.63%-
XYZ3.92.374.67-
YUV42.28138.56149.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=46.50%
G=14.65%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73236100.680.160.71314.452.0818.82
Hex49173D044104713a3413
Octal11127750104201074726423
Binary1001001101111111010100010010000100011110011101011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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