Shades of Black Magic #231908
Tints of Black Magic #231908
RGB
CMYK
RGB Variations
Color information
#231908 (or 0x231908) is known color: Black Magic. HEX triplet: 23, 19 and 08. RGB value is (35,25,8). Sum of RGB (Red+Green+Blue) = 35+25+8=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #231908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231908 is #DCE6F7. Grayscale: #1A1A1A. Windows color (decimal): -14477048 or 530723. OLE color: 530723.
HSL color Cylindrical-coordinate representation of color #231908: hue angle of 37.78º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231908 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 8 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.86 |
| HSL | 37.78º | 0.63% | 0.08% | - |
| HSV(B) | 37.78º | 0.77% | 0.14% | - |
| XYZ | 1.08 | 1.07 | 0.38 | - |
| YUV | 26.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 8 | 0 | 0.29 | 0.77 | 0.86 | 37.78 | 0.63 | 0.08 |
| Hex | 23 | 19 | 8 | 0 | 1D | 4D | 56 | 26 | 3F | 8 |
| Octal | 43 | 31 | 10 | 0 | 35 | 115 | 126 | 46 | 77 | 10 |
| Binary | 100011 | 11001 | 1000 | 0 | 11101 | 1001101 | 1010110 | 100110 | 111111 | 1000 |
Color Harmonies of #231908
Complementary color
Monochromatic Colors of #231908
Black with #231908
Text Example
Text Example
White with #231908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231908; }
p { color: rgb(35,25,8); }
H1.HeaderClassName
{
color: #231908;
}
.AnyTagClassName
{
color: #231908;
}
</style>
background-color css
<style>
a { background-color: #231908; }
a { background-color: rgb(35,25,8); }
div.DivClassName
{
background-color: #231908;
}
.BgClassName
{
background-color: #231908;
}
</style>
border-color css
<style>
span { border-color: #231908; }
span { border-color: rgb(35,25,8); }
td.TdClassName
{
border-color: #231908;
}
.TagClassName
{
border-color: #231908;
}
</style>