Shades of Black #150600
Tints of Black #150600
RGB
CMYK
RGB Variations
Color information
#150600 (or 0x150600) is known color: Black. HEX triplet: 15, 06 and 00. RGB value is (21,6,0). Sum of RGB (Red+Green+Blue) = 21+6+0=27 (3% of max value = 765). Red value is 21 (8.59% from 255 or 77.78% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 21 - color contains mainly: red. Hex color #150600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150600 is #EAF9FF. Grayscale: #090909. Windows color (decimal): -15399424 or 1557. OLE color: 1557.
HSL color Cylindrical-coordinate representation of color #150600: hue angle of 17.14º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150600 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 6 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.92 |
| HSL | 17.14º | 1% | 0.04% | - |
| HSV(B) | 17.14º | 1% | 0.08% | - |
| XYZ | 0.37 | 0.29 | 0.04 | - |
| YUV | 9.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 0 | 0 | 0.71 | 1 | 0.92 | 17.14 | 1 | 0.04 |
| Hex | 15 | 6 | 0 | 0 | 47 | 64 | 5C | 11 | 64 | 4 |
| Octal | 25 | 6 | 0 | 0 | 107 | 144 | 134 | 21 | 144 | 4 |
| Binary | 10101 | 110 | 0 | 0 | 1000111 | 1100100 | 1011100 | 10001 | 1100100 | 100 |
Color Harmonies of #150600
Complementary color
Monochromatic Colors of #150600
Black with #150600
Text Example
Text Example
White with #150600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150600; }
p { color: rgb(21,6,0); }
H1.HeaderClassName
{
color: #150600;
}
.AnyTagClassName
{
color: #150600;
}
</style>
background-color css
<style>
a { background-color: #150600; }
a { background-color: rgb(21,6,0); }
div.DivClassName
{
background-color: #150600;
}
.BgClassName
{
background-color: #150600;
}
</style>
border-color css
<style>
span { border-color: #150600; }
span { border-color: rgb(21,6,0); }
td.TdClassName
{
border-color: #150600;
}
.TagClassName
{
border-color: #150600;
}
</style>