Shades of Black Pearl #010E18
Tints of Black Pearl #010E18
RGB
CMYK
RGB Variations
Color information
#010E18 (or 0x010E18) is known color: Black Pearl. HEX triplet: 01, 0E and 18. RGB value is (1,14,24). Sum of RGB (Red+Green+Blue) = 1+14+24=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #010E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E18 is #FEF1E7. Grayscale: #0B0B0B. Windows color (decimal): -16708072 or 1576449. OLE color: 1576449.
HSL color Cylindrical-coordinate representation of color #010E18: hue angle of 206.09º 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 #010E18 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 14 | 24 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.91 |
| HSL | 206.09º | 0.92% | 0.05% | - |
| HSV(B) | 206.09º | 0.96% | 0.09% | - |
| XYZ | 0.33 | 0.39 | 0.92 | - |
| YUV | 11.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 24 | 0.96 | 0.42 | 0 | 0.91 | 206.09 | 0.92 | 0.05 |
| Hex | 1 | E | 18 | 60 | 2A | 0 | 5B | CE | 5C | 5 |
| Octal | 1 | 16 | 30 | 140 | 52 | 0 | 133 | 316 | 134 | 5 |
| Binary | 1 | 1110 | 11000 | 1100000 | 101010 | 0 | 1011011 | 11001110 | 1011100 | 101 |
Color Harmonies of #010E18
Complementary color
Monochromatic Colors of #010E18
Black with #010E18
Text Example
Text Example
White with #010E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E18; }
p { color: rgb(1,14,24); }
H1.HeaderClassName
{
color: #010E18;
}
.AnyTagClassName
{
color: #010E18;
}
</style>
background-color css
<style>
a { background-color: #010E18; }
a { background-color: rgb(1,14,24); }
div.DivClassName
{
background-color: #010E18;
}
.BgClassName
{
background-color: #010E18;
}
</style>
border-color css
<style>
span { border-color: #010E18; }
span { border-color: rgb(1,14,24); }
td.TdClassName
{
border-color: #010E18;
}
.TagClassName
{
border-color: #010E18;
}
</style>