#49032D

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

Shades of Blackberry #49032D

Tints of Blackberry #49032D

Color information

#49032D (or 0x49032D) is unknown color: approx Blackberry. HEX triplet: 49, 03 and 2D. RGB value is (73,3,45). Sum of RGB (Red+Green+Blue) = 73+3+45=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49032D is #B6FCD2. Grayscale: #1C1C1C. Windows color (decimal): -11992275 or 2949961. OLE color: 2949961.

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

Color convert

RGB73345-
CMYK00.960.380.71
HSL324º92.11%14.9%-
HSV(B)324º95.89%28.63%-
XYZ3.251.672.63-
YUV28.72137.19159.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=60.33%
G=2.48%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7334500.960.380.7132492.1114.9
Hex4932D06026471445cf
Octal11135501404610750413417
Binary10010011110110101100000100110100011110100010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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