Shades of Black Pearl #0E171F
Tints of Black Pearl #0E171F
RGB
CMYK
RGB Variations
Color information
#0E171F (or 0x0E171F) is known color: Black Pearl. HEX triplet: 0E, 17 and 1F. RGB value is (14,23,31). Sum of RGB (Red+Green+Blue) = 14+23+31=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E171F is #F1E8E0. Grayscale: #151515. Windows color (decimal): -15853793 or 2037518. OLE color: 2037518.
HSL color Cylindrical-coordinate representation of color #0E171F: hue angle of 208.24º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E171F is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 23 | 31 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.88 |
| HSL | 208.24º | 0.38% | 0.09% | - |
| HSV(B) | 208.24º | 0.55% | 0.12% | - |
| XYZ | 0.73 | 0.81 | 1.41 | - |
| YUV | 21.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 31 | 0.55 | 0.26 | 0 | 0.88 | 208.24 | 0.38 | 0.09 |
| Hex | E | 17 | 1F | 37 | 1A | 0 | 58 | D0 | 26 | 9 |
| Octal | 16 | 27 | 37 | 67 | 32 | 0 | 130 | 320 | 46 | 11 |
| Binary | 1110 | 10111 | 11111 | 110111 | 11010 | 0 | 1011000 | 11010000 | 100110 | 1001 |
Color Harmonies of #0E171F
Complementary color
Monochromatic Colors of #0E171F
Black with #0E171F
Text Example
Text Example
White with #0E171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E171F; }
p { color: rgb(14,23,31); }
H1.HeaderClassName
{
color: #0E171F;
}
.AnyTagClassName
{
color: #0E171F;
}
</style>
background-color css
<style>
a { background-color: #0E171F; }
a { background-color: rgb(14,23,31); }
div.DivClassName
{
background-color: #0E171F;
}
.BgClassName
{
background-color: #0E171F;
}
</style>
border-color css
<style>
span { border-color: #0E171F; }
span { border-color: rgb(14,23,31); }
td.TdClassName
{
border-color: #0E171F;
}
.TagClassName
{
border-color: #0E171F;
}
</style>