#491130

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

Shades of Blackberry #491130

Tints of Blackberry #491130

Color information

#491130 (or 0x491130) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 30. RGB value is (73,17,48). Sum of RGB (Red+Green+Blue) = 73+17+48=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491130 is #B6EECF. Grayscale: #252525. Windows color (decimal): -11988688 or 3150153. OLE color: 3150153.

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

Color convert

RGB731748-
CMYK00.770.340.71
HSL326.79º62.22%17.65%-
HSV(B)326.79º76.71%28.63%-
XYZ3.482.033-
YUV37.28134.05153.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=52.90%
G=12.32%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73174800.770.340.71326.7962.2217.65
Hex49113004D22471473e12
Octal11121600115421075077622
Binary10010011000111000001001101100010100011110100011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491130; }

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

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

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

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

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

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

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

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