Shades of Black Pearl #0E1926
Tints of Black Pearl #0E1926
RGB
CMYK
RGB Variations
Color information
#0E1926 (or 0x0E1926) is known color: Black Pearl. HEX triplet: 0E, 19 and 26. RGB value is (14,25,38). Sum of RGB (Red+Green+Blue) = 14+25+38=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #0E1926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1926 is #F1E6D9. Grayscale: #171717. Windows color (decimal): -15853274 or 2496782. OLE color: 2496782.
HSL color Cylindrical-coordinate representation of color #0E1926: hue angle of 212.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E1926 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 25 | 38 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.85 |
| HSL | 212.5º | 0.46% | 0.1% | - |
| HSV(B) | 212.5º | 0.63% | 0.15% | - |
| XYZ | 0.88 | 0.93 | 1.97 | - |
| YUV | 23.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 38 | 0.63 | 0.34 | 0 | 0.85 | 212.5 | 0.46 | 0.1 |
| Hex | E | 19 | 26 | 3F | 22 | 0 | 55 | D4 | 2E | A |
| Octal | 16 | 31 | 46 | 77 | 42 | 0 | 125 | 324 | 56 | 12 |
| Binary | 1110 | 11001 | 100110 | 111111 | 100010 | 0 | 1010101 | 11010100 | 101110 | 1010 |
Color Harmonies of #0E1926
Complementary color
Monochromatic Colors of #0E1926
Black with #0E1926
Text Example
Text Example
White with #0E1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1926; }
p { color: rgb(14,25,38); }
H1.HeaderClassName
{
color: #0E1926;
}
.AnyTagClassName
{
color: #0E1926;
}
</style>
background-color css
<style>
a { background-color: #0E1926; }
a { background-color: rgb(14,25,38); }
div.DivClassName
{
background-color: #0E1926;
}
.BgClassName
{
background-color: #0E1926;
}
</style>
border-color css
<style>
span { border-color: #0E1926; }
span { border-color: rgb(14,25,38); }
td.TdClassName
{
border-color: #0E1926;
}
.TagClassName
{
border-color: #0E1926;
}
</style>