Shades of Black #180A04
Tints of Black #180A04
RGB
CMYK
RGB Variations
Color information
#180A04 (or 0x180A04) is known color: Black. HEX triplet: 18, 0A and 04. RGB value is (24,10,4). Sum of RGB (Red+Green+Blue) = 24+10+4=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A04 is #E7F5FB. Grayscale: #0D0D0D. Windows color (decimal): -15201788 or 264728. OLE color: 264728.
HSL color Cylindrical-coordinate representation of color #180A04: hue angle of 18º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180A04 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 10 | 4 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.91 |
| HSL | 18º | 0.71% | 0.05% | - |
| HSV(B) | 18º | 0.83% | 0.09% | - |
| XYZ | 0.51 | 0.42 | 0.17 | - |
| YUV | 13.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 4 | 0 | 0.58 | 0.83 | 0.91 | 18 | 0.71 | 0.05 |
| Hex | 18 | A | 4 | 0 | 3A | 53 | 5B | 12 | 47 | 5 |
| Octal | 30 | 12 | 4 | 0 | 72 | 123 | 133 | 22 | 107 | 5 |
| Binary | 11000 | 1010 | 100 | 0 | 111010 | 1010011 | 1011011 | 10010 | 1000111 | 101 |
Color Harmonies of #180A04
Complementary color
Monochromatic Colors of #180A04
Black with #180A04
Text Example
Text Example
White with #180A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A04; }
p { color: rgb(24,10,4); }
H1.HeaderClassName
{
color: #180A04;
}
.AnyTagClassName
{
color: #180A04;
}
</style>
background-color css
<style>
a { background-color: #180A04; }
a { background-color: rgb(24,10,4); }
div.DivClassName
{
background-color: #180A04;
}
.BgClassName
{
background-color: #180A04;
}
</style>
border-color css
<style>
span { border-color: #180A04; }
span { border-color: rgb(24,10,4); }
td.TdClassName
{
border-color: #180A04;
}
.TagClassName
{
border-color: #180A04;
}
</style>