#49052F

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

Shades of Blackberry #49052F

Tints of Blackberry #49052F

Color information

#49052F (or 0x49052F) is unknown color: approx Blackberry. HEX triplet: 49, 05 and 2F. RGB value is (73,5,47). Sum of RGB (Red+Green+Blue) = 73+5+47=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49052F is #B6FAD0. Grayscale: #1E1E1E. Windows color (decimal): -11991761 or 3081545. OLE color: 3081545.

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

Color convert

RGB73547-
CMYK00.930.360.71
HSL322.94º87.18%15.29%-
HSV(B)322.94º93.15%28.63%-
XYZ3.321.732.85-
YUV30.12137.53158.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=58.4%
G=4%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354700.930.360.71322.9487.1815.29
Hex4952F05D244714357f
Octal11155701354410750312717
Binary100100110110111101011101100100100011110100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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