#49183D

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

Shades of Blackberry #49183D

Tints of Blackberry #49183D

Color information

#49183D (or 0x49183D) is unknown color: approx Blackberry. HEX triplet: 49, 18 and 3D. RGB value is (73,24,61). Sum of RGB (Red+Green+Blue) = 73+24+61=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49183D is #B6E7C2. Grayscale: #2A2A2A. Windows color (decimal): -11986883 or 4003913. OLE color: 4003913.

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

Color convert

RGB732461-
CMYK00.670.160.71
HSL314.69º50.52%19.02%-
HSV(B)314.69º67.12%28.63%-
XYZ3.922.414.67-
YUV42.87138.23149.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=46.20%
G=15.19%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73246100.670.160.71314.6950.5219.02
Hex49183D043104713b3313
Octal11130750103201074736323
Binary1001001110001111010100001110000100011110011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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