Shades of Black #180806
Tints of Black #180806
RGB
CMYK
RGB Variations
Color information
#180806 (or 0x180806) is known color: Black. HEX triplet: 18, 08 and 06. RGB value is (24,8,6). Sum of RGB (Red+Green+Blue) = 24+8+6=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180806 is #E7F7F9. Grayscale: #0C0C0C. Windows color (decimal): -15202298 or 395288. OLE color: 395288.
HSL color Cylindrical-coordinate representation of color #180806: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #180806 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 8 | 6 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.91 |
| HSL | 6.67º | 0.6% | 0.06% | - |
| HSV(B) | 6.67º | 0.75% | 0.09% | - |
| XYZ | 0.5 | 0.38 | 0.22 | - |
| YUV | 12.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 6 | 0 | 0.67 | 0.75 | 0.91 | 6.67 | 0.6 | 0.06 |
| Hex | 18 | 8 | 6 | 0 | 43 | 4B | 5B | 7 | 3C | 6 |
| Octal | 30 | 10 | 6 | 0 | 103 | 113 | 133 | 7 | 74 | 6 |
| Binary | 11000 | 1000 | 110 | 0 | 1000011 | 1001011 | 1011011 | 111 | 111100 | 110 |
Color Harmonies of #180806
Complementary color
Monochromatic Colors of #180806
Black with #180806
Text Example
Text Example
White with #180806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180806; }
p { color: rgb(24,8,6); }
H1.HeaderClassName
{
color: #180806;
}
.AnyTagClassName
{
color: #180806;
}
</style>
background-color css
<style>
a { background-color: #180806; }
a { background-color: rgb(24,8,6); }
div.DivClassName
{
background-color: #180806;
}
.BgClassName
{
background-color: #180806;
}
</style>
border-color css
<style>
span { border-color: #180806; }
span { border-color: rgb(24,8,6); }
td.TdClassName
{
border-color: #180806;
}
.TagClassName
{
border-color: #180806;
}
</style>