Shades of Black Magic #312B1C
Tints of Black Magic #312B1C
RGB
CMYK
RGB Variations
Color information
#312B1C (or 0x312B1C) is known color: Black Magic. HEX triplet: 31, 2B and 1C. RGB value is (49,43,28). Sum of RGB (Red+Green+Blue) = 49+43+28=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B1C is #CED4E3. Grayscale: #2B2B2B. Windows color (decimal): -13554916 or 1846065. OLE color: 1846065.
HSL color Cylindrical-coordinate representation of color #312B1C: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #312B1C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 28 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.81 |
| HSL | 42.86º | 0.27% | 0.15% | - |
| HSV(B) | 42.86º | 0.43% | 0.19% | - |
| XYZ | 2.34 | 2.46 | 1.45 | - |
| YUV | 43.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 28 | 0 | 0.12 | 0.43 | 0.81 | 42.86 | 0.27 | 0.15 |
| Hex | 31 | 2B | 1C | 0 | C | 2B | 51 | 2B | 1B | F |
| Octal | 61 | 53 | 34 | 0 | 14 | 53 | 121 | 53 | 33 | 17 |
| Binary | 110001 | 101011 | 11100 | 0 | 1100 | 101011 | 1010001 | 101011 | 11011 | 1111 |
Color Harmonies of #312B1C
Complementary color
Monochromatic Colors of #312B1C
Black with #312B1C
Text Example
Text Example
White with #312B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B1C; }
p { color: rgb(49,43,28); }
H1.HeaderClassName
{
color: #312B1C;
}
.AnyTagClassName
{
color: #312B1C;
}
</style>
background-color css
<style>
a { background-color: #312B1C; }
a { background-color: rgb(49,43,28); }
div.DivClassName
{
background-color: #312B1C;
}
.BgClassName
{
background-color: #312B1C;
}
</style>
border-color css
<style>
span { border-color: #312B1C; }
span { border-color: rgb(49,43,28); }
td.TdClassName
{
border-color: #312B1C;
}
.TagClassName
{
border-color: #312B1C;
}
</style>