Shades of Black Pearl #0E171A
Tints of Black Pearl #0E171A
RGB
CMYK
RGB Variations
Color information
#0E171A (or 0x0E171A) is known color: Black Pearl. HEX triplet: 0E, 17 and 1A. RGB value is (14,23,26). Sum of RGB (Red+Green+Blue) = 14+23+26=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E171A is #F1E8E5. Grayscale: #141414. Windows color (decimal): -15853798 or 1709838. OLE color: 1709838.
HSL color Cylindrical-coordinate representation of color #0E171A: hue angle of 195º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0E171A is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 23 | 26 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.90 |
| HSL | 195º | 0.3% | 0.08% | - |
| HSV(B) | 195º | 0.46% | 0.1% | - |
| XYZ | 0.67 | 0.78 | 1.09 | - |
| YUV | 20.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 26 | 0.46 | 0.12 | 0 | 0.90 | 195 | 0.3 | 0.08 |
| Hex | E | 17 | 1A | 2E | C | 0 | 5A | C3 | 1E | 8 |
| Octal | 16 | 27 | 32 | 56 | 14 | 0 | 132 | 303 | 36 | 10 |
| Binary | 1110 | 10111 | 11010 | 101110 | 1100 | 0 | 1011010 | 11000011 | 11110 | 1000 |
Color Harmonies of #0E171A
Complementary color
Monochromatic Colors of #0E171A
Black with #0E171A
Text Example
Text Example
White with #0E171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E171A; }
p { color: rgb(14,23,26); }
H1.HeaderClassName
{
color: #0E171A;
}
.AnyTagClassName
{
color: #0E171A;
}
</style>
background-color css
<style>
a { background-color: #0E171A; }
a { background-color: rgb(14,23,26); }
div.DivClassName
{
background-color: #0E171A;
}
.BgClassName
{
background-color: #0E171A;
}
</style>
border-color css
<style>
span { border-color: #0E171A; }
span { border-color: rgb(14,23,26); }
td.TdClassName
{
border-color: #0E171A;
}
.TagClassName
{
border-color: #0E171A;
}
</style>