#490222

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

Shades of Blackberry #490222

Tints of Blackberry #490222

Color information

#490222 (or 0x490222) is unknown color: approx Blackberry. HEX triplet: 49, 02 and 22. RGB value is (73,2,34). Sum of RGB (Red+Green+Blue) = 73+2+34=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #490222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490222 is #B6FDDD. Grayscale: #1A1A1A. Windows color (decimal): -11992542 or 2228809. OLE color: 2228809.

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

Color convert

RGB73234-
CMYK00.970.530.71
HSL332.96º94.67%14.71%-
HSV(B)332.96º97.26%28.63%-
XYZ3.061.581.66-
YUV26.88132.02160.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=66.97%
G=1.83%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7323400.970.530.71332.9694.6714.71
Hex49222061354714d5ff
Octal11124201416510751513717
Binary10010011010001001100001110101100011110100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490222; }

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

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

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

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

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

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

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

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