#312616

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

Shades of Black Magic #312616

Tints of Black Magic #312616

Color information

#312616 (or 0x312616) is unknown color: approx Black Magic. HEX triplet: 31, 26 and 16. RGB value is (49,38,22). Sum of RGB (Red+Green+Blue) = 49+38+22=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312616 is #CED9E9. Grayscale: #272727. Windows color (decimal): -13556202 or 1451569. OLE color: 1451569.

HSL color Cylindrical-coordinate representation of color #312616: hue angle of 35.56º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312616 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB493822-
CMYK00.220.550.81
HSL35.56º38.03%13.92%-
HSV(B)35.56º55.1%19.22%-
XYZ2.12.11.05-
YUV39.46118.14134.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=44.95%
G=34.86%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49382200.220.550.8135.5638.0313.92
Hex31261601637512426e
Octal61462602667121444616
Binary1100011001101011001011011011110100011001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312616; }

 p { color: rgb(49,38,22); }

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

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

 a { background-color: rgb(49,38,22); }

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

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

 span { border-color: rgb(49,38,22); }

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