Shades of Black Pearl #011218
Tints of Black Pearl #011218
RGB
CMYK
RGB Variations
Color information
#011218 (or 0x011218) is known color: Black Pearl. HEX triplet: 01, 12 and 18. RGB value is (1,18,24). Sum of RGB (Red+Green+Blue) = 1+18+24=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #011218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011218 is #FEEDE7. Grayscale: #0D0D0D. Windows color (decimal): -16707048 or 1577473. OLE color: 1577473.
HSL color Cylindrical-coordinate representation of color #011218: hue angle of 195.65º 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 #011218 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 18 | 24 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.91 |
| HSL | 195.65º | 0.92% | 0.05% | - |
| HSV(B) | 195.65º | 0.96% | 0.09% | - |
| XYZ | 0.39 | 0.51 | 0.94 | - |
| YUV | 13.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 24 | 0.96 | 0.25 | 0 | 0.91 | 195.65 | 0.92 | 0.05 |
| Hex | 1 | 12 | 18 | 60 | 19 | 0 | 5B | C4 | 5C | 5 |
| Octal | 1 | 22 | 30 | 140 | 31 | 0 | 133 | 304 | 134 | 5 |
| Binary | 1 | 10010 | 11000 | 1100000 | 11001 | 0 | 1011011 | 11000100 | 1011100 | 101 |
Color Harmonies of #011218
Complementary color
Monochromatic Colors of #011218
Black with #011218
Text Example
Text Example
White with #011218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011218; }
p { color: rgb(1,18,24); }
H1.HeaderClassName
{
color: #011218;
}
.AnyTagClassName
{
color: #011218;
}
</style>
background-color css
<style>
a { background-color: #011218; }
a { background-color: rgb(1,18,24); }
div.DivClassName
{
background-color: #011218;
}
.BgClassName
{
background-color: #011218;
}
</style>
border-color css
<style>
span { border-color: #011218; }
span { border-color: rgb(1,18,24); }
td.TdClassName
{
border-color: #011218;
}
.TagClassName
{
border-color: #011218;
}
</style>