Shades of Black #180A05
Tints of Black #180A05
RGB
CMYK
RGB Variations
Color information
#180A05 (or 0x180A05) is known color: Black. HEX triplet: 18, 0A and 05. RGB value is (24,10,5). Sum of RGB (Red+Green+Blue) = 24+10+5=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A05 is #E7F5FA. Grayscale: #0D0D0D. Windows color (decimal): -15201787 or 330264. OLE color: 330264.
HSL color Cylindrical-coordinate representation of color #180A05: hue angle of 15.79º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180A05 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 10 | 5 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.91 |
| HSL | 15.79º | 0.66% | 0.06% | - |
| HSV(B) | 15.79º | 0.79% | 0.09% | - |
| XYZ | 0.51 | 0.42 | 0.2 | - |
| YUV | 13.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 5 | 0 | 0.58 | 0.79 | 0.91 | 15.79 | 0.66 | 0.06 |
| Hex | 18 | A | 5 | 0 | 3A | 4F | 5B | 10 | 42 | 6 |
| Octal | 30 | 12 | 5 | 0 | 72 | 117 | 133 | 20 | 102 | 6 |
| Binary | 11000 | 1010 | 101 | 0 | 111010 | 1001111 | 1011011 | 10000 | 1000010 | 110 |
Color Harmonies of #180A05
Complementary color
Monochromatic Colors of #180A05
Black with #180A05
Text Example
Text Example
White with #180A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A05; }
p { color: rgb(24,10,5); }
H1.HeaderClassName
{
color: #180A05;
}
.AnyTagClassName
{
color: #180A05;
}
</style>
background-color css
<style>
a { background-color: #180A05; }
a { background-color: rgb(24,10,5); }
div.DivClassName
{
background-color: #180A05;
}
.BgClassName
{
background-color: #180A05;
}
</style>
border-color css
<style>
span { border-color: #180A05; }
span { border-color: rgb(24,10,5); }
td.TdClassName
{
border-color: #180A05;
}
.TagClassName
{
border-color: #180A05;
}
</style>