#491127

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

Shades of Blackberry #491127

Tints of Blackberry #491127

Color information

#491127 (or 0x491127) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 27. RGB value is (73,17,39). Sum of RGB (Red+Green+Blue) = 73+17+39=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491127 is #B6EED8. Grayscale: #242424. Windows color (decimal): -11988697 or 2560329. OLE color: 2560329.

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

Color convert

RGB731739-
CMYK00.770.470.71
HSL336.43º62.22%17.65%-
HSV(B)336.43º76.71%28.63%-
XYZ3.311.962.12-
YUV36.25129.55154.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=56.59%
G=13.18%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73173900.770.470.71336.4362.2217.65
Hex49112704D2F471503e12
Octal11121470115571075207622
Binary10010011000110011101001101101111100011110101000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491127; }

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

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

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

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

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

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

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

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