#490528

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

Shades of Blackberry #490528

Tints of Blackberry #490528

Color information

#490528 (or 0x490528) is unknown color: approx Blackberry. HEX triplet: 49, 05 and 28. RGB value is (73,5,40). Sum of RGB (Red+Green+Blue) = 73+5+40=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #490528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490528 is #B6FAD7. Grayscale: #1D1D1D. Windows color (decimal): -11991768 or 2622793. OLE color: 2622793.

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

Color convert

RGB73540-
CMYK00.930.450.71
HSL329.12º87.18%15.29%-
HSV(B)329.12º93.15%28.63%-
XYZ3.181.682.16-
YUV29.32134.03159.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.86%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=61.86%
G=4.24%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354000.930.450.71329.1287.1815.29
Hex4952805D2D4714957f
Octal11155001355510751112717
Binary100100110110100001011101101101100011110100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490528; }

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

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

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

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

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

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

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

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