Shades of Black Pearl #0E1C1F
Tints of Black Pearl #0E1C1F
RGB
CMYK
RGB Variations
Color information
#0E1C1F (or 0x0E1C1F) is known color: Black Pearl. HEX triplet: 0E, 1C and 1F. RGB value is (14,28,31). Sum of RGB (Red+Green+Blue) = 14+28+31=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E1C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C1F is #F1E3E0. Grayscale: #181818. Windows color (decimal): -15852513 or 2038798. OLE color: 2038798.
HSL color Cylindrical-coordinate representation of color #0E1C1F: hue angle of 190.59º 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 #0E1C1F is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 28 | 31 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.88 |
| HSL | 190.59º | 0.38% | 0.09% | - |
| HSV(B) | 190.59º | 0.55% | 0.12% | - |
| XYZ | 0.84 | 1.02 | 1.45 | - |
| YUV | 24.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 28 | 31 | 0.55 | 0.10 | 0 | 0.88 | 190.59 | 0.38 | 0.09 |
| Hex | E | 1C | 1F | 37 | A | 0 | 58 | BF | 26 | 9 |
| Octal | 16 | 34 | 37 | 67 | 12 | 0 | 130 | 277 | 46 | 11 |
| Binary | 1110 | 11100 | 11111 | 110111 | 1010 | 0 | 1011000 | 10111111 | 100110 | 1001 |
Color Harmonies of #0E1C1F
Complementary color
Monochromatic Colors of #0E1C1F
Black with #0E1C1F
Text Example
Text Example
White with #0E1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1C1F; }
p { color: rgb(14,28,31); }
H1.HeaderClassName
{
color: #0E1C1F;
}
.AnyTagClassName
{
color: #0E1C1F;
}
</style>
background-color css
<style>
a { background-color: #0E1C1F; }
a { background-color: rgb(14,28,31); }
div.DivClassName
{
background-color: #0E1C1F;
}
.BgClassName
{
background-color: #0E1C1F;
}
</style>
border-color css
<style>
span { border-color: #0E1C1F; }
span { border-color: rgb(14,28,31); }
td.TdClassName
{
border-color: #0E1C1F;
}
.TagClassName
{
border-color: #0E1C1F;
}
</style>