Shades of Black #150404
Tints of Black #150404
RGB
CMYK
RGB Variations
Color information
#150404 (or 0x150404) is known color: Black. HEX triplet: 15, 04 and 04. RGB value is (21,4,4). Sum of RGB (Red+Green+Blue) = 21+4+4=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150404 is #EAFBFB. Grayscale: #090909. Windows color (decimal): -15399932 or 263189. OLE color: 263189.
HSL color Cylindrical-coordinate representation of color #150404: hue angle of 0º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150404 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 4 | 4 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.92 |
| HSL | 0º | 0.68% | 0.05% | - |
| HSV(B) | 0º | 0.81% | 0.08% | - |
| XYZ | 0.37 | 0.26 | 0.14 | - |
| YUV | 9.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 4 | 0 | 0.81 | 0.81 | 0.92 | 0 | 0.68 | 0.05 |
| Hex | 15 | 4 | 4 | 0 | 51 | 51 | 5C | 0 | 44 | 5 |
| Octal | 25 | 4 | 4 | 0 | 121 | 121 | 134 | 0 | 104 | 5 |
| Binary | 10101 | 100 | 100 | 0 | 1010001 | 1010001 | 1011100 | 0 | 1000100 | 101 |
Color Harmonies of #150404
Complementary color
Monochromatic Colors of #150404
Black with #150404
Text Example
Text Example
White with #150404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150404; }
p { color: rgb(21,4,4); }
H1.HeaderClassName
{
color: #150404;
}
.AnyTagClassName
{
color: #150404;
}
</style>
background-color css
<style>
a { background-color: #150404; }
a { background-color: rgb(21,4,4); }
div.DivClassName
{
background-color: #150404;
}
.BgClassName
{
background-color: #150404;
}
</style>
border-color css
<style>
span { border-color: #150404; }
span { border-color: rgb(21,4,4); }
td.TdClassName
{
border-color: #150404;
}
.TagClassName
{
border-color: #150404;
}
</style>