Shades of Black #180807
Tints of Black #180807
RGB
CMYK
RGB Variations
Color information
#180807 (or 0x180807) is known color: Black. HEX triplet: 18, 08 and 07. RGB value is (24,8,7). Sum of RGB (Red+Green+Blue) = 24+8+7=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180807 is #E7F7F8. Grayscale: #0C0C0C. Windows color (decimal): -15202297 or 460824. OLE color: 460824.
HSL color Cylindrical-coordinate representation of color #180807: hue angle of 3.53º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180807 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 8 | 7 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.91 |
| HSL | 3.53º | 0.55% | 0.06% | - |
| HSV(B) | 3.53º | 0.71% | 0.09% | - |
| XYZ | 0.5 | 0.38 | 0.25 | - |
| YUV | 12.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 7 | 0 | 0.67 | 0.71 | 0.91 | 3.53 | 0.55 | 0.06 |
| Hex | 18 | 8 | 7 | 0 | 43 | 47 | 5B | 4 | 37 | 6 |
| Octal | 30 | 10 | 7 | 0 | 103 | 107 | 133 | 4 | 67 | 6 |
| Binary | 11000 | 1000 | 111 | 0 | 1000011 | 1000111 | 1011011 | 100 | 110111 | 110 |
Color Harmonies of #180807
Complementary color
Monochromatic Colors of #180807
Black with #180807
Text Example
Text Example
White with #180807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180807; }
p { color: rgb(24,8,7); }
H1.HeaderClassName
{
color: #180807;
}
.AnyTagClassName
{
color: #180807;
}
</style>
background-color css
<style>
a { background-color: #180807; }
a { background-color: rgb(24,8,7); }
div.DivClassName
{
background-color: #180807;
}
.BgClassName
{
background-color: #180807;
}
</style>
border-color css
<style>
span { border-color: #180807; }
span { border-color: rgb(24,8,7); }
td.TdClassName
{
border-color: #180807;
}
.TagClassName
{
border-color: #180807;
}
</style>