#490336

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

Shades of Blackberry #490336

Tints of Blackberry #490336

Color information

#490336 (or 0x490336) is unknown color: approx Blackberry. HEX triplet: 49, 03 and 36. RGB value is (73,3,54). Sum of RGB (Red+Green+Blue) = 73+3+54=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #490336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490336 is #B6FCC9. Grayscale: #1D1D1D. Windows color (decimal): -11992266 or 3539785. OLE color: 3539785.

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

Color convert

RGB73354-
CMYK00.960.260.71
HSL316.29º92.11%14.9%-
HSV(B)316.29º95.89%28.63%-
XYZ3.451.753.65-
YUV29.74141.69158.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 54 (21.48% from 255) = 41.54%
R=56.15%
G=2.31%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7335400.960.260.71316.2992.1114.9
Hex493360601A4713c5cf
Octal11136601403210747413417
Binary1001001111101100110000011010100011110011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490336; }

 p { color: rgb(73,3,54); }

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

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

 a { background-color: rgb(73,3,54); }

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

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

 span { border-color: rgb(73,3,54); }

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