Shades of Black #150301
Tints of Black #150301
RGB
CMYK
RGB Variations
Color information
#150301 (or 0x150301) is known color: Black. HEX triplet: 15, 03 and 01. RGB value is (21,3,1). Sum of RGB (Red+Green+Blue) = 21+3+1=25 (3% of max value = 765). Red value is 21 (8.59% from 255 or 84% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 21 - color contains mainly: red. Hex color #150301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150301 is #EAFCFE. Grayscale: #080808. Windows color (decimal): -15400191 or 66325. OLE color: 66325.
HSL color Cylindrical-coordinate representation of color #150301: hue angle of 6º 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 #150301 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 3 | 1 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.92 |
| HSL | 6º | 0.91% | 0.04% | - |
| HSV(B) | 6º | 0.95% | 0.08% | - |
| XYZ | 0.35 | 0.23 | 0.05 | - |
| YUV | 8.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 1 | 0 | 0.86 | 0.95 | 0.92 | 6 | 0.91 | 0.04 |
| Hex | 15 | 3 | 1 | 0 | 56 | 5F | 5C | 6 | 5B | 4 |
| Octal | 25 | 3 | 1 | 0 | 126 | 137 | 134 | 6 | 133 | 4 |
| Binary | 10101 | 11 | 1 | 0 | 1010110 | 1011111 | 1011100 | 110 | 1011011 | 100 |
Color Harmonies of #150301
Complementary color
Monochromatic Colors of #150301
Black with #150301
Text Example
Text Example
White with #150301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150301; }
p { color: rgb(21,3,1); }
H1.HeaderClassName
{
color: #150301;
}
.AnyTagClassName
{
color: #150301;
}
</style>
background-color css
<style>
a { background-color: #150301; }
a { background-color: rgb(21,3,1); }
div.DivClassName
{
background-color: #150301;
}
.BgClassName
{
background-color: #150301;
}
</style>
border-color css
<style>
span { border-color: #150301; }
span { border-color: rgb(21,3,1); }
td.TdClassName
{
border-color: #150301;
}
.TagClassName
{
border-color: #150301;
}
</style>