Shades of Black Pearl #0E212B
Tints of Black Pearl #0E212B
RGB
CMYK
RGB Variations
Color information
#0E212B (or 0x0E212B) is known color: Black Pearl. HEX triplet: 0E, 21 and 2B. RGB value is (14,33,43). Sum of RGB (Red+Green+Blue) = 14+33+43=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #0E212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E212B is #F1DED4. Grayscale: #1C1C1C. Windows color (decimal): -15851221 or 2826510. OLE color: 2826510.
HSL color Cylindrical-coordinate representation of color #0E212B: hue angle of 200.69º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E212B is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 33 | 43 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.83 |
| HSL | 200.69º | 0.51% | 0.11% | - |
| HSV(B) | 200.69º | 0.67% | 0.17% | - |
| XYZ | 1.16 | 1.36 | 2.49 | - |
| YUV | 28.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 43 | 0.67 | 0.23 | 0 | 0.83 | 200.69 | 0.51 | 0.11 |
| Hex | E | 21 | 2B | 43 | 17 | 0 | 53 | C9 | 33 | B |
| Octal | 16 | 41 | 53 | 103 | 27 | 0 | 123 | 311 | 63 | 13 |
| Binary | 1110 | 100001 | 101011 | 1000011 | 10111 | 0 | 1010011 | 11001001 | 110011 | 1011 |
Color Harmonies of #0E212B
Complementary color
Monochromatic Colors of #0E212B
Black with #0E212B
Text Example
Text Example
White with #0E212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E212B; }
p { color: rgb(14,33,43); }
H1.HeaderClassName
{
color: #0E212B;
}
.AnyTagClassName
{
color: #0E212B;
}
</style>
background-color css
<style>
a { background-color: #0E212B; }
a { background-color: rgb(14,33,43); }
div.DivClassName
{
background-color: #0E212B;
}
.BgClassName
{
background-color: #0E212B;
}
</style>
border-color css
<style>
span { border-color: #0E212B; }
span { border-color: rgb(14,33,43); }
td.TdClassName
{
border-color: #0E212B;
}
.TagClassName
{
border-color: #0E212B;
}
</style>