#49041F

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

Shades of Blackberry #49041F

Tints of Blackberry #49041F

Color information

#49041F (or 0x49041F) is unknown color: approx Blackberry. HEX triplet: 49, 04 and 1F. RGB value is (73,4,31). Sum of RGB (Red+Green+Blue) = 73+4+31=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49041F is #B6FBE0. Grayscale: #1B1B1B. Windows color (decimal): -11992033 or 2032713. OLE color: 2032713.

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

Color convert

RGB73431-
CMYK00.950.580.71
HSL336.52º89.61%15.1%-
HSV(B)336.52º94.52%28.63%-
XYZ3.041.61.45-
YUV27.71129.86160.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 67.59%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=67.59%
G=3.70%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7343100.950.580.71336.5289.6115.1
Hex4941F05F3A471515af
Octal11143701377210752113217
Binary10010011001111101011111111010100011110101000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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