#491129

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

Shades of Blackberry #491129

Tints of Blackberry #491129

Color information

#491129 (or 0x491129) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 29. RGB value is (73,17,41). Sum of RGB (Red+Green+Blue) = 73+17+41=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491129 is #B6EED6. Grayscale: #242424. Windows color (decimal): -11988695 or 2691401. OLE color: 2691401.

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

Color convert

RGB731741-
CMYK00.770.440.71
HSL334.29º62.22%17.65%-
HSV(B)334.29º76.71%28.63%-
XYZ3.351.982.3-
YUV36.48130.55154.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.73%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=55.73%
G=12.98%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73174100.770.440.71334.2962.2217.65
Hex49112904D2C4714e3e12
Octal11121510115541075167622
Binary10010011000110100101001101101100100011110100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491129; }

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

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

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

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

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

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

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

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