Shades of Black Pearl #141D27
Tints of Black Pearl #141D27
RGB
CMYK
RGB Variations
Color information
#141D27 (or 0x141D27) is known color: Black Pearl. HEX triplet: 14, 1D and 27. RGB value is (20,29,39). Sum of RGB (Red+Green+Blue) = 20+29+39=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #141D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D27 is #EBE2D8. Grayscale: #1B1B1B. Windows color (decimal): -15459033 or 2563348. OLE color: 2563348.
HSL color Cylindrical-coordinate representation of color #141D27: hue angle of 211.58º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #141D27 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 29 | 39 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.85 |
| HSL | 211.58º | 0.32% | 0.12% | - |
| HSV(B) | 211.58º | 0.49% | 0.15% | - |
| XYZ | 1.09 | 1.17 | 2.09 | - |
| YUV | 27.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 39 | 0.49 | 0.26 | 0 | 0.85 | 211.58 | 0.32 | 0.12 |
| Hex | 14 | 1D | 27 | 31 | 1A | 0 | 55 | D4 | 20 | C |
| Octal | 24 | 35 | 47 | 61 | 32 | 0 | 125 | 324 | 40 | 14 |
| Binary | 10100 | 11101 | 100111 | 110001 | 11010 | 0 | 1010101 | 11010100 | 100000 | 1100 |
Color Harmonies of #141D27
Complementary color
Monochromatic Colors of #141D27
Black with #141D27
Text Example
Text Example
White with #141D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D27; }
p { color: rgb(20,29,39); }
H1.HeaderClassName
{
color: #141D27;
}
.AnyTagClassName
{
color: #141D27;
}
</style>
background-color css
<style>
a { background-color: #141D27; }
a { background-color: rgb(20,29,39); }
div.DivClassName
{
background-color: #141D27;
}
.BgClassName
{
background-color: #141D27;
}
</style>
border-color css
<style>
span { border-color: #141D27; }
span { border-color: rgb(20,29,39); }
td.TdClassName
{
border-color: #141D27;
}
.TagClassName
{
border-color: #141D27;
}
</style>