#490424

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

Shades of Blackberry #490424

Tints of Blackberry #490424

Color information

#490424 (or 0x490424) is unknown color: approx Blackberry. HEX triplet: 49, 04 and 24. RGB value is (73,4,36). Sum of RGB (Red+Green+Blue) = 73+4+36=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490424 is #B6FBDB. Grayscale: #1C1C1C. Windows color (decimal): -11992028 or 2360393. OLE color: 2360393.

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

Color convert

RGB73436-
CMYK00.950.510.71
HSL332.17º89.61%15.1%-
HSV(B)332.17º94.52%28.63%-
XYZ3.111.631.82-
YUV28.28132.36159.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.60%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=64.60%
G=3.54%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7343600.950.510.71332.1789.6115.1
Hex4942405F334714c5af
Octal11144401376310751413217
Binary100100110010010001011111110011100011110100110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490424; }

 p { color: rgb(73,4,36); }

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

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

 a { background-color: rgb(73,4,36); }

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

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

 span { border-color: rgb(73,4,36); }

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