Shades of Black #150A09
Tints of Black #150A09
RGB
CMYK
RGB Variations
Color information
#150A09 (or 0x150A09) is known color: Black. HEX triplet: 15, 0A and 09. RGB value is (21,10,9). Sum of RGB (Red+Green+Blue) = 21+10+9=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A09 is #EAF5F6. Grayscale: #0D0D0D. Windows color (decimal): -15398391 or 592405. OLE color: 592405.
HSL color Cylindrical-coordinate representation of color #150A09: hue angle of 5º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #150A09 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 9 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.92 |
| HSL | 5º | 0.4% | 0.06% | - |
| HSV(B) | 5º | 0.57% | 0.08% | - |
| XYZ | 0.47 | 0.4 | 0.31 | - |
| YUV | 13.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 9 | 0 | 0.52 | 0.57 | 0.92 | 5 | 0.4 | 0.06 |
| Hex | 15 | A | 9 | 0 | 34 | 39 | 5C | 5 | 28 | 6 |
| Octal | 25 | 12 | 11 | 0 | 64 | 71 | 134 | 5 | 50 | 6 |
| Binary | 10101 | 1010 | 1001 | 0 | 110100 | 111001 | 1011100 | 101 | 101000 | 110 |
Color Harmonies of #150A09
Complementary color
Monochromatic Colors of #150A09
Black with #150A09
Text Example
Text Example
White with #150A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A09; }
p { color: rgb(21,10,9); }
H1.HeaderClassName
{
color: #150A09;
}
.AnyTagClassName
{
color: #150A09;
}
</style>
background-color css
<style>
a { background-color: #150A09; }
a { background-color: rgb(21,10,9); }
div.DivClassName
{
background-color: #150A09;
}
.BgClassName
{
background-color: #150A09;
}
</style>
border-color css
<style>
span { border-color: #150A09; }
span { border-color: rgb(21,10,9); }
td.TdClassName
{
border-color: #150A09;
}
.TagClassName
{
border-color: #150A09;
}
</style>