Shades of Black Pearl #142B30
Tints of Black Pearl #142B30
RGB
CMYK
RGB Variations
Color information
#142B30 (or 0x142B30) is known color: Black Pearl. HEX triplet: 14, 2B and 30. RGB value is (20,43,48). Sum of RGB (Red+Green+Blue) = 20+43+48=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #142B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B30 is #EBD4CF. Grayscale: #242424. Windows color (decimal): -15455440 or 3156756. OLE color: 3156756.
HSL color Cylindrical-coordinate representation of color #142B30: hue angle of 190.71º 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 #142B30 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 43 | 48 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.81 |
| HSL | 190.71º | 0.41% | 0.13% | - |
| HSV(B) | 190.71º | 0.58% | 0.19% | - |
| XYZ | 1.69 | 2.09 | 3.11 | - |
| YUV | 36.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 48 | 0.58 | 0.10 | 0 | 0.81 | 190.71 | 0.41 | 0.13 |
| Hex | 14 | 2B | 30 | 3A | A | 0 | 51 | BF | 29 | D |
| Octal | 24 | 53 | 60 | 72 | 12 | 0 | 121 | 277 | 51 | 15 |
| Binary | 10100 | 101011 | 110000 | 111010 | 1010 | 0 | 1010001 | 10111111 | 101001 | 1101 |
Color Harmonies of #142B30
Complementary color
Monochromatic Colors of #142B30
Black with #142B30
Text Example
Text Example
White with #142B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B30; }
p { color: rgb(20,43,48); }
H1.HeaderClassName
{
color: #142B30;
}
.AnyTagClassName
{
color: #142B30;
}
</style>
background-color css
<style>
a { background-color: #142B30; }
a { background-color: rgb(20,43,48); }
div.DivClassName
{
background-color: #142B30;
}
.BgClassName
{
background-color: #142B30;
}
</style>
border-color css
<style>
span { border-color: #142B30; }
span { border-color: rgb(20,43,48); }
td.TdClassName
{
border-color: #142B30;
}
.TagClassName
{
border-color: #142B30;
}
</style>