#491134

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

Shades of Blackberry #491134

Tints of Blackberry #491134

Color information

#491134 (or 0x491134) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 34. RGB value is (73,17,52). Sum of RGB (Red+Green+Blue) = 73+17+52=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #491134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491134 is #B6EECB. Grayscale: #252525. Windows color (decimal): -11988684 or 3412297. OLE color: 3412297.

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

Color convert

RGB731752-
CMYK00.770.290.71
HSL322.5º62.22%17.65%-
HSV(B)322.5º76.71%28.63%-
XYZ3.572.073.46-
YUV37.73136.05153.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=51.41%
G=11.97%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73175200.770.290.71322.562.2217.65
Hex49113404D1D471423e12
Octal11121640115351075027622
Binary1001001100011101000100110111101100011110100001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491134; }

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

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

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

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

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

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

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

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