#491939

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

Shades of Blackberry #491939

Tints of Blackberry #491939

Color information

#491939 (or 0x491939) is unknown color: approx Blackberry. HEX triplet: 49, 19 and 39. RGB value is (73,25,57). Sum of RGB (Red+Green+Blue) = 73+25+57=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #491939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491939 is #B6E6C6. Grayscale: #2A2A2A. Windows color (decimal): -11986631 or 3742025. OLE color: 3742025.

HSL color Cylindrical-coordinate representation of color #491939: hue angle of 320º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491939 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB732557-
CMYK00.660.220.71
HSL320º48.98%19.22%-
HSV(B)320º65.75%28.63%-
XYZ3.832.414.13-
YUV43135.9149.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 57 (22.66% from 255) = 36.77%
R=47.10%
G=16.13%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73255700.660.220.7132048.9819.22
Hex49193904216471403113
Octal11131710102261075006123
Binary1001001110011110010100001010110100011110100000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491939; }

 p { color: rgb(73,25,57); }

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

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

 a { background-color: rgb(73,25,57); }

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

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

 span { border-color: rgb(73,25,57); }

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