Shades of Black Pearl #0E151C
Tints of Black Pearl #0E151C
RGB
CMYK
RGB Variations
Color information
#0E151C (or 0x0E151C) is known color: Black Pearl. HEX triplet: 0E, 15 and 1C. RGB value is (14,21,28). Sum of RGB (Red+Green+Blue) = 14+21+28=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E151C is #F1EAE3. Grayscale: #131313. Windows color (decimal): -15854308 or 1840398. OLE color: 1840398.
HSL color Cylindrical-coordinate representation of color #0E151C: hue angle of 210º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E151C is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 21 | 28 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.89 |
| HSL | 210º | 0.33% | 0.08% | - |
| HSV(B) | 210º | 0.5% | 0.11% | - |
| XYZ | 0.66 | 0.71 | 1.2 | - |
| YUV | 19.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 28 | 0.50 | 0.25 | 0 | 0.89 | 210 | 0.33 | 0.08 |
| Hex | E | 15 | 1C | 32 | 19 | 0 | 59 | D2 | 21 | 8 |
| Octal | 16 | 25 | 34 | 62 | 31 | 0 | 131 | 322 | 41 | 10 |
| Binary | 1110 | 10101 | 11100 | 110010 | 11001 | 0 | 1011001 | 11010010 | 100001 | 1000 |
Color Harmonies of #0E151C
Complementary color
Monochromatic Colors of #0E151C
Black with #0E151C
Text Example
Text Example
White with #0E151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E151C; }
p { color: rgb(14,21,28); }
H1.HeaderClassName
{
color: #0E151C;
}
.AnyTagClassName
{
color: #0E151C;
}
</style>
background-color css
<style>
a { background-color: #0E151C; }
a { background-color: rgb(14,21,28); }
div.DivClassName
{
background-color: #0E151C;
}
.BgClassName
{
background-color: #0E151C;
}
</style>
border-color css
<style>
span { border-color: #0E151C; }
span { border-color: rgb(14,21,28); }
td.TdClassName
{
border-color: #0E151C;
}
.TagClassName
{
border-color: #0E151C;
}
</style>