Shades of Black Pearl #142028
Tints of Black Pearl #142028
RGB
CMYK
RGB Variations
Color information
#142028 (or 0x142028) is known color: Black Pearl. HEX triplet: 14, 20 and 28. RGB value is (20,32,40). Sum of RGB (Red+Green+Blue) = 20+32+40=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #142028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142028 is #EBDFD7. Grayscale: #1D1D1D. Windows color (decimal): -15458264 or 2629652. OLE color: 2629652.
HSL color Cylindrical-coordinate representation of color #142028: hue angle of 204º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142028 is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 32 | 40 | - |
| CMYK | 0.5 | 0.20 | 0 | 0.84 |
| HSL | 204º | 0.33% | 0.12% | - |
| HSV(B) | 204º | 0.5% | 0.16% | - |
| XYZ | 1.19 | 1.33 | 2.2 | - |
| YUV | 29.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 40 | 0.5 | 0.20 | 0 | 0.84 | 204 | 0.33 | 0.12 |
| Hex | 14 | 20 | 28 | 32 | 14 | 0 | 54 | CC | 21 | C |
| Octal | 24 | 40 | 50 | 62 | 24 | 0 | 124 | 314 | 41 | 14 |
| Binary | 10100 | 100000 | 101000 | 110010 | 10100 | 0 | 1010100 | 11001100 | 100001 | 1100 |
Color Harmonies of #142028
Complementary color
Monochromatic Colors of #142028
Black with #142028
Text Example
Text Example
White with #142028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142028; }
p { color: rgb(20,32,40); }
H1.HeaderClassName
{
color: #142028;
}
.AnyTagClassName
{
color: #142028;
}
</style>
background-color css
<style>
a { background-color: #142028; }
a { background-color: rgb(20,32,40); }
div.DivClassName
{
background-color: #142028;
}
.BgClassName
{
background-color: #142028;
}
</style>
border-color css
<style>
span { border-color: #142028; }
span { border-color: rgb(20,32,40); }
td.TdClassName
{
border-color: #142028;
}
.TagClassName
{
border-color: #142028;
}
</style>