#49133B

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

Shades of Blackberry #49133B

Tints of Blackberry #49133B

Color information

#49133B (or 0x49133B) is unknown color: approx Blackberry. HEX triplet: 49, 13 and 3B. RGB value is (73,19,59). Sum of RGB (Red+Green+Blue) = 73+19+59=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49133B is #B6ECC4. Grayscale: #272727. Windows color (decimal): -11988165 or 3871561. OLE color: 3871561.

HSL color Cylindrical-coordinate representation of color #49133B: hue angle of 315.56º 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 #49133B is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB731959-
CMYK00.740.190.71
HSL315.56º58.7%18.04%-
HSV(B)315.56º73.97%28.63%-
XYZ3.772.24.36-
YUV39.71138.89151.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=48.34%
G=12.58%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73195900.740.190.71315.5658.718.04
Hex49133B04A134713c3b12
Octal11123730112231074747322
Binary1001001100111110110100101010011100011110011110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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