Shades of Black Pearl #0E191A
Tints of Black Pearl #0E191A
RGB
CMYK
RGB Variations
Color information
#0E191A (or 0x0E191A) is known color: Black Pearl. HEX triplet: 0E, 19 and 1A. RGB value is (14,25,26). Sum of RGB (Red+Green+Blue) = 14+25+26=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E191A is #F1E6E5. Grayscale: #151515. Windows color (decimal): -15853286 or 1710350. OLE color: 1710350.
HSL color Cylindrical-coordinate representation of color #0E191A: hue angle of 185º 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 #0E191A is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 25 | 26 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.90 |
| HSL | 185º | 0.3% | 0.08% | - |
| HSV(B) | 185º | 0.46% | 0.1% | - |
| XYZ | 0.72 | 0.86 | 1.11 | - |
| YUV | 21.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 26 | 0.46 | 0.04 | 0 | 0.90 | 185 | 0.3 | 0.08 |
| Hex | E | 19 | 1A | 2E | 4 | 0 | 5A | B9 | 1E | 8 |
| Octal | 16 | 31 | 32 | 56 | 4 | 0 | 132 | 271 | 36 | 10 |
| Binary | 1110 | 11001 | 11010 | 101110 | 100 | 0 | 1011010 | 10111001 | 11110 | 1000 |
Color Harmonies of #0E191A
Complementary color
Monochromatic Colors of #0E191A
Black with #0E191A
Text Example
Text Example
White with #0E191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E191A; }
p { color: rgb(14,25,26); }
H1.HeaderClassName
{
color: #0E191A;
}
.AnyTagClassName
{
color: #0E191A;
}
</style>
background-color css
<style>
a { background-color: #0E191A; }
a { background-color: rgb(14,25,26); }
div.DivClassName
{
background-color: #0E191A;
}
.BgClassName
{
background-color: #0E191A;
}
</style>
border-color css
<style>
span { border-color: #0E191A; }
span { border-color: rgb(14,25,26); }
td.TdClassName
{
border-color: #0E191A;
}
.TagClassName
{
border-color: #0E191A;
}
</style>