#490532

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

Shades of Blackberry #490532

Tints of Blackberry #490532

Color information

#490532 (or 0x490532) is unknown color: approx Blackberry. HEX triplet: 49, 05 and 32. RGB value is (73,5,50). Sum of RGB (Red+Green+Blue) = 73+5+50=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #490532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490532 is #B6FACD. Grayscale: #1E1E1E. Windows color (decimal): -11991758 or 3278153. OLE color: 3278153.

HSL color Cylindrical-coordinate representation of color #490532: hue angle of 320.29º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490532 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB73550-
CMYK00.930.320.71
HSL320.29º87.18%15.29%-
HSV(B)320.29º93.15%28.63%-
XYZ3.381.763.18-
YUV30.46139.03158.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=57.03%
G=3.91%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7355000.930.320.71320.2987.1815.29
Hex4953205D204714057f
Octal11156201354010750012717
Binary100100110111001001011101100000100011110100000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490532; }

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

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

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

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

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

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

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

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