#49052D

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

Shades of Blackberry #49052D

Tints of Blackberry #49052D

Color information

#49052D (or 0x49052D) is unknown color: approx Blackberry. HEX triplet: 49, 05 and 2D. RGB value is (73,5,45). Sum of RGB (Red+Green+Blue) = 73+5+45=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49052D is #B6FAD2. Grayscale: #1D1D1D. Windows color (decimal): -11991763 or 2950473. OLE color: 2950473.

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

Color convert

RGB73545-
CMYK00.930.380.71
HSL324.71º87.18%15.29%-
HSV(B)324.71º93.15%28.63%-
XYZ3.281.712.64-
YUV29.89136.53158.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=59.35%
G=4.07%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354500.930.380.71324.7187.1815.29
Hex4952D05D264714557f
Octal11155501354610750512717
Binary100100110110110101011101100110100011110100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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