Shades of Black Pearl #010E17
Tints of Black Pearl #010E17
RGB
CMYK
RGB Variations
Color information
#010E17 (or 0x010E17) is known color: Black Pearl. HEX triplet: 01, 0E and 17. RGB value is (1,14,23). Sum of RGB (Red+Green+Blue) = 1+14+23=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 23 (9.38% from 255 or 60.53% from 38); Max value from RGB is 23 - color contains mainly: blue. Hex color #010E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E17 is #FEF1E8. Grayscale: #0B0B0B. Windows color (decimal): -16708073 or 1510913. OLE color: 1510913.
HSL color Cylindrical-coordinate representation of color #010E17: hue angle of 204.55º 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 #010E17 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 14 | 23 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.91 |
| HSL | 204.55º | 0.92% | 0.05% | - |
| HSV(B) | 204.55º | 0.96% | 0.09% | - |
| XYZ | 0.32 | 0.38 | 0.87 | - |
| YUV | 11.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 23 | 0.96 | 0.39 | 0 | 0.91 | 204.55 | 0.92 | 0.05 |
| Hex | 1 | E | 17 | 60 | 27 | 0 | 5B | CD | 5C | 5 |
| Octal | 1 | 16 | 27 | 140 | 47 | 0 | 133 | 315 | 134 | 5 |
| Binary | 1 | 1110 | 10111 | 1100000 | 100111 | 0 | 1011011 | 11001101 | 1011100 | 101 |
Color Harmonies of #010E17
Complementary color
Monochromatic Colors of #010E17
Black with #010E17
Text Example
Text Example
White with #010E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E17; }
p { color: rgb(1,14,23); }
H1.HeaderClassName
{
color: #010E17;
}
.AnyTagClassName
{
color: #010E17;
}
</style>
background-color css
<style>
a { background-color: #010E17; }
a { background-color: rgb(1,14,23); }
div.DivClassName
{
background-color: #010E17;
}
.BgClassName
{
background-color: #010E17;
}
</style>
border-color css
<style>
span { border-color: #010E17; }
span { border-color: rgb(1,14,23); }
td.TdClassName
{
border-color: #010E17;
}
.TagClassName
{
border-color: #010E17;
}
</style>