Shades of Black #180700
Tints of Black #180700
RGB
CMYK
RGB Variations
Color information
#180700 (or 0x180700) is known color: Black. HEX triplet: 18, 07 and 00. RGB value is (24,7,0). Sum of RGB (Red+Green+Blue) = 24+7+0=31 (4% of max value = 765). Red value is 24 (9.77% from 255 or 77.42% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 24 - color contains mainly: red. Hex color #180700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180700 is #E7F8FF. Grayscale: #0B0B0B. Windows color (decimal): -15202560 or 1816. OLE color: 1816.
HSL color Cylindrical-coordinate representation of color #180700: hue angle of 17.5º 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 #180700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 7 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.91 |
| HSL | 17.5º | 1% | 0.05% | - |
| HSV(B) | 17.5º | 1% | 0.09% | - |
| XYZ | 0.45 | 0.35 | 0.04 | - |
| YUV | 11.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 0 | 0 | 0.71 | 1 | 0.91 | 17.5 | 1 | 0.05 |
| Hex | 18 | 7 | 0 | 0 | 47 | 64 | 5B | 12 | 64 | 5 |
| Octal | 30 | 7 | 0 | 0 | 107 | 144 | 133 | 22 | 144 | 5 |
| Binary | 11000 | 111 | 0 | 0 | 1000111 | 1100100 | 1011011 | 10010 | 1100100 | 101 |
Color Harmonies of #180700
Complementary color
Monochromatic Colors of #180700
Black with #180700
Text Example
Text Example
White with #180700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180700; }
p { color: rgb(24,7,0); }
H1.HeaderClassName
{
color: #180700;
}
.AnyTagClassName
{
color: #180700;
}
</style>
background-color css
<style>
a { background-color: #180700; }
a { background-color: rgb(24,7,0); }
div.DivClassName
{
background-color: #180700;
}
.BgClassName
{
background-color: #180700;
}
</style>
border-color css
<style>
span { border-color: #180700; }
span { border-color: rgb(24,7,0); }
td.TdClassName
{
border-color: #180700;
}
.TagClassName
{
border-color: #180700;
}
</style>