Shades of Black #180D08
Tints of Black #180D08
RGB
CMYK
RGB Variations
Color information
#180D08 (or 0x180D08) is known color: Black. HEX triplet: 18, 0D and 08. RGB value is (24,13,8). Sum of RGB (Red+Green+Blue) = 24+13+8=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D08 is #E7F2F7. Grayscale: #0F0F0F. Windows color (decimal): -15201016 or 527640. OLE color: 527640.
HSL color Cylindrical-coordinate representation of color #180D08: hue angle of 18.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #180D08 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 13 | 8 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.91 |
| HSL | 18.75º | 0.5% | 0.06% | - |
| HSV(B) | 18.75º | 0.67% | 0.09% | - |
| XYZ | 0.56 | 0.5 | 0.3 | - |
| YUV | 15.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 8 | 0 | 0.46 | 0.67 | 0.91 | 18.75 | 0.5 | 0.06 |
| Hex | 18 | D | 8 | 0 | 2E | 43 | 5B | 13 | 32 | 6 |
| Octal | 30 | 15 | 10 | 0 | 56 | 103 | 133 | 23 | 62 | 6 |
| Binary | 11000 | 1101 | 1000 | 0 | 101110 | 1000011 | 1011011 | 10011 | 110010 | 110 |
Color Harmonies of #180D08
Complementary color
Monochromatic Colors of #180D08
Black with #180D08
Text Example
Text Example
White with #180D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D08; }
p { color: rgb(24,13,8); }
H1.HeaderClassName
{
color: #180D08;
}
.AnyTagClassName
{
color: #180D08;
}
</style>
background-color css
<style>
a { background-color: #180D08; }
a { background-color: rgb(24,13,8); }
div.DivClassName
{
background-color: #180D08;
}
.BgClassName
{
background-color: #180D08;
}
</style>
border-color css
<style>
span { border-color: #180D08; }
span { border-color: rgb(24,13,8); }
td.TdClassName
{
border-color: #180D08;
}
.TagClassName
{
border-color: #180D08;
}
</style>