Shades of Black #180600
Tints of Black #180600
RGB
CMYK
RGB Variations
Color information
#180600 (or 0x180600) is known color: Black. HEX triplet: 18, 06 and 00. RGB value is (24,6,0). Sum of RGB (Red+Green+Blue) = 24+6+0=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180600 is #E7F9FF. Grayscale: #0A0A0A. Windows color (decimal): -15202816 or 1560. OLE color: 1560.
HSL color Cylindrical-coordinate representation of color #180600: hue angle of 15º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 6 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.91 |
| HSL | 15º | 1% | 0.05% | - |
| HSV(B) | 15º | 1% | 0.09% | - |
| XYZ | 0.44 | 0.32 | 0.04 | - |
| YUV | 10.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 0 | 0 | 0.75 | 1 | 0.91 | 15 | 1 | 0.05 |
| Hex | 18 | 6 | 0 | 0 | 4B | 64 | 5B | F | 64 | 5 |
| Octal | 30 | 6 | 0 | 0 | 113 | 144 | 133 | 17 | 144 | 5 |
| Binary | 11000 | 110 | 0 | 0 | 1001011 | 1100100 | 1011011 | 1111 | 1100100 | 101 |
Color Harmonies of #180600
Complementary color
Monochromatic Colors of #180600
Black with #180600
Text Example
Text Example
White with #180600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180600; }
p { color: rgb(24,6,0); }
H1.HeaderClassName
{
color: #180600;
}
.AnyTagClassName
{
color: #180600;
}
</style>
background-color css
<style>
a { background-color: #180600; }
a { background-color: rgb(24,6,0); }
div.DivClassName
{
background-color: #180600;
}
.BgClassName
{
background-color: #180600;
}
</style>
border-color css
<style>
span { border-color: #180600; }
span { border-color: rgb(24,6,0); }
td.TdClassName
{
border-color: #180600;
}
.TagClassName
{
border-color: #180600;
}
</style>