Shades of Black Pearl #142B31
Tints of Black Pearl #142B31
RGB
CMYK
RGB Variations
Color information
#142B31 (or 0x142B31) is known color: Black Pearl. HEX triplet: 14, 2B and 31. RGB value is (20,43,49). Sum of RGB (Red+Green+Blue) = 20+43+49=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #142B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B31 is #EBD4CE. Grayscale: #242424. Windows color (decimal): -15455439 or 3222292. OLE color: 3222292.
HSL color Cylindrical-coordinate representation of color #142B31: hue angle of 192.41º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #142B31 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 43 | 49 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.81 |
| HSL | 192.41º | 0.42% | 0.14% | - |
| HSV(B) | 192.41º | 0.59% | 0.19% | - |
| XYZ | 1.71 | 2.1 | 3.22 | - |
| YUV | 36.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 49 | 0.59 | 0.12 | 0 | 0.81 | 192.41 | 0.42 | 0.14 |
| Hex | 14 | 2B | 31 | 3B | C | 0 | 51 | C0 | 2A | E |
| Octal | 24 | 53 | 61 | 73 | 14 | 0 | 121 | 300 | 52 | 16 |
| Binary | 10100 | 101011 | 110001 | 111011 | 1100 | 0 | 1010001 | 11000000 | 101010 | 1110 |
Color Harmonies of #142B31
Complementary color
Monochromatic Colors of #142B31
Black with #142B31
Text Example
Text Example
White with #142B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B31; }
p { color: rgb(20,43,49); }
H1.HeaderClassName
{
color: #142B31;
}
.AnyTagClassName
{
color: #142B31;
}
</style>
background-color css
<style>
a { background-color: #142B31; }
a { background-color: rgb(20,43,49); }
div.DivClassName
{
background-color: #142B31;
}
.BgClassName
{
background-color: #142B31;
}
</style>
border-color css
<style>
span { border-color: #142B31; }
span { border-color: rgb(20,43,49); }
td.TdClassName
{
border-color: #142B31;
}
.TagClassName
{
border-color: #142B31;
}
</style>