Shades of Black Pearl #001018
Tints of Black Pearl #001018
RGB
CMYK
RGB Variations
Color information
#001018 (or 0x001018) is known color: Black Pearl. HEX triplet: 00, 10 and 18. RGB value is (0,16,24). Sum of RGB (Red+Green+Blue) = 0+16+24=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #001018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001018 is #FFEFE7. Grayscale: #0C0C0C. Windows color (decimal): -16773096 or 1576960. OLE color: 1576960.
HSL color Cylindrical-coordinate representation of color #001018: hue angle of 200º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001018 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 16 | 24 | - |
| CMYK | 1 | 0.33 | 0 | 0.91 |
| HSL | 200º | 1% | 0.05% | - |
| HSV(B) | 200º | 1% | 0.09% | - |
| XYZ | 0.35 | 0.44 | 0.93 | - |
| YUV | 12.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 24 | 1 | 0.33 | 0 | 0.91 | 200 | 1 | 0.05 |
| Hex | 0 | 10 | 18 | 64 | 21 | 0 | 5B | C8 | 64 | 5 |
| Octal | 0 | 20 | 30 | 144 | 41 | 0 | 133 | 310 | 144 | 5 |
| Binary | 0 | 10000 | 11000 | 1100100 | 100001 | 0 | 1011011 | 11001000 | 1100100 | 101 |
Color Harmonies of #001018
Complementary color
Monochromatic Colors of #001018
Black with #001018
Text Example
Text Example
White with #001018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001018; }
p { color: rgb(0,16,24); }
H1.HeaderClassName
{
color: #001018;
}
.AnyTagClassName
{
color: #001018;
}
</style>
background-color css
<style>
a { background-color: #001018; }
a { background-color: rgb(0,16,24); }
div.DivClassName
{
background-color: #001018;
}
.BgClassName
{
background-color: #001018;
}
</style>
border-color css
<style>
span { border-color: #001018; }
span { border-color: rgb(0,16,24); }
td.TdClassName
{
border-color: #001018;
}
.TagClassName
{
border-color: #001018;
}
</style>