#491135

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

Shades of Blackberry #491135

Tints of Blackberry #491135

Color information

#491135 (or 0x491135) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 35. RGB value is (73,17,53). Sum of RGB (Red+Green+Blue) = 73+17+53=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491135 is #B6EECA. Grayscale: #252525. Windows color (decimal): -11988683 or 3477833. OLE color: 3477833.

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

Color convert

RGB731753-
CMYK00.770.270.71
HSL321.43º62.22%17.65%-
HSV(B)321.43º76.71%28.63%-
XYZ3.592.073.58-
YUV37.85136.55153.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=51.05%
G=11.89%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73175300.770.270.71321.4362.2217.65
Hex49113504D1B471413e12
Octal11121650115331075017622
Binary1001001100011101010100110111011100011110100000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491135; }

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

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

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

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

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

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

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

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