Shades of Black #150706
Tints of Black #150706
RGB
CMYK
RGB Variations
Color information
#150706 (or 0x150706) is known color: Black. HEX triplet: 15, 07 and 06. RGB value is (21,7,6). Sum of RGB (Red+Green+Blue) = 21+7+6=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150706 is #EAF8F9. Grayscale: #0B0B0B. Windows color (decimal): -15399162 or 395029. OLE color: 395029.
HSL color Cylindrical-coordinate representation of color #150706: hue angle of 4º 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 #150706 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 7 | 6 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.92 |
| HSL | 4º | 0.56% | 0.05% | - |
| HSV(B) | 4º | 0.71% | 0.08% | - |
| XYZ | 0.42 | 0.32 | 0.21 | - |
| YUV | 11.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 6 | 0 | 0.67 | 0.71 | 0.92 | 4 | 0.56 | 0.05 |
| Hex | 15 | 7 | 6 | 0 | 43 | 47 | 5C | 4 | 38 | 5 |
| Octal | 25 | 7 | 6 | 0 | 103 | 107 | 134 | 4 | 70 | 5 |
| Binary | 10101 | 111 | 110 | 0 | 1000011 | 1000111 | 1011100 | 100 | 111000 | 101 |
Color Harmonies of #150706
Complementary color
Monochromatic Colors of #150706
Black with #150706
Text Example
Text Example
White with #150706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150706; }
p { color: rgb(21,7,6); }
H1.HeaderClassName
{
color: #150706;
}
.AnyTagClassName
{
color: #150706;
}
</style>
background-color css
<style>
a { background-color: #150706; }
a { background-color: rgb(21,7,6); }
div.DivClassName
{
background-color: #150706;
}
.BgClassName
{
background-color: #150706;
}
</style>
border-color css
<style>
span { border-color: #150706; }
span { border-color: rgb(21,7,6); }
td.TdClassName
{
border-color: #150706;
}
.TagClassName
{
border-color: #150706;
}
</style>