#491433

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

Shades of Blackberry #491433

Tints of Blackberry #491433

Color information

#491433 (or 0x491433) is unknown color: approx Blackberry. HEX triplet: 49, 14 and 33. RGB value is (73,20,51). Sum of RGB (Red+Green+Blue) = 73+20+51=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491433 is #B6EBCC. Grayscale: #272727. Windows color (decimal): -11987917 or 3347529. OLE color: 3347529.

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

Color convert

RGB732051-
CMYK00.730.300.71
HSL324.91º56.99%18.24%-
HSV(B)324.91º72.6%28.63%-
XYZ3.62.163.36-
YUV39.38134.56151.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=50.69%
G=13.89%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73205100.730.300.71324.9156.9918.24
Hex4914330491E471453912
Octal11124630111361075057122
Binary1001001101001100110100100111110100011110100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491433; }

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

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

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

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

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

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

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

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