Shades of Black Pearl #00141E
Tints of Black Pearl #00141E
RGB
CMYK
RGB Variations
Color information
#00141E (or 0x00141E) is known color: Black Pearl. HEX triplet: 00, 14 and 1E. RGB value is (0,20,30). Sum of RGB (Red+Green+Blue) = 0+20+30=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #00141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00141E is #FFEBE1. Grayscale: #0F0F0F. Windows color (decimal): -16772066 or 1971200. OLE color: 1971200.
HSL color Cylindrical-coordinate representation of color #00141E: hue angle of 200º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00141E is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 20 | 30 | - |
| CMYK | 1 | 0.33 | 0 | 0.88 |
| HSL | 200º | 1% | 0.06% | - |
| HSV(B) | 200º | 1% | 0.12% | - |
| XYZ | 0.48 | 0.59 | 1.32 | - |
| YUV | 15.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 30 | 1 | 0.33 | 0 | 0.88 | 200 | 1 | 0.06 |
| Hex | 0 | 14 | 1E | 64 | 21 | 0 | 58 | C8 | 64 | 6 |
| Octal | 0 | 24 | 36 | 144 | 41 | 0 | 130 | 310 | 144 | 6 |
| Binary | 0 | 10100 | 11110 | 1100100 | 100001 | 0 | 1011000 | 11001000 | 1100100 | 110 |
Color Harmonies of #00141E
Complementary color
Monochromatic Colors of #00141E
Black with #00141E
Text Example
Text Example
White with #00141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00141E; }
p { color: rgb(0,20,30); }
H1.HeaderClassName
{
color: #00141E;
}
.AnyTagClassName
{
color: #00141E;
}
</style>
background-color css
<style>
a { background-color: #00141E; }
a { background-color: rgb(0,20,30); }
div.DivClassName
{
background-color: #00141E;
}
.BgClassName
{
background-color: #00141E;
}
</style>
border-color css
<style>
span { border-color: #00141E; }
span { border-color: rgb(0,20,30); }
td.TdClassName
{
border-color: #00141E;
}
.TagClassName
{
border-color: #00141E;
}
</style>