#491336

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

Shades of Blackberry #491336

Tints of Blackberry #491336

Color information

#491336 (or 0x491336) is unknown color: approx Blackberry. HEX triplet: 49, 13 and 36. RGB value is (73,19,54). Sum of RGB (Red+Green+Blue) = 73+19+54=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #491336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491336 is #B6ECC9. Grayscale: #272727. Windows color (decimal): -11988170 or 3543881. OLE color: 3543881.

HSL color Cylindrical-coordinate representation of color #491336: hue angle of 321.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491336 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB731954-
CMYK00.740.260.71
HSL321.11º58.7%18.04%-
HSV(B)321.11º73.97%28.63%-
XYZ3.652.153.71-
YUV39.14136.39152.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 54 (21.48% from 255) = 36.99%
R=50%
G=13.01%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73195400.740.260.71321.1158.718.04
Hex49133604A1A471413b12
Octal11123660112321075017322
Binary1001001100111101100100101011010100011110100000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491336; }

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

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

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

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

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

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

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

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