Shades of Black Pearl #000E22
Tints of Black Pearl #000E22
RGB
CMYK
RGB Variations
Color information
#000E22 (or 0x000E22) is known color: Black Pearl. HEX triplet: 00, 0E and 22. RGB value is (0,14,34). Sum of RGB (Red+Green+Blue) = 0+14+34=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 34 (13.67% from 255 or 70.83% from 48); Max value from RGB is 34 - color contains mainly: blue. Hex color #000E22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E22 is #FFF1DD. Grayscale: #0C0C0C. Windows color (decimal): -16773598 or 2231808. OLE color: 2231808.
HSL color Cylindrical-coordinate representation of color #000E22: hue angle of 215.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E22 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 14 | 34 | - |
| CMYK | 1 | 0.59 | 0 | 0.87 |
| HSL | 215.29º | 1% | 0.07% | - |
| HSV(B) | 215.29º | 1% | 0.13% | - |
| XYZ | 0.45 | 0.43 | 1.57 | - |
| YUV | 12.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 34 | 1 | 0.59 | 0 | 0.87 | 215.29 | 1 | 0.07 |
| Hex | 0 | E | 22 | 64 | 3B | 0 | 57 | D7 | 64 | 7 |
| Octal | 0 | 16 | 42 | 144 | 73 | 0 | 127 | 327 | 144 | 7 |
| Binary | 0 | 1110 | 100010 | 1100100 | 111011 | 0 | 1010111 | 11010111 | 1100100 | 111 |
Color Harmonies of #000E22
Complementary color
Monochromatic Colors of #000E22
Black with #000E22
Text Example
Text Example
White with #000E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E22; }
p { color: rgb(0,14,34); }
H1.HeaderClassName
{
color: #000E22;
}
.AnyTagClassName
{
color: #000E22;
}
</style>
background-color css
<style>
a { background-color: #000E22; }
a { background-color: rgb(0,14,34); }
div.DivClassName
{
background-color: #000E22;
}
.BgClassName
{
background-color: #000E22;
}
</style>
border-color css
<style>
span { border-color: #000E22; }
span { border-color: rgb(0,14,34); }
td.TdClassName
{
border-color: #000E22;
}
.TagClassName
{
border-color: #000E22;
}
</style>