Shades of Black Pearl #142A2E
Tints of Black Pearl #142A2E
RGB
CMYK
RGB Variations
Color information
#142A2E (or 0x142A2E) is known color: Black Pearl. HEX triplet: 14, 2A and 2E. RGB value is (20,42,46). Sum of RGB (Red+Green+Blue) = 20+42+46=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #142A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A2E is #EBD5D1. Grayscale: #232323. Windows color (decimal): -15455698 or 3025428. OLE color: 3025428.
HSL color Cylindrical-coordinate representation of color #142A2E: hue angle of 189.23º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142A2E is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 42 | 46 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.82 |
| HSL | 189.23º | 0.39% | 0.13% | - |
| HSV(B) | 189.23º | 0.57% | 0.18% | - |
| XYZ | 1.61 | 2 | 2.89 | - |
| YUV | 35.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 46 | 0.57 | 0.09 | 0 | 0.82 | 189.23 | 0.39 | 0.13 |
| Hex | 14 | 2A | 2E | 39 | 9 | 0 | 52 | BD | 27 | D |
| Octal | 24 | 52 | 56 | 71 | 11 | 0 | 122 | 275 | 47 | 15 |
| Binary | 10100 | 101010 | 101110 | 111001 | 1001 | 0 | 1010010 | 10111101 | 100111 | 1101 |
Color Harmonies of #142A2E
Complementary color
Monochromatic Colors of #142A2E
Black with #142A2E
Text Example
Text Example
White with #142A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A2E; }
p { color: rgb(20,42,46); }
H1.HeaderClassName
{
color: #142A2E;
}
.AnyTagClassName
{
color: #142A2E;
}
</style>
background-color css
<style>
a { background-color: #142A2E; }
a { background-color: rgb(20,42,46); }
div.DivClassName
{
background-color: #142A2E;
}
.BgClassName
{
background-color: #142A2E;
}
</style>
border-color css
<style>
span { border-color: #142A2E; }
span { border-color: rgb(20,42,46); }
td.TdClassName
{
border-color: #142A2E;
}
.TagClassName
{
border-color: #142A2E;
}
</style>