Shades of Black Magic #231A0A
Tints of Black Magic #231A0A
RGB
CMYK
RGB Variations
Color information
#231A0A (or 0x231A0A) is known color: Black Magic. HEX triplet: 23, 1A and 0A. RGB value is (35,26,10). Sum of RGB (Red+Green+Blue) = 35+26+10=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A0A is #DCE5F5. Grayscale: #1A1A1A. Windows color (decimal): -14476790 or 662051. OLE color: 662051.
HSL color Cylindrical-coordinate representation of color #231A0A: hue angle of 38.4º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231A0A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 10 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.86 |
| HSL | 38.4º | 0.56% | 0.09% | - |
| HSV(B) | 38.4º | 0.71% | 0.14% | - |
| XYZ | 1.12 | 1.12 | 0.44 | - |
| YUV | 26.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 10 | 0 | 0.26 | 0.71 | 0.86 | 38.4 | 0.56 | 0.09 |
| Hex | 23 | 1A | A | 0 | 1A | 47 | 56 | 26 | 38 | 9 |
| Octal | 43 | 32 | 12 | 0 | 32 | 107 | 126 | 46 | 70 | 11 |
| Binary | 100011 | 11010 | 1010 | 0 | 11010 | 1000111 | 1010110 | 100110 | 111000 | 1001 |
Color Harmonies of #231A0A
Complementary color
Monochromatic Colors of #231A0A
Black with #231A0A
Text Example
Text Example
White with #231A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A0A; }
p { color: rgb(35,26,10); }
H1.HeaderClassName
{
color: #231A0A;
}
.AnyTagClassName
{
color: #231A0A;
}
</style>
background-color css
<style>
a { background-color: #231A0A; }
a { background-color: rgb(35,26,10); }
div.DivClassName
{
background-color: #231A0A;
}
.BgClassName
{
background-color: #231A0A;
}
</style>
border-color css
<style>
span { border-color: #231A0A; }
span { border-color: rgb(35,26,10); }
td.TdClassName
{
border-color: #231A0A;
}
.TagClassName
{
border-color: #231A0A;
}
</style>