Shades of Black #150C0B
Tints of Black #150C0B
RGB
CMYK
RGB Variations
Color information
#150C0B (or 0x150C0B) is known color: Black. HEX triplet: 15, 0C and 0B. RGB value is (21,12,11). Sum of RGB (Red+Green+Blue) = 21+12+11=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C0B is #EAF3F4. Grayscale: #0E0E0E. Windows color (decimal): -15397877 or 723989. OLE color: 723989.
HSL color Cylindrical-coordinate representation of color #150C0B: hue angle of 6º 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 #150C0B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 12 | 11 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.92 |
| HSL | 6º | 0.31% | 0.06% | - |
| HSV(B) | 6º | 0.48% | 0.08% | - |
| XYZ | 0.5 | 0.45 | 0.38 | - |
| YUV | 14.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 11 | 0 | 0.43 | 0.48 | 0.92 | 6 | 0.31 | 0.06 |
| Hex | 15 | C | B | 0 | 2B | 30 | 5C | 6 | 1F | 6 |
| Octal | 25 | 14 | 13 | 0 | 53 | 60 | 134 | 6 | 37 | 6 |
| Binary | 10101 | 1100 | 1011 | 0 | 101011 | 110000 | 1011100 | 110 | 11111 | 110 |
Color Harmonies of #150C0B
Complementary color
Monochromatic Colors of #150C0B
Black with #150C0B
Text Example
Text Example
White with #150C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C0B; }
p { color: rgb(21,12,11); }
H1.HeaderClassName
{
color: #150C0B;
}
.AnyTagClassName
{
color: #150C0B;
}
</style>
background-color css
<style>
a { background-color: #150C0B; }
a { background-color: rgb(21,12,11); }
div.DivClassName
{
background-color: #150C0B;
}
.BgClassName
{
background-color: #150C0B;
}
</style>
border-color css
<style>
span { border-color: #150C0B; }
span { border-color: rgb(21,12,11); }
td.TdClassName
{
border-color: #150C0B;
}
.TagClassName
{
border-color: #150C0B;
}
</style>