Shades of Black #180702
Tints of Black #180702
RGB
CMYK
RGB Variations
Color information
#180702 (or 0x180702) is known color: Black. HEX triplet: 18, 07 and 02. RGB value is (24,7,2). Sum of RGB (Red+Green+Blue) = 24+7+2=33 (4% of max value = 765). Red value is 24 (9.77% from 255 or 72.73% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 24 - color contains mainly: red. Hex color #180702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180702 is #E7F8FD. Grayscale: #0B0B0B. Windows color (decimal): -15202558 or 132888. OLE color: 132888.
HSL color Cylindrical-coordinate representation of color #180702: hue angle of 13.64º 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 #180702 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 7 | 2 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.91 |
| HSL | 13.64º | 0.85% | 0.05% | - |
| HSV(B) | 13.64º | 0.92% | 0.09% | - |
| XYZ | 0.46 | 0.35 | 0.1 | - |
| YUV | 11.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 2 | 0 | 0.71 | 0.92 | 0.91 | 13.64 | 0.85 | 0.05 |
| Hex | 18 | 7 | 2 | 0 | 47 | 5C | 5B | E | 55 | 5 |
| Octal | 30 | 7 | 2 | 0 | 107 | 134 | 133 | 16 | 125 | 5 |
| Binary | 11000 | 111 | 10 | 0 | 1000111 | 1011100 | 1011011 | 1110 | 1010101 | 101 |
Color Harmonies of #180702
Complementary color
Monochromatic Colors of #180702
Black with #180702
Text Example
Text Example
White with #180702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180702; }
p { color: rgb(24,7,2); }
H1.HeaderClassName
{
color: #180702;
}
.AnyTagClassName
{
color: #180702;
}
</style>
background-color css
<style>
a { background-color: #180702; }
a { background-color: rgb(24,7,2); }
div.DivClassName
{
background-color: #180702;
}
.BgClassName
{
background-color: #180702;
}
</style>
border-color css
<style>
span { border-color: #180702; }
span { border-color: rgb(24,7,2); }
td.TdClassName
{
border-color: #180702;
}
.TagClassName
{
border-color: #180702;
}
</style>