#49113D

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

Shades of Blackberry #49113D

Tints of Blackberry #49113D

Color information

#49113D (or 0x49113D) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 3D. RGB value is (73,17,61). Sum of RGB (Red+Green+Blue) = 73+17+61=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49113D is #B6EEC2. Grayscale: #262626. Windows color (decimal): -11988675 or 4002121. OLE color: 4002121.

HSL color Cylindrical-coordinate representation of color #49113D: hue angle of 312.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49113D is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB731761-
CMYK00.770.160.71
HSL312.86º62.22%17.65%-
HSV(B)312.86º76.71%28.63%-
XYZ3.792.154.63-
YUV38.76140.55152.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=48.34%
G=11.26%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73176100.770.160.71312.8662.2217.65
Hex49113D04D10471393e12
Octal11121750115201074717622
Binary1001001100011111010100110110000100011110011100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,17,61); }

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

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

 a { background-color: rgb(73,17,61); }

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

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

 span { border-color: rgb(73,17,61); }

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