Shades of Black #180B08
Tints of Black #180B08
RGB
CMYK
RGB Variations
Color information
#180B08 (or 0x180B08) is known color: Black. HEX triplet: 18, 0B and 08. RGB value is (24,11,8). Sum of RGB (Red+Green+Blue) = 24+11+8=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #180B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B08 is #E7F4F7. Grayscale: #0E0E0E. Windows color (decimal): -15201528 or 527128. OLE color: 527128.
HSL color Cylindrical-coordinate representation of color #180B08: hue angle of 11.25º 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 #180B08 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 11 | 8 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.91 |
| HSL | 11.25º | 0.5% | 0.06% | - |
| HSV(B) | 11.25º | 0.67% | 0.09% | - |
| XYZ | 0.54 | 0.45 | 0.29 | - |
| YUV | 14.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 8 | 0 | 0.54 | 0.67 | 0.91 | 11.25 | 0.5 | 0.06 |
| Hex | 18 | B | 8 | 0 | 36 | 43 | 5B | B | 32 | 6 |
| Octal | 30 | 13 | 10 | 0 | 66 | 103 | 133 | 13 | 62 | 6 |
| Binary | 11000 | 1011 | 1000 | 0 | 110110 | 1000011 | 1011011 | 1011 | 110010 | 110 |
Color Harmonies of #180B08
Complementary color
Monochromatic Colors of #180B08
Black with #180B08
Text Example
Text Example
White with #180B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B08; }
p { color: rgb(24,11,8); }
H1.HeaderClassName
{
color: #180B08;
}
.AnyTagClassName
{
color: #180B08;
}
</style>
background-color css
<style>
a { background-color: #180B08; }
a { background-color: rgb(24,11,8); }
div.DivClassName
{
background-color: #180B08;
}
.BgClassName
{
background-color: #180B08;
}
</style>
border-color css
<style>
span { border-color: #180B08; }
span { border-color: rgb(24,11,8); }
td.TdClassName
{
border-color: #180B08;
}
.TagClassName
{
border-color: #180B08;
}
</style>