Shades of Black Pearl #0E1C2C
Tints of Black Pearl #0E1C2C
RGB
CMYK
RGB Variations
Color information
#0E1C2C (or 0x0E1C2C) is known color: Black Pearl. HEX triplet: 0E, 1C and 2C. RGB value is (14,28,44). Sum of RGB (Red+Green+Blue) = 14+28+44=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E1C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C2C is #F1E3D3. Grayscale: #191919. Windows color (decimal): -15852500 or 2890766. OLE color: 2890766.
HSL color Cylindrical-coordinate representation of color #0E1C2C: hue angle of 212º 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 #0E1C2C is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 28 | 44 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.83 |
| HSL | 212º | 0.52% | 0.11% | - |
| HSV(B) | 212º | 0.68% | 0.17% | - |
| XYZ | 1.05 | 1.11 | 2.54 | - |
| YUV | 25.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 28 | 44 | 0.68 | 0.36 | 0 | 0.83 | 212 | 0.52 | 0.11 |
| Hex | E | 1C | 2C | 44 | 24 | 0 | 53 | D4 | 34 | B |
| Octal | 16 | 34 | 54 | 104 | 44 | 0 | 123 | 324 | 64 | 13 |
| Binary | 1110 | 11100 | 101100 | 1000100 | 100100 | 0 | 1010011 | 11010100 | 110100 | 1011 |
Color Harmonies of #0E1C2C
Complementary color
Monochromatic Colors of #0E1C2C
Black with #0E1C2C
Text Example
Text Example
White with #0E1C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1C2C; }
p { color: rgb(14,28,44); }
H1.HeaderClassName
{
color: #0E1C2C;
}
.AnyTagClassName
{
color: #0E1C2C;
}
</style>
background-color css
<style>
a { background-color: #0E1C2C; }
a { background-color: rgb(14,28,44); }
div.DivClassName
{
background-color: #0E1C2C;
}
.BgClassName
{
background-color: #0E1C2C;
}
</style>
border-color css
<style>
span { border-color: #0E1C2C; }
span { border-color: rgb(14,28,44); }
td.TdClassName
{
border-color: #0E1C2C;
}
.TagClassName
{
border-color: #0E1C2C;
}
</style>