Shades of Black #150504
Tints of Black #150504
RGB
CMYK
RGB Variations
Color information
#150504 (or 0x150504) is known color: Black. HEX triplet: 15, 05 and 04. RGB value is (21,5,4). Sum of RGB (Red+Green+Blue) = 21+5+4=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150504 is #EAFAFB. Grayscale: #090909. Windows color (decimal): -15399676 or 263445. OLE color: 263445.
HSL color Cylindrical-coordinate representation of color #150504: hue angle of 3.53º 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 #150504 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 5 | 4 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.92 |
| HSL | 3.53º | 0.68% | 0.05% | - |
| HSV(B) | 3.53º | 0.81% | 0.08% | - |
| XYZ | 0.39 | 0.28 | 0.15 | - |
| YUV | 9.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 4 | 0 | 0.76 | 0.81 | 0.92 | 3.53 | 0.68 | 0.05 |
| Hex | 15 | 5 | 4 | 0 | 4C | 51 | 5C | 4 | 44 | 5 |
| Octal | 25 | 5 | 4 | 0 | 114 | 121 | 134 | 4 | 104 | 5 |
| Binary | 10101 | 101 | 100 | 0 | 1001100 | 1010001 | 1011100 | 100 | 1000100 | 101 |
Color Harmonies of #150504
Complementary color
Monochromatic Colors of #150504
Black with #150504
Text Example
Text Example
White with #150504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150504; }
p { color: rgb(21,5,4); }
H1.HeaderClassName
{
color: #150504;
}
.AnyTagClassName
{
color: #150504;
}
</style>
background-color css
<style>
a { background-color: #150504; }
a { background-color: rgb(21,5,4); }
div.DivClassName
{
background-color: #150504;
}
.BgClassName
{
background-color: #150504;
}
</style>
border-color css
<style>
span { border-color: #150504; }
span { border-color: rgb(21,5,4); }
td.TdClassName
{
border-color: #150504;
}
.TagClassName
{
border-color: #150504;
}
</style>