Shades of Black Pearl #141F2C
Tints of Black Pearl #141F2C
RGB
CMYK
RGB Variations
Color information
#141F2C (or 0x141F2C) is known color: Black Pearl. HEX triplet: 14, 1F and 2C. RGB value is (20,31,44). Sum of RGB (Red+Green+Blue) = 20+31+44=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #141F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F2C is #EBE0D3. Grayscale: #1D1D1D. Windows color (decimal): -15458516 or 2891540. OLE color: 2891540.
HSL color Cylindrical-coordinate representation of color #141F2C: hue angle of 212.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141F2C is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 31 | 44 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.83 |
| HSL | 212.5º | 0.38% | 0.13% | - |
| HSV(B) | 212.5º | 0.55% | 0.17% | - |
| XYZ | 1.23 | 1.31 | 2.57 | - |
| YUV | 29.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 44 | 0.55 | 0.30 | 0 | 0.83 | 212.5 | 0.38 | 0.13 |
| Hex | 14 | 1F | 2C | 37 | 1E | 0 | 53 | D4 | 26 | D |
| Octal | 24 | 37 | 54 | 67 | 36 | 0 | 123 | 324 | 46 | 15 |
| Binary | 10100 | 11111 | 101100 | 110111 | 11110 | 0 | 1010011 | 11010100 | 100110 | 1101 |
Color Harmonies of #141F2C
Complementary color
Monochromatic Colors of #141F2C
Black with #141F2C
Text Example
Text Example
White with #141F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F2C; }
p { color: rgb(20,31,44); }
H1.HeaderClassName
{
color: #141F2C;
}
.AnyTagClassName
{
color: #141F2C;
}
</style>
background-color css
<style>
a { background-color: #141F2C; }
a { background-color: rgb(20,31,44); }
div.DivClassName
{
background-color: #141F2C;
}
.BgClassName
{
background-color: #141F2C;
}
</style>
border-color css
<style>
span { border-color: #141F2C; }
span { border-color: rgb(20,31,44); }
td.TdClassName
{
border-color: #141F2C;
}
.TagClassName
{
border-color: #141F2C;
}
</style>