Shades of Black Pearl #141E1F
Tints of Black Pearl #141E1F
RGB
CMYK
RGB Variations
Color information
#141E1F (or 0x141E1F) is known color: Black Pearl. HEX triplet: 14, 1E and 1F. RGB value is (20,30,31). Sum of RGB (Red+Green+Blue) = 20+30+31=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: blue. Hex color #141E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E1F is #EBE1E0. Grayscale: #1B1B1B. Windows color (decimal): -15458785 or 2039316. OLE color: 2039316.
HSL color Cylindrical-coordinate representation of color #141E1F: hue angle of 185.45º 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 #141E1F is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 31 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.88 |
| HSL | 185.45º | 0.22% | 0.1% | - |
| HSV(B) | 185.45º | 0.35% | 0.12% | - |
| XYZ | 1 | 1.18 | 1.47 | - |
| YUV | 27.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 31 | 0.35 | 0.03 | 0 | 0.88 | 185.45 | 0.22 | 0.1 |
| Hex | 14 | 1E | 1F | 23 | 3 | 0 | 58 | B9 | 16 | A |
| Octal | 24 | 36 | 37 | 43 | 3 | 0 | 130 | 271 | 26 | 12 |
| Binary | 10100 | 11110 | 11111 | 100011 | 11 | 0 | 1011000 | 10111001 | 10110 | 1010 |
Color Harmonies of #141E1F
Complementary color
Monochromatic Colors of #141E1F
Black with #141E1F
Text Example
Text Example
White with #141E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E1F; }
p { color: rgb(20,30,31); }
H1.HeaderClassName
{
color: #141E1F;
}
.AnyTagClassName
{
color: #141E1F;
}
</style>
background-color css
<style>
a { background-color: #141E1F; }
a { background-color: rgb(20,30,31); }
div.DivClassName
{
background-color: #141E1F;
}
.BgClassName
{
background-color: #141E1F;
}
</style>
border-color css
<style>
span { border-color: #141E1F; }
span { border-color: rgb(20,30,31); }
td.TdClassName
{
border-color: #141E1F;
}
.TagClassName
{
border-color: #141E1F;
}
</style>