#49133D

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

Shades of Blackberry #49133D

Tints of Blackberry #49133D

Color information

#49133D (or 0x49133D) is unknown color: approx Blackberry. HEX triplet: 49, 13 and 3D. RGB value is (73,19,61). Sum of RGB (Red+Green+Blue) = 73+19+61=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49133D is #B6ECC2. Grayscale: #272727. Windows color (decimal): -11988163 or 4002633. OLE color: 4002633.

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

Color convert

RGB731961-
CMYK00.740.160.71
HSL313.33º58.7%18.04%-
HSV(B)313.33º73.97%28.63%-
XYZ3.822.224.64-
YUV39.93139.89151.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=47.71%
G=12.42%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73196100.740.160.71313.3358.718.04
Hex49133D04A10471393b12
Octal11123750112201074717322
Binary1001001100111111010100101010000100011110011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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