Shades of Black #150100
Tints of Black #150100
RGB
CMYK
RGB Variations
Color information
#150100 (or 0x150100) is known color: Black. HEX triplet: 15, 01 and 00. RGB value is (21,1,0). Sum of RGB (Red+Green+Blue) = 21+1+0=22 (2% of max value = 765). Red value is 21 (8.59% from 255 or 95.45% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 21 - color contains mainly: red. Hex color #150100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150100 is #EAFEFF. Grayscale: #060606. Windows color (decimal): -15400704 or 277. OLE color: 277.
HSL color Cylindrical-coordinate representation of color #150100: hue angle of 2.86º 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 #150100 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.92 |
| HSL | 2.86º | 1% | 0.04% | - |
| HSV(B) | 2.86º | 1% | 0.08% | - |
| XYZ | 0.32 | 0.18 | 0.02 | - |
| YUV | 6.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 0 | 0 | 0.95 | 1 | 0.92 | 2.86 | 1 | 0.04 |
| Hex | 15 | 1 | 0 | 0 | 5F | 64 | 5C | 3 | 64 | 4 |
| Octal | 25 | 1 | 0 | 0 | 137 | 144 | 134 | 3 | 144 | 4 |
| Binary | 10101 | 1 | 0 | 0 | 1011111 | 1100100 | 1011100 | 11 | 1100100 | 100 |
Color Harmonies of #150100
Complementary color
Monochromatic Colors of #150100
Black with #150100
Text Example
Text Example
White with #150100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150100; }
p { color: rgb(21,1,0); }
H1.HeaderClassName
{
color: #150100;
}
.AnyTagClassName
{
color: #150100;
}
</style>
background-color css
<style>
a { background-color: #150100; }
a { background-color: rgb(21,1,0); }
div.DivClassName
{
background-color: #150100;
}
.BgClassName
{
background-color: #150100;
}
</style>
border-color css
<style>
span { border-color: #150100; }
span { border-color: rgb(21,1,0); }
td.TdClassName
{
border-color: #150100;
}
.TagClassName
{
border-color: #150100;
}
</style>