Shades of Black Pearl #141D1E
Tints of Black Pearl #141D1E
RGB
CMYK
RGB Variations
Color information
#141D1E (or 0x141D1E) is known color: Black Pearl. HEX triplet: 14, 1D and 1E. RGB value is (20,29,30). Sum of RGB (Red+Green+Blue) = 20+29+30=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 30 - color contains mainly: blue. Hex color #141D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D1E is #EBE2E1. Grayscale: #1A1A1A. Windows color (decimal): -15459042 or 1973524. OLE color: 1973524.
HSL color Cylindrical-coordinate representation of color #141D1E: hue angle of 186º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141D1E is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 29 | 30 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.88 |
| HSL | 186º | 0.2% | 0.1% | - |
| HSV(B) | 186º | 0.33% | 0.12% | - |
| XYZ | 0.96 | 1.12 | 1.39 | - |
| YUV | 26.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 30 | 0.33 | 0.03 | 0 | 0.88 | 186 | 0.2 | 0.1 |
| Hex | 14 | 1D | 1E | 21 | 3 | 0 | 58 | BA | 14 | A |
| Octal | 24 | 35 | 36 | 41 | 3 | 0 | 130 | 272 | 24 | 12 |
| Binary | 10100 | 11101 | 11110 | 100001 | 11 | 0 | 1011000 | 10111010 | 10100 | 1010 |
Color Harmonies of #141D1E
Complementary color
Monochromatic Colors of #141D1E
Black with #141D1E
Text Example
Text Example
White with #141D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D1E; }
p { color: rgb(20,29,30); }
H1.HeaderClassName
{
color: #141D1E;
}
.AnyTagClassName
{
color: #141D1E;
}
</style>
background-color css
<style>
a { background-color: #141D1E; }
a { background-color: rgb(20,29,30); }
div.DivClassName
{
background-color: #141D1E;
}
.BgClassName
{
background-color: #141D1E;
}
</style>
border-color css
<style>
span { border-color: #141D1E; }
span { border-color: rgb(20,29,30); }
td.TdClassName
{
border-color: #141D1E;
}
.TagClassName
{
border-color: #141D1E;
}
</style>