Shades of Black #180303
Tints of Black #180303
RGB
CMYK
RGB Variations
Color information
#180303 (or 0x180303) is known color: Black. HEX triplet: 18, 03 and 03. RGB value is (24,3,3). Sum of RGB (Red+Green+Blue) = 24+3+3=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180303 is #E7FCFC. Grayscale: #090909. Windows color (decimal): -15203581 or 197400. OLE color: 197400.
HSL color Cylindrical-coordinate representation of color #180303: hue angle of 0º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180303 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 3 | 3 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.91 |
| HSL | 0º | 0.78% | 0.05% | - |
| HSV(B) | 0º | 0.88% | 0.09% | - |
| XYZ | 0.43 | 0.27 | 0.12 | - |
| YUV | 9.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 3 | 0 | 0.88 | 0.88 | 0.91 | 0 | 0.78 | 0.05 |
| Hex | 18 | 3 | 3 | 0 | 58 | 58 | 5B | 0 | 4E | 5 |
| Octal | 30 | 3 | 3 | 0 | 130 | 130 | 133 | 0 | 116 | 5 |
| Binary | 11000 | 11 | 11 | 0 | 1011000 | 1011000 | 1011011 | 0 | 1001110 | 101 |
Color Harmonies of #180303
Complementary color
Monochromatic Colors of #180303
Black with #180303
Text Example
Text Example
White with #180303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180303; }
p { color: rgb(24,3,3); }
H1.HeaderClassName
{
color: #180303;
}
.AnyTagClassName
{
color: #180303;
}
</style>
background-color css
<style>
a { background-color: #180303; }
a { background-color: rgb(24,3,3); }
div.DivClassName
{
background-color: #180303;
}
.BgClassName
{
background-color: #180303;
}
</style>
border-color css
<style>
span { border-color: #180303; }
span { border-color: rgb(24,3,3); }
td.TdClassName
{
border-color: #180303;
}
.TagClassName
{
border-color: #180303;
}
</style>