Shades of Black Pearl #142C32
Tints of Black Pearl #142C32
RGB
CMYK
RGB Variations
Color information
#142C32 (or 0x142C32) is known color: Black Pearl. HEX triplet: 14, 2C and 32. RGB value is (20,44,50). Sum of RGB (Red+Green+Blue) = 20+44+50=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #142C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C32 is #EBD3CD. Grayscale: #252525. Windows color (decimal): -15455182 or 3288084. OLE color: 3288084.
HSL color Cylindrical-coordinate representation of color #142C32: hue angle of 192º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #142C32 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 44 | 50 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.80 |
| HSL | 192º | 0.43% | 0.14% | - |
| HSV(B) | 192º | 0.6% | 0.2% | - |
| XYZ | 1.76 | 2.18 | 3.35 | - |
| YUV | 37.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 50 | 0.60 | 0.12 | 0 | 0.80 | 192 | 0.43 | 0.14 |
| Hex | 14 | 2C | 32 | 3C | C | 0 | 50 | C0 | 2B | E |
| Octal | 24 | 54 | 62 | 74 | 14 | 0 | 120 | 300 | 53 | 16 |
| Binary | 10100 | 101100 | 110010 | 111100 | 1100 | 0 | 1010000 | 11000000 | 101011 | 1110 |
Color Harmonies of #142C32
Complementary color
Monochromatic Colors of #142C32
Black with #142C32
Text Example
Text Example
White with #142C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C32; }
p { color: rgb(20,44,50); }
H1.HeaderClassName
{
color: #142C32;
}
.AnyTagClassName
{
color: #142C32;
}
</style>
background-color css
<style>
a { background-color: #142C32; }
a { background-color: rgb(20,44,50); }
div.DivClassName
{
background-color: #142C32;
}
.BgClassName
{
background-color: #142C32;
}
</style>
border-color css
<style>
span { border-color: #142C32; }
span { border-color: rgb(20,44,50); }
td.TdClassName
{
border-color: #142C32;
}
.TagClassName
{
border-color: #142C32;
}
</style>