Shades of Black Pearl #141C21
Tints of Black Pearl #141C21
RGB
CMYK
RGB Variations
Color information
#141C21 (or 0x141C21) is known color: Black Pearl. HEX triplet: 14, 1C and 21. RGB value is (20,28,33). Sum of RGB (Red+Green+Blue) = 20+28+33=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #141C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C21 is #EBE3DE. Grayscale: #1A1A1A. Windows color (decimal): -15459295 or 2169876. OLE color: 2169876.
HSL color Cylindrical-coordinate representation of color #141C21: hue angle of 203.08º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #141C21 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 28 | 33 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.87 |
| HSL | 203.08º | 0.25% | 0.1% | - |
| HSV(B) | 203.08º | 0.39% | 0.13% | - |
| XYZ | 0.98 | 1.09 | 1.6 | - |
| YUV | 26.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 33 | 0.39 | 0.15 | 0 | 0.87 | 203.08 | 0.25 | 0.1 |
| Hex | 14 | 1C | 21 | 27 | F | 0 | 57 | CB | 19 | A |
| Octal | 24 | 34 | 41 | 47 | 17 | 0 | 127 | 313 | 31 | 12 |
| Binary | 10100 | 11100 | 100001 | 100111 | 1111 | 0 | 1010111 | 11001011 | 11001 | 1010 |
Color Harmonies of #141C21
Complementary color
Monochromatic Colors of #141C21
Black with #141C21
Text Example
Text Example
White with #141C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C21; }
p { color: rgb(20,28,33); }
H1.HeaderClassName
{
color: #141C21;
}
.AnyTagClassName
{
color: #141C21;
}
</style>
background-color css
<style>
a { background-color: #141C21; }
a { background-color: rgb(20,28,33); }
div.DivClassName
{
background-color: #141C21;
}
.BgClassName
{
background-color: #141C21;
}
</style>
border-color css
<style>
span { border-color: #141C21; }
span { border-color: rgb(20,28,33); }
td.TdClassName
{
border-color: #141C21;
}
.TagClassName
{
border-color: #141C21;
}
</style>