Shades of Black Pearl #000E26
Tints of Black Pearl #000E26
RGB
CMYK
RGB Variations
Color information
#000E26 (or 0x000E26) is known color: Black Pearl. HEX triplet: 00, 0E and 26. RGB value is (0,14,38). Sum of RGB (Red+Green+Blue) = 0+14+38=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 38 (15.23% from 255 or 73.08% from 52); Max value from RGB is 38 - color contains mainly: blue. Hex color #000E26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E26 is #FFF1D9. Grayscale: #0C0C0C. Windows color (decimal): -16773594 or 2493952. OLE color: 2493952.
HSL color Cylindrical-coordinate representation of color #000E26: hue angle of 217.89º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E26 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 14 | 38 | - |
| CMYK | 1 | 0.63 | 0 | 0.85 |
| HSL | 217.89º | 1% | 0.07% | - |
| HSV(B) | 217.89º | 1% | 0.15% | - |
| XYZ | 0.51 | 0.45 | 1.89 | - |
| YUV | 12.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 38 | 1 | 0.63 | 0 | 0.85 | 217.89 | 1 | 0.07 |
| Hex | 0 | E | 26 | 64 | 3F | 0 | 55 | DA | 64 | 7 |
| Octal | 0 | 16 | 46 | 144 | 77 | 0 | 125 | 332 | 144 | 7 |
| Binary | 0 | 1110 | 100110 | 1100100 | 111111 | 0 | 1010101 | 11011010 | 1100100 | 111 |
Color Harmonies of #000E26
Complementary color
Monochromatic Colors of #000E26
Black with #000E26
Text Example
Text Example
White with #000E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E26; }
p { color: rgb(0,14,38); }
H1.HeaderClassName
{
color: #000E26;
}
.AnyTagClassName
{
color: #000E26;
}
</style>
background-color css
<style>
a { background-color: #000E26; }
a { background-color: rgb(0,14,38); }
div.DivClassName
{
background-color: #000E26;
}
.BgClassName
{
background-color: #000E26;
}
</style>
border-color css
<style>
span { border-color: #000E26; }
span { border-color: rgb(0,14,38); }
td.TdClassName
{
border-color: #000E26;
}
.TagClassName
{
border-color: #000E26;
}
</style>