Shades of Black Pearl #0E151B
Tints of Black Pearl #0E151B
RGB
CMYK
RGB Variations
Color information
#0E151B (or 0x0E151B) is known color: Black Pearl. HEX triplet: 0E, 15 and 1B. RGB value is (14,21,27). Sum of RGB (Red+Green+Blue) = 14+21+27=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E151B is #F1EAE4. Grayscale: #131313. Windows color (decimal): -15854309 or 1774862. OLE color: 1774862.
HSL color Cylindrical-coordinate representation of color #0E151B: hue angle of 207.69º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E151B is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 21 | 27 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.89 |
| HSL | 207.69º | 0.32% | 0.08% | - |
| HSV(B) | 207.69º | 0.48% | 0.11% | - |
| XYZ | 0.65 | 0.71 | 1.14 | - |
| YUV | 19.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 27 | 0.48 | 0.22 | 0 | 0.89 | 207.69 | 0.32 | 0.08 |
| Hex | E | 15 | 1B | 30 | 16 | 0 | 59 | D0 | 20 | 8 |
| Octal | 16 | 25 | 33 | 60 | 26 | 0 | 131 | 320 | 40 | 10 |
| Binary | 1110 | 10101 | 11011 | 110000 | 10110 | 0 | 1011001 | 11010000 | 100000 | 1000 |
Color Harmonies of #0E151B
Complementary color
Monochromatic Colors of #0E151B
Black with #0E151B
Text Example
Text Example
White with #0E151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E151B; }
p { color: rgb(14,21,27); }
H1.HeaderClassName
{
color: #0E151B;
}
.AnyTagClassName
{
color: #0E151B;
}
</style>
background-color css
<style>
a { background-color: #0E151B; }
a { background-color: rgb(14,21,27); }
div.DivClassName
{
background-color: #0E151B;
}
.BgClassName
{
background-color: #0E151B;
}
</style>
border-color css
<style>
span { border-color: #0E151B; }
span { border-color: rgb(14,21,27); }
td.TdClassName
{
border-color: #0E151B;
}
.TagClassName
{
border-color: #0E151B;
}
</style>