Shades of Black Magic #231D12
Tints of Black Magic #231D12
RGB
CMYK
RGB Variations
Color information
#231D12 (or 0x231D12) is known color: Black Magic. HEX triplet: 23, 1D and 12. RGB value is (35,29,18). Sum of RGB (Red+Green+Blue) = 35+29+18=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #231D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D12 is #DCE2ED. Grayscale: #1D1D1D. Windows color (decimal): -14476014 or 1187107. OLE color: 1187107.
HSL color Cylindrical-coordinate representation of color #231D12: hue angle of 38.82º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231D12 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 18 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.86 |
| HSL | 38.82º | 0.32% | 0.1% | - |
| HSV(B) | 38.82º | 0.49% | 0.14% | - |
| XYZ | 1.24 | 1.28 | 0.75 | - |
| YUV | 29.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 18 | 0 | 0.17 | 0.49 | 0.86 | 38.82 | 0.32 | 0.1 |
| Hex | 23 | 1D | 12 | 0 | 11 | 31 | 56 | 27 | 20 | A |
| Octal | 43 | 35 | 22 | 0 | 21 | 61 | 126 | 47 | 40 | 12 |
| Binary | 100011 | 11101 | 10010 | 0 | 10001 | 110001 | 1010110 | 100111 | 100000 | 1010 |
Color Harmonies of #231D12
Complementary color
Monochromatic Colors of #231D12
Black with #231D12
Text Example
Text Example
White with #231D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D12; }
p { color: rgb(35,29,18); }
H1.HeaderClassName
{
color: #231D12;
}
.AnyTagClassName
{
color: #231D12;
}
</style>
background-color css
<style>
a { background-color: #231D12; }
a { background-color: rgb(35,29,18); }
div.DivClassName
{
background-color: #231D12;
}
.BgClassName
{
background-color: #231D12;
}
</style>
border-color css
<style>
span { border-color: #231D12; }
span { border-color: rgb(35,29,18); }
td.TdClassName
{
border-color: #231D12;
}
.TagClassName
{
border-color: #231D12;
}
</style>