Shades of Black Pearl #0E1E2C
Tints of Black Pearl #0E1E2C
RGB
CMYK
RGB Variations
Color information
#0E1E2C (or 0x0E1E2C) is known color: Black Pearl. HEX triplet: 0E, 1E and 2C. RGB value is (14,30,44). Sum of RGB (Red+Green+Blue) = 14+30+44=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E1E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E2C is #F1E1D3. Grayscale: #1A1A1A. Windows color (decimal): -15851988 or 2891278. OLE color: 2891278.
HSL color Cylindrical-coordinate representation of color #0E1E2C: hue angle of 208º 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 #0E1E2C is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 30 | 44 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.83 |
| HSL | 208º | 0.52% | 0.11% | - |
| HSV(B) | 208º | 0.68% | 0.17% | - |
| XYZ | 1.1 | 1.2 | 2.56 | - |
| YUV | 26.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 44 | 0.68 | 0.32 | 0 | 0.83 | 208 | 0.52 | 0.11 |
| Hex | E | 1E | 2C | 44 | 20 | 0 | 53 | D0 | 34 | B |
| Octal | 16 | 36 | 54 | 104 | 40 | 0 | 123 | 320 | 64 | 13 |
| Binary | 1110 | 11110 | 101100 | 1000100 | 100000 | 0 | 1010011 | 11010000 | 110100 | 1011 |
Color Harmonies of #0E1E2C
Complementary color
Monochromatic Colors of #0E1E2C
Black with #0E1E2C
Text Example
Text Example
White with #0E1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E2C; }
p { color: rgb(14,30,44); }
H1.HeaderClassName
{
color: #0E1E2C;
}
.AnyTagClassName
{
color: #0E1E2C;
}
</style>
background-color css
<style>
a { background-color: #0E1E2C; }
a { background-color: rgb(14,30,44); }
div.DivClassName
{
background-color: #0E1E2C;
}
.BgClassName
{
background-color: #0E1E2C;
}
</style>
border-color css
<style>
span { border-color: #0E1E2C; }
span { border-color: rgb(14,30,44); }
td.TdClassName
{
border-color: #0E1E2C;
}
.TagClassName
{
border-color: #0E1E2C;
}
</style>