#49051F

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

Shades of Blackberry #49051F

Tints of Blackberry #49051F

Color information

#49051F (or 0x49051F) is unknown color: approx Blackberry. HEX triplet: 49, 05 and 1F. RGB value is (73,5,31). Sum of RGB (Red+Green+Blue) = 73+5+31=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #49051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49051F is #B6FAE0. Grayscale: #1C1C1C. Windows color (decimal): -11991777 or 2032969. OLE color: 2032969.

HSL color Cylindrical-coordinate representation of color #49051F: hue angle of 337.06º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49051F is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB73531-
CMYK00.930.580.71
HSL337.06º87.18%15.29%-
HSV(B)337.06º93.15%28.63%-
XYZ3.051.621.45-
YUV28.3129.53159.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=66.97%
G=4.59%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7353100.930.580.71337.0687.1815.29
Hex4951F05D3A4715157f
Octal11153701357210752112717
Binary10010011011111101011101111010100011110101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,5,31); }

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

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

 a { background-color: rgb(73,5,31); }

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

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

 span { border-color: rgb(73,5,31); }

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