Shades of Black Pearl #011118
Tints of Black Pearl #011118
RGB
CMYK
RGB Variations
Color information
#011118 (or 0x011118) is known color: Black Pearl. HEX triplet: 01, 11 and 18. RGB value is (1,17,24). Sum of RGB (Red+Green+Blue) = 1+17+24=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #011118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011118 is #FEEEE7. Grayscale: #0C0C0C. Windows color (decimal): -16707304 or 1577217. OLE color: 1577217.
HSL color Cylindrical-coordinate representation of color #011118: hue angle of 198.26º 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 #011118 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 17 | 24 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.91 |
| HSL | 198.26º | 0.92% | 0.05% | - |
| HSV(B) | 198.26º | 0.96% | 0.09% | - |
| XYZ | 0.38 | 0.47 | 0.94 | - |
| YUV | 13.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 24 | 0.96 | 0.29 | 0 | 0.91 | 198.26 | 0.92 | 0.05 |
| Hex | 1 | 11 | 18 | 60 | 1D | 0 | 5B | C6 | 5C | 5 |
| Octal | 1 | 21 | 30 | 140 | 35 | 0 | 133 | 306 | 134 | 5 |
| Binary | 1 | 10001 | 11000 | 1100000 | 11101 | 0 | 1011011 | 11000110 | 1011100 | 101 |
Color Harmonies of #011118
Complementary color
Monochromatic Colors of #011118
Black with #011118
Text Example
Text Example
White with #011118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011118; }
p { color: rgb(1,17,24); }
H1.HeaderClassName
{
color: #011118;
}
.AnyTagClassName
{
color: #011118;
}
</style>
background-color css
<style>
a { background-color: #011118; }
a { background-color: rgb(1,17,24); }
div.DivClassName
{
background-color: #011118;
}
.BgClassName
{
background-color: #011118;
}
</style>
border-color css
<style>
span { border-color: #011118; }
span { border-color: rgb(1,17,24); }
td.TdClassName
{
border-color: #011118;
}
.TagClassName
{
border-color: #011118;
}
</style>