Shades of Black #180400
Tints of Black #180400
RGB
CMYK
RGB Variations
Color information
#180400 (or 0x180400) is known color: Black. HEX triplet: 18, 04 and 00. RGB value is (24,4,0). Sum of RGB (Red+Green+Blue) = 24+4+0=28 (3% of max value = 765). Red value is 24 (9.77% from 255 or 85.71% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 24 - color contains mainly: red. Hex color #180400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180400 is #E7FBFF. Grayscale: #090909. Windows color (decimal): -15203328 or 1048. OLE color: 1048.
HSL color Cylindrical-coordinate representation of color #180400: hue angle of 10º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180400 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.91 |
| HSL | 10º | 1% | 0.05% | - |
| HSV(B) | 10º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.28 | 0.03 | - |
| YUV | 9.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 0 | 0 | 0.83 | 1 | 0.91 | 10 | 1 | 0.05 |
| Hex | 18 | 4 | 0 | 0 | 53 | 64 | 5B | A | 64 | 5 |
| Octal | 30 | 4 | 0 | 0 | 123 | 144 | 133 | 12 | 144 | 5 |
| Binary | 11000 | 100 | 0 | 0 | 1010011 | 1100100 | 1011011 | 1010 | 1100100 | 101 |
Color Harmonies of #180400
Complementary color
Monochromatic Colors of #180400
Black with #180400
Text Example
Text Example
White with #180400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180400; }
p { color: rgb(24,4,0); }
H1.HeaderClassName
{
color: #180400;
}
.AnyTagClassName
{
color: #180400;
}
</style>
background-color css
<style>
a { background-color: #180400; }
a { background-color: rgb(24,4,0); }
div.DivClassName
{
background-color: #180400;
}
.BgClassName
{
background-color: #180400;
}
</style>
border-color css
<style>
span { border-color: #180400; }
span { border-color: rgb(24,4,0); }
td.TdClassName
{
border-color: #180400;
}
.TagClassName
{
border-color: #180400;
}
</style>