#490330

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

Shades of Blackberry #490330

Tints of Blackberry #490330

Color information

#490330 (or 0x490330) is unknown color: approx Blackberry. HEX triplet: 49, 03 and 30. RGB value is (73,3,48). Sum of RGB (Red+Green+Blue) = 73+3+48=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #490330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490330 is #B6FCCF. Grayscale: #1C1C1C. Windows color (decimal): -11992272 or 3146569. OLE color: 3146569.

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

Color convert

RGB73348-
CMYK00.960.340.71
HSL321.43º92.11%14.9%-
HSV(B)321.43º95.89%28.63%-
XYZ3.311.692.95-
YUV29.06138.69159.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=58.87%
G=2.42%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7334800.960.340.71321.4392.1114.9
Hex4933006022471415cf
Octal11136001404210750113417
Binary10010011111000001100000100010100011110100000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490330; }

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

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

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

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

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

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

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

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