#491536

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

Shades of Blackberry #491536

Tints of Blackberry #491536

Color information

#491536 (or 0x491536) is unknown color: approx Blackberry. HEX triplet: 49, 15 and 36. RGB value is (73,21,54). Sum of RGB (Red+Green+Blue) = 73+21+54=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #491536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491536 is #B6EAC9. Grayscale: #282828. Windows color (decimal): -11987658 or 3544393. OLE color: 3544393.

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

Color convert

RGB732154-
CMYK00.710.260.71
HSL321.92º55.32%18.43%-
HSV(B)321.92º71.23%28.63%-
XYZ3.682.223.72-
YUV40.31135.73151.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=49.32%
G=14.19%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73215400.710.260.71321.9255.3218.43
Hex4915360471A471423712
Octal11125660107321075026722
Binary1001001101011101100100011111010100011110100001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491536; }

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

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

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

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

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

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

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

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