Shades of Black Pearl #142129
Tints of Black Pearl #142129
RGB
CMYK
RGB Variations
Color information
#142129 (or 0x142129) is known color: Black Pearl. HEX triplet: 14, 21 and 29. RGB value is (20,33,41). Sum of RGB (Red+Green+Blue) = 20+33+41=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #142129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142129 is #EBDED6. Grayscale: #1D1D1D. Windows color (decimal): -15458007 or 2695444. OLE color: 2695444.
HSL color Cylindrical-coordinate representation of color #142129: hue angle of 202.86º 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 #142129 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 33 | 41 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.84 |
| HSL | 202.86º | 0.34% | 0.12% | - |
| HSV(B) | 202.86º | 0.51% | 0.16% | - |
| XYZ | 1.23 | 1.4 | 2.3 | - |
| YUV | 30.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 41 | 0.51 | 0.20 | 0 | 0.84 | 202.86 | 0.34 | 0.12 |
| Hex | 14 | 21 | 29 | 33 | 14 | 0 | 54 | CB | 22 | C |
| Octal | 24 | 41 | 51 | 63 | 24 | 0 | 124 | 313 | 42 | 14 |
| Binary | 10100 | 100001 | 101001 | 110011 | 10100 | 0 | 1010100 | 11001011 | 100010 | 1100 |
Color Harmonies of #142129
Complementary color
Monochromatic Colors of #142129
Black with #142129
Text Example
Text Example
White with #142129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142129; }
p { color: rgb(20,33,41); }
H1.HeaderClassName
{
color: #142129;
}
.AnyTagClassName
{
color: #142129;
}
</style>
background-color css
<style>
a { background-color: #142129; }
a { background-color: rgb(20,33,41); }
div.DivClassName
{
background-color: #142129;
}
.BgClassName
{
background-color: #142129;
}
</style>
border-color css
<style>
span { border-color: #142129; }
span { border-color: rgb(20,33,41); }
td.TdClassName
{
border-color: #142129;
}
.TagClassName
{
border-color: #142129;
}
</style>