Shades of Black Pearl #0E1F2C
Tints of Black Pearl #0E1F2C
RGB
CMYK
RGB Variations
Color information
#0E1F2C (or 0x0E1F2C) is known color: Black Pearl. HEX triplet: 0E, 1F and 2C. RGB value is (14,31,44). Sum of RGB (Red+Green+Blue) = 14+31+44=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E1F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1F2C is #F1E0D3. Grayscale: #1B1B1B. Windows color (decimal): -15851732 or 2891534. OLE color: 2891534.
HSL color Cylindrical-coordinate representation of color #0E1F2C: hue angle of 206º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E1F2C is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 31 | 44 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.83 |
| HSL | 206º | 0.52% | 0.11% | - |
| HSV(B) | 206º | 0.68% | 0.17% | - |
| XYZ | 1.13 | 1.26 | 2.57 | - |
| YUV | 27.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 31 | 44 | 0.68 | 0.30 | 0 | 0.83 | 206 | 0.52 | 0.11 |
| Hex | E | 1F | 2C | 44 | 1E | 0 | 53 | CE | 34 | B |
| Octal | 16 | 37 | 54 | 104 | 36 | 0 | 123 | 316 | 64 | 13 |
| Binary | 1110 | 11111 | 101100 | 1000100 | 11110 | 0 | 1010011 | 11001110 | 110100 | 1011 |
Color Harmonies of #0E1F2C
Complementary color
Monochromatic Colors of #0E1F2C
Black with #0E1F2C
Text Example
Text Example
White with #0E1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1F2C; }
p { color: rgb(14,31,44); }
H1.HeaderClassName
{
color: #0E1F2C;
}
.AnyTagClassName
{
color: #0E1F2C;
}
</style>
background-color css
<style>
a { background-color: #0E1F2C; }
a { background-color: rgb(14,31,44); }
div.DivClassName
{
background-color: #0E1F2C;
}
.BgClassName
{
background-color: #0E1F2C;
}
</style>
border-color css
<style>
span { border-color: #0E1F2C; }
span { border-color: rgb(14,31,44); }
td.TdClassName
{
border-color: #0E1F2C;
}
.TagClassName
{
border-color: #0E1F2C;
}
</style>