Shades of Black #180901
Tints of Black #180901
RGB
CMYK
RGB Variations
Color information
#180901 (or 0x180901) is known color: Black. HEX triplet: 18, 09 and 01. RGB value is (24,9,1). Sum of RGB (Red+Green+Blue) = 24+9+1=34 (4% of max value = 765). Red value is 24 (9.77% from 255 or 70.59% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 24 - color contains mainly: red. Hex color #180901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180901 is #E7F6FE. Grayscale: #0C0C0C. Windows color (decimal): -15202047 or 67864. OLE color: 67864.
HSL color Cylindrical-coordinate representation of color #180901: hue angle of 20.87º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180901 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 9 | 1 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.91 |
| HSL | 20.87º | 0.92% | 0.05% | - |
| HSV(B) | 20.87º | 0.96% | 0.09% | - |
| XYZ | 0.48 | 0.39 | 0.08 | - |
| YUV | 12.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 1 | 0 | 0.63 | 0.96 | 0.91 | 20.87 | 0.92 | 0.05 |
| Hex | 18 | 9 | 1 | 0 | 3F | 60 | 5B | 15 | 5C | 5 |
| Octal | 30 | 11 | 1 | 0 | 77 | 140 | 133 | 25 | 134 | 5 |
| Binary | 11000 | 1001 | 1 | 0 | 111111 | 1100000 | 1011011 | 10101 | 1011100 | 101 |
Color Harmonies of #180901
Complementary color
Monochromatic Colors of #180901
Black with #180901
Text Example
Text Example
White with #180901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180901; }
p { color: rgb(24,9,1); }
H1.HeaderClassName
{
color: #180901;
}
.AnyTagClassName
{
color: #180901;
}
</style>
background-color css
<style>
a { background-color: #180901; }
a { background-color: rgb(24,9,1); }
div.DivClassName
{
background-color: #180901;
}
.BgClassName
{
background-color: #180901;
}
</style>
border-color css
<style>
span { border-color: #180901; }
span { border-color: rgb(24,9,1); }
td.TdClassName
{
border-color: #180901;
}
.TagClassName
{
border-color: #180901;
}
</style>