#491E38

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

Shades of Blackberry #491E38

Tints of Blackberry #491E38

Color information

#491E38 (or 0x491E38) is unknown color: approx Blackberry. HEX triplet: 49, 1E and 38. RGB value is (73,30,56). Sum of RGB (Red+Green+Blue) = 73+30+56=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E38 is #B6E1C7. Grayscale: #2D2D2D. Windows color (decimal): -11985352 or 3677769. OLE color: 3677769.

HSL color Cylindrical-coordinate representation of color #491E38: hue angle of 323.72º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E38 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB733056-
CMYK00.590.230.71
HSL323.72º41.75%20.2%-
HSV(B)323.72º58.9%28.63%-
XYZ3.932.634.04-
YUV45.82133.75147.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=45.91%
G=18.87%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73305600.590.230.71323.7241.7520.2
Hex491E3803B17471442a14
Octal1113670073271075045224
Binary100100111110111000011101110111100011110100010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E38; }

 p { color: rgb(73,30,56); }

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

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

 a { background-color: rgb(73,30,56); }

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

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

 span { border-color: rgb(73,30,56); }

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