Shades of Black Pearl #0E141C
Tints of Black Pearl #0E141C
RGB
CMYK
RGB Variations
Color information
#0E141C (or 0x0E141C) is known color: Black Pearl. HEX triplet: 0E, 14 and 1C. RGB value is (14,20,28). Sum of RGB (Red+Green+Blue) = 14+20+28=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E141C is #F1EBE3. Grayscale: #131313. Windows color (decimal): -15854564 or 1840142. OLE color: 1840142.
HSL color Cylindrical-coordinate representation of color #0E141C: hue angle of 214.29º 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 #0E141C is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 20 | 28 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.89 |
| HSL | 214.29º | 0.33% | 0.08% | - |
| HSV(B) | 214.29º | 0.5% | 0.11% | - |
| XYZ | 0.64 | 0.68 | 1.2 | - |
| YUV | 19.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 28 | 0.50 | 0.29 | 0 | 0.89 | 214.29 | 0.33 | 0.08 |
| Hex | E | 14 | 1C | 32 | 1D | 0 | 59 | D6 | 21 | 8 |
| Octal | 16 | 24 | 34 | 62 | 35 | 0 | 131 | 326 | 41 | 10 |
| Binary | 1110 | 10100 | 11100 | 110010 | 11101 | 0 | 1011001 | 11010110 | 100001 | 1000 |
Color Harmonies of #0E141C
Complementary color
Monochromatic Colors of #0E141C
Black with #0E141C
Text Example
Text Example
White with #0E141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E141C; }
p { color: rgb(14,20,28); }
H1.HeaderClassName
{
color: #0E141C;
}
.AnyTagClassName
{
color: #0E141C;
}
</style>
background-color css
<style>
a { background-color: #0E141C; }
a { background-color: rgb(14,20,28); }
div.DivClassName
{
background-color: #0E141C;
}
.BgClassName
{
background-color: #0E141C;
}
</style>
border-color css
<style>
span { border-color: #0E141C; }
span { border-color: rgb(14,20,28); }
td.TdClassName
{
border-color: #0E141C;
}
.TagClassName
{
border-color: #0E141C;
}
</style>