Shades of Black #150401
Tints of Black #150401
RGB
CMYK
RGB Variations
Color information
#150401 (or 0x150401) is known color: Black. HEX triplet: 15, 04 and 01. RGB value is (21,4,1). Sum of RGB (Red+Green+Blue) = 21+4+1=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150401 is #EAFBFE. Grayscale: #080808. Windows color (decimal): -15399935 or 66581. OLE color: 66581.
HSL color Cylindrical-coordinate representation of color #150401: hue angle of 9º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150401 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 4 | 1 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.92 |
| HSL | 9º | 0.91% | 0.04% | - |
| HSV(B) | 9º | 0.95% | 0.08% | - |
| XYZ | 0.36 | 0.25 | 0.06 | - |
| YUV | 8.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 1 | 0 | 0.81 | 0.95 | 0.92 | 9 | 0.91 | 0.04 |
| Hex | 15 | 4 | 1 | 0 | 51 | 5F | 5C | 9 | 5B | 4 |
| Octal | 25 | 4 | 1 | 0 | 121 | 137 | 134 | 11 | 133 | 4 |
| Binary | 10101 | 100 | 1 | 0 | 1010001 | 1011111 | 1011100 | 1001 | 1011011 | 100 |
Color Harmonies of #150401
Complementary color
Monochromatic Colors of #150401
Black with #150401
Text Example
Text Example
White with #150401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150401; }
p { color: rgb(21,4,1); }
H1.HeaderClassName
{
color: #150401;
}
.AnyTagClassName
{
color: #150401;
}
</style>
background-color css
<style>
a { background-color: #150401; }
a { background-color: rgb(21,4,1); }
div.DivClassName
{
background-color: #150401;
}
.BgClassName
{
background-color: #150401;
}
</style>
border-color css
<style>
span { border-color: #150401; }
span { border-color: rgb(21,4,1); }
td.TdClassName
{
border-color: #150401;
}
.TagClassName
{
border-color: #150401;
}
</style>