#312919

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

Shades of Black Magic #312919

Tints of Black Magic #312919

Color information

#312919 (or 0x312919) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 19. RGB value is (49,41,25). Sum of RGB (Red+Green+Blue) = 49+41+25=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312919 is #CED6E6. Grayscale: #292929. Windows color (decimal): -13555431 or 1648945. OLE color: 1648945.

HSL color Cylindrical-coordinate representation of color #312919: hue angle of 40º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312919 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB494125-
CMYK00.160.490.81
HSL40º32.43%14.51%-
HSV(B)40º48.98%19.22%-
XYZ2.242.311.25-
YUV41.57118.65133.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=42.61%
G=35.65%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412500.160.490.814032.4314.51
Hex31291901031512820f
Octal61513102061121504017
Binary1100011010011100101000011000110100011010001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312919; }

 p { color: rgb(49,41,25); }

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

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

 a { background-color: rgb(49,41,25); }

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

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

 span { border-color: rgb(49,41,25); }

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