Shades of Black Magic #231F19
Tints of Black Magic #231F19
RGB
CMYK
RGB Variations
Color information
#231F19 (or 0x231F19) is known color: Black Magic. HEX triplet: 23, 1F and 19. RGB value is (35,31,25). Sum of RGB (Red+Green+Blue) = 35+31+25=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F19 is #DCE0E6. Grayscale: #1F1F1F. Windows color (decimal): -14475495 or 1646371. OLE color: 1646371.
HSL color Cylindrical-coordinate representation of color #231F19: hue angle of 36º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #231F19 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 25 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.86 |
| HSL | 36º | 0.17% | 0.12% | - |
| HSV(B) | 36º | 0.29% | 0.14% | - |
| XYZ | 1.36 | 1.41 | 1.12 | - |
| YUV | 31.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 25 | 0 | 0.11 | 0.29 | 0.86 | 36 | 0.17 | 0.12 |
| Hex | 23 | 1F | 19 | 0 | B | 1D | 56 | 24 | 11 | C |
| Octal | 43 | 37 | 31 | 0 | 13 | 35 | 126 | 44 | 21 | 14 |
| Binary | 100011 | 11111 | 11001 | 0 | 1011 | 11101 | 1010110 | 100100 | 10001 | 1100 |
Color Harmonies of #231F19
Complementary color
Monochromatic Colors of #231F19
Black with #231F19
Text Example
Text Example
White with #231F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F19; }
p { color: rgb(35,31,25); }
H1.HeaderClassName
{
color: #231F19;
}
.AnyTagClassName
{
color: #231F19;
}
</style>
background-color css
<style>
a { background-color: #231F19; }
a { background-color: rgb(35,31,25); }
div.DivClassName
{
background-color: #231F19;
}
.BgClassName
{
background-color: #231F19;
}
</style>
border-color css
<style>
span { border-color: #231F19; }
span { border-color: rgb(35,31,25); }
td.TdClassName
{
border-color: #231F19;
}
.TagClassName
{
border-color: #231F19;
}
</style>