Shades of Black Magic #231F18
Tints of Black Magic #231F18
RGB
CMYK
RGB Variations
Color information
#231F18 (or 0x231F18) is known color: Black Magic. HEX triplet: 23, 1F and 18. RGB value is (35,31,24). Sum of RGB (Red+Green+Blue) = 35+31+24=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F18 is #DCE0E7. Grayscale: #1F1F1F. Windows color (decimal): -14475496 or 1580835. OLE color: 1580835.
HSL color Cylindrical-coordinate representation of color #231F18: hue angle of 38.18º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #231F18 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 24 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.86 |
| HSL | 38.18º | 0.19% | 0.12% | - |
| HSV(B) | 38.18º | 0.31% | 0.14% | - |
| XYZ | 1.35 | 1.4 | 1.06 | - |
| YUV | 31.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 24 | 0 | 0.11 | 0.31 | 0.86 | 38.18 | 0.19 | 0.12 |
| Hex | 23 | 1F | 18 | 0 | B | 1F | 56 | 26 | 13 | C |
| Octal | 43 | 37 | 30 | 0 | 13 | 37 | 126 | 46 | 23 | 14 |
| Binary | 100011 | 11111 | 11000 | 0 | 1011 | 11111 | 1010110 | 100110 | 10011 | 1100 |
Color Harmonies of #231F18
Complementary color
Monochromatic Colors of #231F18
Black with #231F18
Text Example
Text Example
White with #231F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F18; }
p { color: rgb(35,31,24); }
H1.HeaderClassName
{
color: #231F18;
}
.AnyTagClassName
{
color: #231F18;
}
</style>
background-color css
<style>
a { background-color: #231F18; }
a { background-color: rgb(35,31,24); }
div.DivClassName
{
background-color: #231F18;
}
.BgClassName
{
background-color: #231F18;
}
</style>
border-color css
<style>
span { border-color: #231F18; }
span { border-color: rgb(35,31,24); }
td.TdClassName
{
border-color: #231F18;
}
.TagClassName
{
border-color: #231F18;
}
</style>