Shades of Black Pearl #0E1B1F
Tints of Black Pearl #0E1B1F
RGB
CMYK
RGB Variations
Color information
#0E1B1F (or 0x0E1B1F) is known color: Black Pearl. HEX triplet: 0E, 1B and 1F. RGB value is (14,27,31). Sum of RGB (Red+Green+Blue) = 14+27+31=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E1B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1B1F is #F1E4E0. Grayscale: #171717. Windows color (decimal): -15852769 or 2038542. OLE color: 2038542.
HSL color Cylindrical-coordinate representation of color #0E1B1F: hue angle of 194.12º 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 #0E1B1F is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 27 | 31 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.88 |
| HSL | 194.12º | 0.38% | 0.09% | - |
| HSV(B) | 194.12º | 0.55% | 0.12% | - |
| XYZ | 0.82 | 0.98 | 1.44 | - |
| YUV | 23.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 27 | 31 | 0.55 | 0.13 | 0 | 0.88 | 194.12 | 0.38 | 0.09 |
| Hex | E | 1B | 1F | 37 | D | 0 | 58 | C2 | 26 | 9 |
| Octal | 16 | 33 | 37 | 67 | 15 | 0 | 130 | 302 | 46 | 11 |
| Binary | 1110 | 11011 | 11111 | 110111 | 1101 | 0 | 1011000 | 11000010 | 100110 | 1001 |
Color Harmonies of #0E1B1F
Complementary color
Monochromatic Colors of #0E1B1F
Black with #0E1B1F
Text Example
Text Example
White with #0E1B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1B1F; }
p { color: rgb(14,27,31); }
H1.HeaderClassName
{
color: #0E1B1F;
}
.AnyTagClassName
{
color: #0E1B1F;
}
</style>
background-color css
<style>
a { background-color: #0E1B1F; }
a { background-color: rgb(14,27,31); }
div.DivClassName
{
background-color: #0E1B1F;
}
.BgClassName
{
background-color: #0E1B1F;
}
</style>
border-color css
<style>
span { border-color: #0E1B1F; }
span { border-color: rgb(14,27,31); }
td.TdClassName
{
border-color: #0E1B1F;
}
.TagClassName
{
border-color: #0E1B1F;
}
</style>