#312819

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

Shades of Black Magic #312819

Tints of Black Magic #312819

Color information

#312819 (or 0x312819) is unknown color: approx Black Magic. HEX triplet: 31, 28 and 19. RGB value is (49,40,25). Sum of RGB (Red+Green+Blue) = 49+40+25=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312819 is #CED7E6. Grayscale: #292929. Windows color (decimal): -13555687 or 1648689. OLE color: 1648689.

HSL color Cylindrical-coordinate representation of color #312819: hue angle of 37.5º 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 #312819 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB494025-
CMYK00.180.490.81
HSL37.5º32.43%14.51%-
HSV(B)37.5º48.98%19.22%-
XYZ2.22.241.24-
YUV40.98118.98133.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=42.98%
G=35.09%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49402500.180.490.8137.532.4314.51
Hex31281901231512620f
Octal61503102261121464017
Binary1100011010001100101001011000110100011001101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312819; }

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

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

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

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

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

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

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

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