Shades of Black #150B0A
Tints of Black #150B0A
RGB
CMYK
RGB Variations
Color information
#150B0A (or 0x150B0A) is known color: Black. HEX triplet: 15, 0B and 0A. RGB value is (21,11,10). Sum of RGB (Red+Green+Blue) = 21+11+10=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B0A is #EAF4F5. Grayscale: #0D0D0D. Windows color (decimal): -15398134 or 658197. OLE color: 658197.
HSL color Cylindrical-coordinate representation of color #150B0A: hue angle of 5.45º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150B0A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 10 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.92 |
| HSL | 5.45º | 0.35% | 0.06% | - |
| HSV(B) | 5.45º | 0.52% | 0.08% | - |
| XYZ | 0.48 | 0.42 | 0.34 | - |
| YUV | 13.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 10 | 0 | 0.48 | 0.52 | 0.92 | 5.45 | 0.35 | 0.06 |
| Hex | 15 | B | A | 0 | 30 | 34 | 5C | 5 | 23 | 6 |
| Octal | 25 | 13 | 12 | 0 | 60 | 64 | 134 | 5 | 43 | 6 |
| Binary | 10101 | 1011 | 1010 | 0 | 110000 | 110100 | 1011100 | 101 | 100011 | 110 |
Color Harmonies of #150B0A
Complementary color
Monochromatic Colors of #150B0A
Black with #150B0A
Text Example
Text Example
White with #150B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B0A; }
p { color: rgb(21,11,10); }
H1.HeaderClassName
{
color: #150B0A;
}
.AnyTagClassName
{
color: #150B0A;
}
</style>
background-color css
<style>
a { background-color: #150B0A; }
a { background-color: rgb(21,11,10); }
div.DivClassName
{
background-color: #150B0A;
}
.BgClassName
{
background-color: #150B0A;
}
</style>
border-color css
<style>
span { border-color: #150B0A; }
span { border-color: rgb(21,11,10); }
td.TdClassName
{
border-color: #150B0A;
}
.TagClassName
{
border-color: #150B0A;
}
</style>