Shades of Black Pearl #142A30
Tints of Black Pearl #142A30
RGB
CMYK
RGB Variations
Color information
#142A30 (or 0x142A30) is known color: Black Pearl. HEX triplet: 14, 2A and 30. RGB value is (20,42,48). Sum of RGB (Red+Green+Blue) = 20+42+48=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #142A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A30 is #EBD5CF. Grayscale: #242424. Windows color (decimal): -15455696 or 3156500. OLE color: 3156500.
HSL color Cylindrical-coordinate representation of color #142A30: hue angle of 192.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #142A30 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 42 | 48 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.81 |
| HSL | 192.86º | 0.41% | 0.13% | - |
| HSV(B) | 192.86º | 0.58% | 0.19% | - |
| XYZ | 1.65 | 2.02 | 3.1 | - |
| YUV | 36.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 48 | 0.58 | 0.13 | 0 | 0.81 | 192.86 | 0.41 | 0.13 |
| Hex | 14 | 2A | 30 | 3A | D | 0 | 51 | C1 | 29 | D |
| Octal | 24 | 52 | 60 | 72 | 15 | 0 | 121 | 301 | 51 | 15 |
| Binary | 10100 | 101010 | 110000 | 111010 | 1101 | 0 | 1010001 | 11000001 | 101001 | 1101 |
Color Harmonies of #142A30
Complementary color
Monochromatic Colors of #142A30
Black with #142A30
Text Example
Text Example
White with #142A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A30; }
p { color: rgb(20,42,48); }
H1.HeaderClassName
{
color: #142A30;
}
.AnyTagClassName
{
color: #142A30;
}
</style>
background-color css
<style>
a { background-color: #142A30; }
a { background-color: rgb(20,42,48); }
div.DivClassName
{
background-color: #142A30;
}
.BgClassName
{
background-color: #142A30;
}
</style>
border-color css
<style>
span { border-color: #142A30; }
span { border-color: rgb(20,42,48); }
td.TdClassName
{
border-color: #142A30;
}
.TagClassName
{
border-color: #142A30;
}
</style>