Shades of Black Pearl #141E2C
Tints of Black Pearl #141E2C
RGB
CMYK
RGB Variations
Color information
#141E2C (or 0x141E2C) is known color: Black Pearl. HEX triplet: 14, 1E and 2C. RGB value is (20,30,44). Sum of RGB (Red+Green+Blue) = 20+30+44=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #141E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E2C is #EBE1D3. Grayscale: #1C1C1C. Windows color (decimal): -15458772 or 2891284. OLE color: 2891284.
HSL color Cylindrical-coordinate representation of color #141E2C: hue angle of 215º 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 #141E2C is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 30 | 44 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.83 |
| HSL | 215º | 0.38% | 0.13% | - |
| HSV(B) | 215º | 0.55% | 0.17% | - |
| XYZ | 1.21 | 1.26 | 2.56 | - |
| YUV | 28.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 44 | 0.55 | 0.32 | 0 | 0.83 | 215 | 0.38 | 0.13 |
| Hex | 14 | 1E | 2C | 37 | 20 | 0 | 53 | D7 | 26 | D |
| Octal | 24 | 36 | 54 | 67 | 40 | 0 | 123 | 327 | 46 | 15 |
| Binary | 10100 | 11110 | 101100 | 110111 | 100000 | 0 | 1010011 | 11010111 | 100110 | 1101 |
Color Harmonies of #141E2C
Complementary color
Monochromatic Colors of #141E2C
Black with #141E2C
Text Example
Text Example
White with #141E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E2C; }
p { color: rgb(20,30,44); }
H1.HeaderClassName
{
color: #141E2C;
}
.AnyTagClassName
{
color: #141E2C;
}
</style>
background-color css
<style>
a { background-color: #141E2C; }
a { background-color: rgb(20,30,44); }
div.DivClassName
{
background-color: #141E2C;
}
.BgClassName
{
background-color: #141E2C;
}
</style>
border-color css
<style>
span { border-color: #141E2C; }
span { border-color: rgb(20,30,44); }
td.TdClassName
{
border-color: #141E2C;
}
.TagClassName
{
border-color: #141E2C;
}
</style>