#49022D

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

Shades of Blackberry #49022D

Tints of Blackberry #49022D

Color information

#49022D (or 0x49022D) is unknown color: approx Blackberry. HEX triplet: 49, 02 and 2D. RGB value is (73,2,45). Sum of RGB (Red+Green+Blue) = 73+2+45=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49022D is #B6FDD2. Grayscale: #1C1C1C. Windows color (decimal): -11992531 or 2949705. OLE color: 2949705.

HSL color Cylindrical-coordinate representation of color #49022D: hue angle of 323.66º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49022D is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB73245-
CMYK00.970.380.71
HSL323.66º94.67%14.71%-
HSV(B)323.66º97.26%28.63%-
XYZ3.241.652.63-
YUV28.13137.52160-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.83%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=60.83%
G=1.67%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7324500.970.380.71323.6694.6714.71
Hex4922D06126471445ff
Octal11125501414610750413717
Binary10010011010110101100001100110100011110100010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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