#49182F

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

Shades of Blackberry #49182F

Tints of Blackberry #49182F

Color information

#49182F (or 0x49182F) is unknown color: approx Blackberry. HEX triplet: 49, 18 and 2F. RGB value is (73,24,47). Sum of RGB (Red+Green+Blue) = 73+24+47=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #49182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49182F is #B6E7D0. Grayscale: #292929. Windows color (decimal): -11986897 or 3086409. OLE color: 3086409.

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

Color convert

RGB732447-
CMYK00.670.360.71
HSL331.84º50.52%19.02%-
HSV(B)331.84º67.12%28.63%-
XYZ3.592.272.94-
YUV41.27131.23150.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=50.69%
G=16.67%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73244700.670.360.71331.8450.5219.02
Hex49182F043244714c3313
Octal11130570103441075146323
Binary10010011100010111101000011100100100011110100110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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