#49143B

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

Shades of Blackberry #49143B

Tints of Blackberry #49143B

Color information

#49143B (or 0x49143B) is unknown color: approx Blackberry. HEX triplet: 49, 14 and 3B. RGB value is (73,20,59). Sum of RGB (Red+Green+Blue) = 73+20+59=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49143B is #B6EBC4. Grayscale: #282828. Windows color (decimal): -11987909 or 3871817. OLE color: 3871817.

HSL color Cylindrical-coordinate representation of color #49143B: hue angle of 315.85º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49143B is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB732059-
CMYK00.730.190.71
HSL315.85º56.99%18.24%-
HSV(B)315.85º72.6%28.63%-
XYZ3.792.234.37-
YUV40.29138.56151.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=48.03%
G=13.16%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73205900.730.190.71315.8556.9918.24
Hex49143B049134713c3912
Octal11124730111231074747122
Binary1001001101001110110100100110011100011110011110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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