Shades of Black #180402
Tints of Black #180402
RGB
CMYK
RGB Variations
Color information
#180402 (or 0x180402) is known color: Black. HEX triplet: 18, 04 and 02. RGB value is (24,4,2). Sum of RGB (Red+Green+Blue) = 24+4+2=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180402 is #E7FBFD. Grayscale: #090909. Windows color (decimal): -15203326 or 132120. OLE color: 132120.
HSL color Cylindrical-coordinate representation of color #180402: hue angle of 5.45º 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 #180402 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 2 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.91 |
| HSL | 5.45º | 0.85% | 0.05% | - |
| HSV(B) | 5.45º | 0.92% | 0.09% | - |
| XYZ | 0.43 | 0.29 | 0.09 | - |
| YUV | 9.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 2 | 0 | 0.83 | 0.92 | 0.91 | 5.45 | 0.85 | 0.05 |
| Hex | 18 | 4 | 2 | 0 | 53 | 5C | 5B | 5 | 55 | 5 |
| Octal | 30 | 4 | 2 | 0 | 123 | 134 | 133 | 5 | 125 | 5 |
| Binary | 11000 | 100 | 10 | 0 | 1010011 | 1011100 | 1011011 | 101 | 1010101 | 101 |
Color Harmonies of #180402
Complementary color
Monochromatic Colors of #180402
Black with #180402
Text Example
Text Example
White with #180402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180402; }
p { color: rgb(24,4,2); }
H1.HeaderClassName
{
color: #180402;
}
.AnyTagClassName
{
color: #180402;
}
</style>
background-color css
<style>
a { background-color: #180402; }
a { background-color: rgb(24,4,2); }
div.DivClassName
{
background-color: #180402;
}
.BgClassName
{
background-color: #180402;
}
</style>
border-color css
<style>
span { border-color: #180402; }
span { border-color: rgb(24,4,2); }
td.TdClassName
{
border-color: #180402;
}
.TagClassName
{
border-color: #180402;
}
</style>