#49143D

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

Shades of Blackberry #49143D

Tints of Blackberry #49143D

Color information

#49143D (or 0x49143D) is unknown color: approx Blackberry. HEX triplet: 49, 14 and 3D. RGB value is (73,20,61). Sum of RGB (Red+Green+Blue) = 73+20+61=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49143D is #B6EBC2. Grayscale: #282828. Windows color (decimal): -11987907 or 4002889. OLE color: 4002889.

HSL color Cylindrical-coordinate representation of color #49143D: hue angle of 313.58º 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 #49143D is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB732061-
CMYK00.730.160.71
HSL313.58º56.99%18.24%-
HSV(B)313.58º72.6%28.63%-
XYZ3.842.254.65-
YUV40.52139.56151.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=47.40%
G=12.99%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73206100.730.160.71313.5856.9918.24
Hex49143D049104713a3912
Octal11124750111201074727122
Binary1001001101001111010100100110000100011110011101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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