Shades of Black Pearl #142C31
Tints of Black Pearl #142C31
RGB
CMYK
RGB Variations
Color information
#142C31 (or 0x142C31) is known color: Black Pearl. HEX triplet: 14, 2C and 31. RGB value is (20,44,49). Sum of RGB (Red+Green+Blue) = 20+44+49=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #142C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C31 is #EBD3CE. Grayscale: #252525. Windows color (decimal): -15455183 or 3222548. OLE color: 3222548.
HSL color Cylindrical-coordinate representation of color #142C31: hue angle of 190.34º 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 #142C31 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 44 | 49 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.81 |
| HSL | 190.34º | 0.42% | 0.14% | - |
| HSV(B) | 190.34º | 0.59% | 0.19% | - |
| XYZ | 1.74 | 2.17 | 3.23 | - |
| YUV | 37.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 49 | 0.59 | 0.10 | 0 | 0.81 | 190.34 | 0.42 | 0.14 |
| Hex | 14 | 2C | 31 | 3B | A | 0 | 51 | BE | 2A | E |
| Octal | 24 | 54 | 61 | 73 | 12 | 0 | 121 | 276 | 52 | 16 |
| Binary | 10100 | 101100 | 110001 | 111011 | 1010 | 0 | 1010001 | 10111110 | 101010 | 1110 |
Color Harmonies of #142C31
Complementary color
Monochromatic Colors of #142C31
Black with #142C31
Text Example
Text Example
White with #142C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C31; }
p { color: rgb(20,44,49); }
H1.HeaderClassName
{
color: #142C31;
}
.AnyTagClassName
{
color: #142C31;
}
</style>
background-color css
<style>
a { background-color: #142C31; }
a { background-color: rgb(20,44,49); }
div.DivClassName
{
background-color: #142C31;
}
.BgClassName
{
background-color: #142C31;
}
</style>
border-color css
<style>
span { border-color: #142C31; }
span { border-color: rgb(20,44,49); }
td.TdClassName
{
border-color: #142C31;
}
.TagClassName
{
border-color: #142C31;
}
</style>