Shades of Black Pearl #142C36
Tints of Black Pearl #142C36
RGB
CMYK
RGB Variations
Color information
#142C36 (or 0x142C36) is known color: Black Pearl. HEX triplet: 14, 2C and 36. RGB value is (20,44,54). Sum of RGB (Red+Green+Blue) = 20+44+54=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #142C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C36 is #EBD3C9. Grayscale: #252525. Windows color (decimal): -15455178 or 3550228. OLE color: 3550228.
HSL color Cylindrical-coordinate representation of color #142C36: hue angle of 197.65º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142C36 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 44 | 54 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.79 |
| HSL | 197.65º | 0.46% | 0.15% | - |
| HSV(B) | 197.65º | 0.63% | 0.21% | - |
| XYZ | 1.86 | 2.22 | 3.82 | - |
| YUV | 37.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 54 | 0.63 | 0.19 | 0 | 0.79 | 197.65 | 0.46 | 0.15 |
| Hex | 14 | 2C | 36 | 3F | 13 | 0 | 4F | C6 | 2E | F |
| Octal | 24 | 54 | 66 | 77 | 23 | 0 | 117 | 306 | 56 | 17 |
| Binary | 10100 | 101100 | 110110 | 111111 | 10011 | 0 | 1001111 | 11000110 | 101110 | 1111 |
Color Harmonies of #142C36
Complementary color
Monochromatic Colors of #142C36
Black with #142C36
Text Example
Text Example
White with #142C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C36; }
p { color: rgb(20,44,54); }
H1.HeaderClassName
{
color: #142C36;
}
.AnyTagClassName
{
color: #142C36;
}
</style>
background-color css
<style>
a { background-color: #142C36; }
a { background-color: rgb(20,44,54); }
div.DivClassName
{
background-color: #142C36;
}
.BgClassName
{
background-color: #142C36;
}
</style>
border-color css
<style>
span { border-color: #142C36; }
span { border-color: rgb(20,44,54); }
td.TdClassName
{
border-color: #142C36;
}
.TagClassName
{
border-color: #142C36;
}
</style>