#490224

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

Shades of Blackberry #490224

Tints of Blackberry #490224

Color information

#490224 (or 0x490224) is unknown color: approx Blackberry. HEX triplet: 49, 02 and 24. RGB value is (73,2,36). Sum of RGB (Red+Green+Blue) = 73+2+36=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #490224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490224 is #B6FDDB. Grayscale: #1B1B1B. Windows color (decimal): -11992540 or 2359881. OLE color: 2359881.

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

Color convert

RGB73236-
CMYK00.970.510.71
HSL331.27º94.67%14.71%-
HSV(B)331.27º97.26%28.63%-
XYZ3.091.591.81-
YUV27.1133.02160.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=65.77%
G=1.80%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7323600.970.510.71331.2794.6714.71
Hex49224061334714b5ff
Octal11124401416310751313717
Binary10010011010010001100001110011100011110100101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490224; }

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

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

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

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

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

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

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

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