Shades of Black #150705
Tints of Black #150705
RGB
CMYK
RGB Variations
Color information
#150705 (or 0x150705) is known color: Black. HEX triplet: 15, 07 and 05. RGB value is (21,7,5). Sum of RGB (Red+Green+Blue) = 21+7+5=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150705 is #EAF8FA. Grayscale: #0A0A0A. Windows color (decimal): -15399163 or 329493. OLE color: 329493.
HSL color Cylindrical-coordinate representation of color #150705: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150705 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 7 | 5 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.92 |
| HSL | 7.5º | 0.62% | 0.05% | - |
| HSV(B) | 7.5º | 0.76% | 0.08% | - |
| XYZ | 0.41 | 0.32 | 0.18 | - |
| YUV | 10.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 5 | 0 | 0.67 | 0.76 | 0.92 | 7.5 | 0.62 | 0.05 |
| Hex | 15 | 7 | 5 | 0 | 43 | 4C | 5C | 8 | 3E | 5 |
| Octal | 25 | 7 | 5 | 0 | 103 | 114 | 134 | 10 | 76 | 5 |
| Binary | 10101 | 111 | 101 | 0 | 1000011 | 1001100 | 1011100 | 1000 | 111110 | 101 |
Color Harmonies of #150705
Complementary color
Monochromatic Colors of #150705
Black with #150705
Text Example
Text Example
White with #150705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150705; }
p { color: rgb(21,7,5); }
H1.HeaderClassName
{
color: #150705;
}
.AnyTagClassName
{
color: #150705;
}
</style>
background-color css
<style>
a { background-color: #150705; }
a { background-color: rgb(21,7,5); }
div.DivClassName
{
background-color: #150705;
}
.BgClassName
{
background-color: #150705;
}
</style>
border-color css
<style>
span { border-color: #150705; }
span { border-color: rgb(21,7,5); }
td.TdClassName
{
border-color: #150705;
}
.TagClassName
{
border-color: #150705;
}
</style>