Shades of Black #150D0B
Tints of Black #150D0B
RGB
CMYK
RGB Variations
Color information
#150D0B (or 0x150D0B) is known color: Black. HEX triplet: 15, 0D and 0B. RGB value is (21,13,11). Sum of RGB (Red+Green+Blue) = 21+13+11=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D0B is #EAF2F4. Grayscale: #0F0F0F. Windows color (decimal): -15397621 or 724245. OLE color: 724245.
HSL color Cylindrical-coordinate representation of color #150D0B: hue angle of 12º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #150D0B is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 11 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.92 |
| HSL | 12º | 0.31% | 0.06% | - |
| HSV(B) | 12º | 0.48% | 0.08% | - |
| XYZ | 0.51 | 0.47 | 0.38 | - |
| YUV | 15.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 11 | 0 | 0.38 | 0.48 | 0.92 | 12 | 0.31 | 0.06 |
| Hex | 15 | D | B | 0 | 26 | 30 | 5C | C | 1F | 6 |
| Octal | 25 | 15 | 13 | 0 | 46 | 60 | 134 | 14 | 37 | 6 |
| Binary | 10101 | 1101 | 1011 | 0 | 100110 | 110000 | 1011100 | 1100 | 11111 | 110 |
Color Harmonies of #150D0B
Complementary color
Monochromatic Colors of #150D0B
Black with #150D0B
Text Example
Text Example
White with #150D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D0B; }
p { color: rgb(21,13,11); }
H1.HeaderClassName
{
color: #150D0B;
}
.AnyTagClassName
{
color: #150D0B;
}
</style>
background-color css
<style>
a { background-color: #150D0B; }
a { background-color: rgb(21,13,11); }
div.DivClassName
{
background-color: #150D0B;
}
.BgClassName
{
background-color: #150D0B;
}
</style>
border-color css
<style>
span { border-color: #150D0B; }
span { border-color: rgb(21,13,11); }
td.TdClassName
{
border-color: #150D0B;
}
.TagClassName
{
border-color: #150D0B;
}
</style>