Shades of Black #180B0A
Tints of Black #180B0A
RGB
CMYK
RGB Variations
Color information
#180B0A (or 0x180B0A) is known color: Black. HEX triplet: 18, 0B and 0A. RGB value is (24,11,10). Sum of RGB (Red+Green+Blue) = 24+11+10=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B0A is #E7F4F5. Grayscale: #0E0E0E. Windows color (decimal): -15201526 or 658200. OLE color: 658200.
HSL color Cylindrical-coordinate representation of color #180B0A: hue angle of 4.29º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #180B0A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 11 | 10 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.91 |
| HSL | 4.29º | 0.41% | 0.07% | - |
| HSV(B) | 4.29º | 0.58% | 0.09% | - |
| XYZ | 0.55 | 0.46 | 0.35 | - |
| YUV | 14.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 10 | 0 | 0.54 | 0.58 | 0.91 | 4.29 | 0.41 | 0.07 |
| Hex | 18 | B | A | 0 | 36 | 3A | 5B | 4 | 29 | 7 |
| Octal | 30 | 13 | 12 | 0 | 66 | 72 | 133 | 4 | 51 | 7 |
| Binary | 11000 | 1011 | 1010 | 0 | 110110 | 111010 | 1011011 | 100 | 101001 | 111 |
Color Harmonies of #180B0A
Complementary color
Monochromatic Colors of #180B0A
Black with #180B0A
Text Example
Text Example
White with #180B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B0A; }
p { color: rgb(24,11,10); }
H1.HeaderClassName
{
color: #180B0A;
}
.AnyTagClassName
{
color: #180B0A;
}
</style>
background-color css
<style>
a { background-color: #180B0A; }
a { background-color: rgb(24,11,10); }
div.DivClassName
{
background-color: #180B0A;
}
.BgClassName
{
background-color: #180B0A;
}
</style>
border-color css
<style>
span { border-color: #180B0A; }
span { border-color: rgb(24,11,10); }
td.TdClassName
{
border-color: #180B0A;
}
.TagClassName
{
border-color: #180B0A;
}
</style>