Shades of Black #150A06
Tints of Black #150A06
RGB
CMYK
RGB Variations
Color information
#150A06 (or 0x150A06) is known color: Black. HEX triplet: 15, 0A and 06. RGB value is (21,10,6). Sum of RGB (Red+Green+Blue) = 21+10+6=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #150A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A06 is #EAF5F9. Grayscale: #0C0C0C. Windows color (decimal): -15398394 or 395797. OLE color: 395797.
HSL color Cylindrical-coordinate representation of color #150A06: hue angle of 16º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #150A06 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 6 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.92 |
| HSL | 16º | 0.56% | 0.05% | - |
| HSV(B) | 16º | 0.71% | 0.08% | - |
| XYZ | 0.45 | 0.39 | 0.22 | - |
| YUV | 12.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 6 | 0 | 0.52 | 0.71 | 0.92 | 16 | 0.56 | 0.05 |
| Hex | 15 | A | 6 | 0 | 34 | 47 | 5C | 10 | 38 | 5 |
| Octal | 25 | 12 | 6 | 0 | 64 | 107 | 134 | 20 | 70 | 5 |
| Binary | 10101 | 1010 | 110 | 0 | 110100 | 1000111 | 1011100 | 10000 | 111000 | 101 |
Color Harmonies of #150A06
Complementary color
Monochromatic Colors of #150A06
Black with #150A06
Text Example
Text Example
White with #150A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A06; }
p { color: rgb(21,10,6); }
H1.HeaderClassName
{
color: #150A06;
}
.AnyTagClassName
{
color: #150A06;
}
</style>
background-color css
<style>
a { background-color: #150A06; }
a { background-color: rgb(21,10,6); }
div.DivClassName
{
background-color: #150A06;
}
.BgClassName
{
background-color: #150A06;
}
</style>
border-color css
<style>
span { border-color: #150A06; }
span { border-color: rgb(21,10,6); }
td.TdClassName
{
border-color: #150A06;
}
.TagClassName
{
border-color: #150A06;
}
</style>