#490227

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

Shades of Blackberry #490227

Tints of Blackberry #490227

Color information

#490227 (or 0x490227) is unknown color: approx Blackberry. HEX triplet: 49, 02 and 27. RGB value is (73,2,39). Sum of RGB (Red+Green+Blue) = 73+2+39=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490227 is #B6FDD8. Grayscale: #1B1B1B. Windows color (decimal): -11992537 or 2556489. OLE color: 2556489.

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

Color convert

RGB73239-
CMYK00.970.470.71
HSL328.73º94.67%14.71%-
HSV(B)328.73º97.26%28.63%-
XYZ3.141.612.06-
YUV27.45134.52160.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=64.04%
G=1.75%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7323900.970.470.71328.7394.6714.71
Hex492270612F471495ff
Octal11124701415710751113717
Binary10010011010011101100001101111100011110100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490227; }

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

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

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

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

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

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

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

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