Shades of Black Pearl #141D1F
Tints of Black Pearl #141D1F
RGB
CMYK
RGB Variations
Color information
#141D1F (or 0x141D1F) is known color: Black Pearl. HEX triplet: 14, 1D and 1F. RGB value is (20,29,31). Sum of RGB (Red+Green+Blue) = 20+29+31=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #141D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D1F is #EBE2E0. Grayscale: #1A1A1A. Windows color (decimal): -15459041 or 2039060. OLE color: 2039060.
HSL color Cylindrical-coordinate representation of color #141D1F: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141D1F is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 29 | 31 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.88 |
| HSL | 190.91º | 0.22% | 0.1% | - |
| HSV(B) | 190.91º | 0.35% | 0.12% | - |
| XYZ | 0.98 | 1.13 | 1.46 | - |
| YUV | 26.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 31 | 0.35 | 0.06 | 0 | 0.88 | 190.91 | 0.22 | 0.1 |
| Hex | 14 | 1D | 1F | 23 | 6 | 0 | 58 | BF | 16 | A |
| Octal | 24 | 35 | 37 | 43 | 6 | 0 | 130 | 277 | 26 | 12 |
| Binary | 10100 | 11101 | 11111 | 100011 | 110 | 0 | 1011000 | 10111111 | 10110 | 1010 |
Color Harmonies of #141D1F
Complementary color
Monochromatic Colors of #141D1F
Black with #141D1F
Text Example
Text Example
White with #141D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D1F; }
p { color: rgb(20,29,31); }
H1.HeaderClassName
{
color: #141D1F;
}
.AnyTagClassName
{
color: #141D1F;
}
</style>
background-color css
<style>
a { background-color: #141D1F; }
a { background-color: rgb(20,29,31); }
div.DivClassName
{
background-color: #141D1F;
}
.BgClassName
{
background-color: #141D1F;
}
</style>
border-color css
<style>
span { border-color: #141D1F; }
span { border-color: rgb(20,29,31); }
td.TdClassName
{
border-color: #141D1F;
}
.TagClassName
{
border-color: #141D1F;
}
</style>