#49052E

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

Shades of Blackberry #49052E

Tints of Blackberry #49052E

Color information

#49052E (or 0x49052E) is unknown color: approx Blackberry. HEX triplet: 49, 05 and 2E. RGB value is (73,5,46). Sum of RGB (Red+Green+Blue) = 73+5+46=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49052E is #B6FAD1. Grayscale: #1D1D1D. Windows color (decimal): -11991762 or 3016009. OLE color: 3016009.

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

Color convert

RGB73546-
CMYK00.930.370.71
HSL323.82º87.18%15.29%-
HSV(B)323.82º93.15%28.63%-
XYZ3.31.722.74-
YUV30.01137.03158.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=58.87%
G=4.03%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354600.930.370.71323.8287.1815.29
Hex4952E05D254714457f
Octal11155601354510750412717
Binary100100110110111001011101100101100011110100010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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