#491532

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

Shades of Blackberry #491532

Tints of Blackberry #491532

Color information

#491532 (or 0x491532) is unknown color: approx Blackberry. HEX triplet: 49, 15 and 32. RGB value is (73,21,50). Sum of RGB (Red+Green+Blue) = 73+21+50=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491532 is #B6EACD. Grayscale: #272727. Windows color (decimal): -11987662 or 3282249. OLE color: 3282249.

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

Color convert

RGB732150-
CMYK00.710.320.71
HSL326.54º55.32%18.43%-
HSV(B)326.54º71.23%28.63%-
XYZ3.592.183.25-
YUV39.85133.73151.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=50.69%
G=14.58%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73215000.710.320.71326.5455.3218.43
Hex49153204720471473712
Octal11125620107401075076722
Binary10010011010111001001000111100000100011110100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491532; }

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

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

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

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

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

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

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

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