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