Shades of Black Magic #241B0B
Tints of Black Magic #241B0B
RGB
CMYK
RGB Variations
Color information
#241B0B (or 0x241B0B) is known color: Black Magic. HEX triplet: 24, 1B and 0B. RGB value is (36,27,11). Sum of RGB (Red+Green+Blue) = 36+27+11=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #241B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B0B is #DBE4F4. Grayscale: #1B1B1B. Windows color (decimal): -14410997 or 727844. OLE color: 727844.
HSL color Cylindrical-coordinate representation of color #241B0B: hue angle of 38.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241B0B is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 27 | 11 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.86 |
| HSL | 38.4º | 0.53% | 0.09% | - |
| HSV(B) | 38.4º | 0.69% | 0.14% | - |
| XYZ | 1.18 | 1.18 | 0.48 | - |
| YUV | 27.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 11 | 0 | 0.25 | 0.69 | 0.86 | 38.4 | 0.53 | 0.09 |
| Hex | 24 | 1B | B | 0 | 19 | 45 | 56 | 26 | 35 | 9 |
| Octal | 44 | 33 | 13 | 0 | 31 | 105 | 126 | 46 | 65 | 11 |
| Binary | 100100 | 11011 | 1011 | 0 | 11001 | 1000101 | 1010110 | 100110 | 110101 | 1001 |
Color Harmonies of #241B0B
Complementary color
Monochromatic Colors of #241B0B
Black with #241B0B
Text Example
Text Example
White with #241B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B0B; }
p { color: rgb(36,27,11); }
H1.HeaderClassName
{
color: #241B0B;
}
.AnyTagClassName
{
color: #241B0B;
}
</style>
background-color css
<style>
a { background-color: #241B0B; }
a { background-color: rgb(36,27,11); }
div.DivClassName
{
background-color: #241B0B;
}
.BgClassName
{
background-color: #241B0B;
}
</style>
border-color css
<style>
span { border-color: #241B0B; }
span { border-color: rgb(36,27,11); }
td.TdClassName
{
border-color: #241B0B;
}
.TagClassName
{
border-color: #241B0B;
}
</style>