Shades of Black #180C02
Tints of Black #180C02
RGB
CMYK
RGB Variations
Color information
#180C02 (or 0x180C02) is known color: Black. HEX triplet: 18, 0C and 02. RGB value is (24,12,2). Sum of RGB (Red+Green+Blue) = 24+12+2=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C02 is #E7F3FD. Grayscale: #0E0E0E. Windows color (decimal): -15201278 or 134168. OLE color: 134168.
HSL color Cylindrical-coordinate representation of color #180C02: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180C02 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 2 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.91 |
| HSL | 27.27º | 0.85% | 0.05% | - |
| HSV(B) | 27.27º | 0.92% | 0.09% | - |
| XYZ | 0.52 | 0.46 | 0.12 | - |
| YUV | 14.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 2 | 0 | 0.50 | 0.92 | 0.91 | 27.27 | 0.85 | 0.05 |
| Hex | 18 | C | 2 | 0 | 32 | 5C | 5B | 1B | 55 | 5 |
| Octal | 30 | 14 | 2 | 0 | 62 | 134 | 133 | 33 | 125 | 5 |
| Binary | 11000 | 1100 | 10 | 0 | 110010 | 1011100 | 1011011 | 11011 | 1010101 | 101 |
Color Harmonies of #180C02
Complementary color
Monochromatic Colors of #180C02
Black with #180C02
Text Example
Text Example
White with #180C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C02; }
p { color: rgb(24,12,2); }
H1.HeaderClassName
{
color: #180C02;
}
.AnyTagClassName
{
color: #180C02;
}
</style>
background-color css
<style>
a { background-color: #180C02; }
a { background-color: rgb(24,12,2); }
div.DivClassName
{
background-color: #180C02;
}
.BgClassName
{
background-color: #180C02;
}
</style>
border-color css
<style>
span { border-color: #180C02; }
span { border-color: rgb(24,12,2); }
td.TdClassName
{
border-color: #180C02;
}
.TagClassName
{
border-color: #180C02;
}
</style>