#49182D

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

Shades of Blackberry #49182D

Tints of Blackberry #49182D

Color information

#49182D (or 0x49182D) is unknown color: approx Blackberry. HEX triplet: 49, 18 and 2D. RGB value is (73,24,45). Sum of RGB (Red+Green+Blue) = 73+24+45=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #49182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49182D is #B6E7D2. Grayscale: #292929. Windows color (decimal): -11986899 or 2955337. OLE color: 2955337.

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

Color convert

RGB732445-
CMYK00.670.380.71
HSL334.29º50.52%19.02%-
HSV(B)334.29º67.12%28.63%-
XYZ3.552.262.73-
YUV41.04130.23150.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=51.41%
G=16.90%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73244500.670.380.71334.2950.5219.02
Hex49182D043264714e3313
Octal11130550103461075166323
Binary10010011100010110101000011100110100011110100111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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