Shades of Black Magic #231D13
Tints of Black Magic #231D13
RGB
CMYK
RGB Variations
Color information
#231D13 (or 0x231D13) is known color: Black Magic. HEX triplet: 23, 1D and 13. RGB value is (35,29,19). Sum of RGB (Red+Green+Blue) = 35+29+19=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #231D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D13 is #DCE2EC. Grayscale: #1D1D1D. Windows color (decimal): -14476013 or 1252643. OLE color: 1252643.
HSL color Cylindrical-coordinate representation of color #231D13: hue angle of 37.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231D13 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 19 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.86 |
| HSL | 37.5º | 0.3% | 0.11% | - |
| HSV(B) | 37.5º | 0.46% | 0.14% | - |
| XYZ | 1.25 | 1.28 | 0.8 | - |
| YUV | 29.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 19 | 0 | 0.17 | 0.46 | 0.86 | 37.5 | 0.3 | 0.11 |
| Hex | 23 | 1D | 13 | 0 | 11 | 2E | 56 | 26 | 1E | B |
| Octal | 43 | 35 | 23 | 0 | 21 | 56 | 126 | 46 | 36 | 13 |
| Binary | 100011 | 11101 | 10011 | 0 | 10001 | 101110 | 1010110 | 100110 | 11110 | 1011 |
Color Harmonies of #231D13
Complementary color
Monochromatic Colors of #231D13
Black with #231D13
Text Example
Text Example
White with #231D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D13; }
p { color: rgb(35,29,19); }
H1.HeaderClassName
{
color: #231D13;
}
.AnyTagClassName
{
color: #231D13;
}
</style>
background-color css
<style>
a { background-color: #231D13; }
a { background-color: rgb(35,29,19); }
div.DivClassName
{
background-color: #231D13;
}
.BgClassName
{
background-color: #231D13;
}
</style>
border-color css
<style>
span { border-color: #231D13; }
span { border-color: rgb(35,29,19); }
td.TdClassName
{
border-color: #231D13;
}
.TagClassName
{
border-color: #231D13;
}
</style>