Shades of Black Pearl #000E20
Tints of Black Pearl #000E20
RGB
CMYK
RGB Variations
Color information
#000E20 (or 0x000E20) is known color: Black Pearl. HEX triplet: 00, 0E and 20. RGB value is (0,14,32). Sum of RGB (Red+Green+Blue) = 0+14+32=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #000E20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E20 is #FFF1DF. Grayscale: #0B0B0B. Windows color (decimal): -16773600 or 2100736. OLE color: 2100736.
HSL color Cylindrical-coordinate representation of color #000E20: hue angle of 213.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E20 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 14 | 32 | - |
| CMYK | 1 | 0.56 | 0 | 0.87 |
| HSL | 213.75º | 1% | 0.06% | - |
| HSV(B) | 213.75º | 1% | 0.13% | - |
| XYZ | 0.42 | 0.42 | 1.43 | - |
| YUV | 11.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 32 | 1 | 0.56 | 0 | 0.87 | 213.75 | 1 | 0.06 |
| Hex | 0 | E | 20 | 64 | 38 | 0 | 57 | D6 | 64 | 6 |
| Octal | 0 | 16 | 40 | 144 | 70 | 0 | 127 | 326 | 144 | 6 |
| Binary | 0 | 1110 | 100000 | 1100100 | 111000 | 0 | 1010111 | 11010110 | 1100100 | 110 |
Color Harmonies of #000E20
Complementary color
Monochromatic Colors of #000E20
Black with #000E20
Text Example
Text Example
White with #000E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E20; }
p { color: rgb(0,14,32); }
H1.HeaderClassName
{
color: #000E20;
}
.AnyTagClassName
{
color: #000E20;
}
</style>
background-color css
<style>
a { background-color: #000E20; }
a { background-color: rgb(0,14,32); }
div.DivClassName
{
background-color: #000E20;
}
.BgClassName
{
background-color: #000E20;
}
</style>
border-color css
<style>
span { border-color: #000E20; }
span { border-color: rgb(0,14,32); }
td.TdClassName
{
border-color: #000E20;
}
.TagClassName
{
border-color: #000E20;
}
</style>