#491030

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

Shades of Blackberry #491030

Tints of Blackberry #491030

Color information

#491030 (or 0x491030) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 30. RGB value is (73,16,48). Sum of RGB (Red+Green+Blue) = 73+16+48=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #491030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491030 is #B6EFCF. Grayscale: #242424. Windows color (decimal): -11988944 or 3149897. OLE color: 3149897.

HSL color Cylindrical-coordinate representation of color #491030: hue angle of 326.32º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491030 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB731648-
CMYK00.780.340.71
HSL326.32º64.04%17.45%-
HSV(B)326.32º78.08%28.63%-
XYZ3.4723-
YUV36.69134.38153.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=53.28%
G=11.68%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73164800.780.340.71326.3264.0417.45
Hex49103004E22471464011
Octal111206001164210750610021
Binary100100110000110000010011101000101000111101000110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491030; }

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

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

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

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

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

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

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

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