#491036

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

Shades of Blackberry #491036

Tints of Blackberry #491036

Color information

#491036 (or 0x491036) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 36. RGB value is (73,16,54). Sum of RGB (Red+Green+Blue) = 73+16+54=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491036 is #B6EFC9. Grayscale: #252525. Windows color (decimal): -11988938 or 3543113. OLE color: 3543113.

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

Color convert

RGB731654-
CMYK00.780.260.71
HSL320º64.04%17.45%-
HSV(B)320º78.08%28.63%-
XYZ3.62.053.7-
YUV37.38137.38153.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=51.05%
G=11.19%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73165400.780.260.7132064.0417.45
Hex49103604E1A471404011
Octal111206601163210750010021
Binary10010011000011011001001110110101000111101000000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491036; }

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

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

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

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

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

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

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

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