#491533

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

Shades of Blackberry #491533

Tints of Blackberry #491533

Color information

#491533 (or 0x491533) is unknown color: approx Blackberry. HEX triplet: 49, 15 and 33. RGB value is (73,21,51). Sum of RGB (Red+Green+Blue) = 73+21+51=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #491533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491533 is #B6EACC. Grayscale: #272727. Windows color (decimal): -11987661 or 3347785. OLE color: 3347785.

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

Color convert

RGB732151-
CMYK00.710.300.71
HSL325.38º55.32%18.43%-
HSV(B)325.38º71.23%28.63%-
XYZ3.612.193.36-
YUV39.97134.23151.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=50.34%
G=14.48%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73215100.710.300.71325.3855.3218.43
Hex4915330471E471453712
Octal11125630107361075056722
Binary1001001101011100110100011111110100011110100010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491533; }

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

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

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

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

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

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

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

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