#49113E

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

Shades of Blackberry #49113E

Tints of Blackberry #49113E

Color information

#49113E (or 0x49113E) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 3E. RGB value is (73,17,62). Sum of RGB (Red+Green+Blue) = 73+17+62=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49113E is #B6EEC1. Grayscale: #262626. Windows color (decimal): -11988674 or 4067657. OLE color: 4067657.

HSL color Cylindrical-coordinate representation of color #49113E: hue angle of 311.79º 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 #49113E is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB731762-
CMYK00.770.150.71
HSL311.79º62.22%17.65%-
HSV(B)311.79º76.71%28.63%-
XYZ3.822.174.77-
YUV38.87141.05152.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=48.03%
G=11.18%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73176200.770.150.71311.7962.2217.65
Hex49113E04DF471383e12
Octal11121760115171074707622
Binary100100110001111110010011011111100011110011100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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