Shades of Black #180C01
Tints of Black #180C01
RGB
CMYK
RGB Variations
Color information
#180C01 (or 0x180C01) is known color: Black. HEX triplet: 18, 0C and 01. RGB value is (24,12,1). Sum of RGB (Red+Green+Blue) = 24+12+1=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C01 is #E7F3FE. Grayscale: #0E0E0E. Windows color (decimal): -15201279 or 68632. OLE color: 68632.
HSL color Cylindrical-coordinate representation of color #180C01: hue angle of 28.7º 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 #180C01 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 1 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.91 |
| HSL | 28.7º | 0.92% | 0.05% | - |
| HSV(B) | 28.7º | 0.96% | 0.09% | - |
| XYZ | 0.51 | 0.46 | 0.09 | - |
| YUV | 14.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 1 | 0 | 0.50 | 0.96 | 0.91 | 28.7 | 0.92 | 0.05 |
| Hex | 18 | C | 1 | 0 | 32 | 60 | 5B | 1D | 5C | 5 |
| Octal | 30 | 14 | 1 | 0 | 62 | 140 | 133 | 35 | 134 | 5 |
| Binary | 11000 | 1100 | 1 | 0 | 110010 | 1100000 | 1011011 | 11101 | 1011100 | 101 |
Color Harmonies of #180C01
Complementary color
Monochromatic Colors of #180C01
Black with #180C01
Text Example
Text Example
White with #180C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C01; }
p { color: rgb(24,12,1); }
H1.HeaderClassName
{
color: #180C01;
}
.AnyTagClassName
{
color: #180C01;
}
</style>
background-color css
<style>
a { background-color: #180C01; }
a { background-color: rgb(24,12,1); }
div.DivClassName
{
background-color: #180C01;
}
.BgClassName
{
background-color: #180C01;
}
</style>
border-color css
<style>
span { border-color: #180C01; }
span { border-color: rgb(24,12,1); }
td.TdClassName
{
border-color: #180C01;
}
.TagClassName
{
border-color: #180C01;
}
</style>