#49052B

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

Shades of Blackberry #49052B

Tints of Blackberry #49052B

Color information

#49052B (or 0x49052B) is unknown color: approx Blackberry. HEX triplet: 49, 05 and 2B. RGB value is (73,5,43). Sum of RGB (Red+Green+Blue) = 73+5+43=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49052B is #B6FAD4. Grayscale: #1D1D1D. Windows color (decimal): -11991765 or 2819401. OLE color: 2819401.

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

Color convert

RGB73543-
CMYK00.930.410.71
HSL326.47º87.18%15.29%-
HSV(B)326.47º93.15%28.63%-
XYZ3.241.72.44-
YUV29.66135.53158.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=60.33%
G=4.13%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354300.930.410.71326.4787.1815.29
Hex4952B05D294714657f
Octal11155301355110750612717
Binary100100110110101101011101101001100011110100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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