Shades of Black Pearl #0E262F
Tints of Black Pearl #0E262F
RGB
CMYK
RGB Variations
Color information
#0E262F (or 0x0E262F) is known color: Black Pearl. HEX triplet: 0E, 26 and 2F. RGB value is (14,38,47). Sum of RGB (Red+Green+Blue) = 14+38+47=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #0E262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E262F is #F1D9D0. Grayscale: #1F1F1F. Windows color (decimal): -15849937 or 3089934. OLE color: 3089934.
HSL color Cylindrical-coordinate representation of color #0E262F: hue angle of 196.36º degrees, saturation: 0.54, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E262F is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 38 | 47 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.82 |
| HSL | 196.36º | 0.54% | 0.12% | - |
| HSV(B) | 196.36º | 0.7% | 0.18% | - |
| XYZ | 1.39 | 1.68 | 2.94 | - |
| YUV | 31.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 47 | 0.70 | 0.19 | 0 | 0.82 | 196.36 | 0.54 | 0.12 |
| Hex | E | 26 | 2F | 46 | 13 | 0 | 52 | C4 | 36 | C |
| Octal | 16 | 46 | 57 | 106 | 23 | 0 | 122 | 304 | 66 | 14 |
| Binary | 1110 | 100110 | 101111 | 1000110 | 10011 | 0 | 1010010 | 11000100 | 110110 | 1100 |
Color Harmonies of #0E262F
Complementary color
Monochromatic Colors of #0E262F
Black with #0E262F
Text Example
Text Example
White with #0E262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E262F; }
p { color: rgb(14,38,47); }
H1.HeaderClassName
{
color: #0E262F;
}
.AnyTagClassName
{
color: #0E262F;
}
</style>
background-color css
<style>
a { background-color: #0E262F; }
a { background-color: rgb(14,38,47); }
div.DivClassName
{
background-color: #0E262F;
}
.BgClassName
{
background-color: #0E262F;
}
</style>
border-color css
<style>
span { border-color: #0E262F; }
span { border-color: rgb(14,38,47); }
td.TdClassName
{
border-color: #0E262F;
}
.TagClassName
{
border-color: #0E262F;
}
</style>