Shades of Black Pearl #141F29
Tints of Black Pearl #141F29
RGB
CMYK
RGB Variations
Color information
#141F29 (or 0x141F29) is known color: Black Pearl. HEX triplet: 14, 1F and 29. RGB value is (20,31,41). Sum of RGB (Red+Green+Blue) = 20+31+41=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #141F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F29 is #EBE0D6. Grayscale: #1C1C1C. Windows color (decimal): -15458519 or 2694932. OLE color: 2694932.
HSL color Cylindrical-coordinate representation of color #141F29: hue angle of 208.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #141F29 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 31 | 41 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.84 |
| HSL | 208.57º | 0.34% | 0.12% | - |
| HSV(B) | 208.57º | 0.51% | 0.16% | - |
| XYZ | 1.18 | 1.29 | 2.28 | - |
| YUV | 28.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 41 | 0.51 | 0.24 | 0 | 0.84 | 208.57 | 0.34 | 0.12 |
| Hex | 14 | 1F | 29 | 33 | 18 | 0 | 54 | D1 | 22 | C |
| Octal | 24 | 37 | 51 | 63 | 30 | 0 | 124 | 321 | 42 | 14 |
| Binary | 10100 | 11111 | 101001 | 110011 | 11000 | 0 | 1010100 | 11010001 | 100010 | 1100 |
Color Harmonies of #141F29
Complementary color
Monochromatic Colors of #141F29
Black with #141F29
Text Example
Text Example
White with #141F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F29; }
p { color: rgb(20,31,41); }
H1.HeaderClassName
{
color: #141F29;
}
.AnyTagClassName
{
color: #141F29;
}
</style>
background-color css
<style>
a { background-color: #141F29; }
a { background-color: rgb(20,31,41); }
div.DivClassName
{
background-color: #141F29;
}
.BgClassName
{
background-color: #141F29;
}
</style>
border-color css
<style>
span { border-color: #141F29; }
span { border-color: rgb(20,31,41); }
td.TdClassName
{
border-color: #141F29;
}
.TagClassName
{
border-color: #141F29;
}
</style>