#491039

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

Shades of Blackberry #491039

Tints of Blackberry #491039

Color information

#491039 (or 0x491039) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 39. RGB value is (73,16,57). Sum of RGB (Red+Green+Blue) = 73+16+57=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #491039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491039 is #B6EFC6. Grayscale: #252525. Windows color (decimal): -11988935 or 3739721. OLE color: 3739721.

HSL color Cylindrical-coordinate representation of color #491039: hue angle of 316.84º 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 #491039 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB731657-
CMYK00.780.220.71
HSL316.84º64.04%17.45%-
HSV(B)316.84º78.08%28.63%-
XYZ3.672.084.08-
YUV37.72138.88153.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=50%
G=10.96%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73165700.780.220.71316.8464.0417.45
Hex49103904E164713d4011
Octal111207101162610747510021
Binary10010011000011100101001110101101000111100111101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491039; }

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

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

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

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

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

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

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

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