#491037

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

Shades of Blackberry #491037

Tints of Blackberry #491037

Color information

#491037 (or 0x491037) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 37. RGB value is (73,16,55). Sum of RGB (Red+Green+Blue) = 73+16+55=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491037 is #B6EFC8. Grayscale: #252525. Windows color (decimal): -11988937 or 3608649. OLE color: 3608649.

HSL color Cylindrical-coordinate representation of color #491037: hue angle of 318.95º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491037 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB731655-
CMYK00.780.250.71
HSL318.95º64.04%17.45%-
HSV(B)318.95º78.08%28.63%-
XYZ3.622.063.82-
YUV37.49137.88153.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=50.69%
G=11.11%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73165500.780.250.71318.9564.0417.45
Hex49103704E194713f4011
Octal111206701163110747710021
Binary10010011000011011101001110110011000111100111111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491037; }

 p { color: rgb(73,16,55); }

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

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

 a { background-color: rgb(73,16,55); }

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

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

 span { border-color: rgb(73,16,55); }

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