Shades of Black Pearl #142B2F
Tints of Black Pearl #142B2F
RGB
CMYK
RGB Variations
Color information
#142B2F (or 0x142B2F) is known color: Black Pearl. HEX triplet: 14, 2B and 2F. RGB value is (20,43,47). Sum of RGB (Red+Green+Blue) = 20+43+47=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #142B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B2F is #EBD4D0. Grayscale: #242424. Windows color (decimal): -15455441 or 3091220. OLE color: 3091220.
HSL color Cylindrical-coordinate representation of color #142B2F: hue angle of 188.89º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142B2F is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 43 | 47 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.82 |
| HSL | 188.89º | 0.4% | 0.13% | - |
| HSV(B) | 188.89º | 0.57% | 0.18% | - |
| XYZ | 1.67 | 2.08 | 3 | - |
| YUV | 36.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 47 | 0.57 | 0.09 | 0 | 0.82 | 188.89 | 0.4 | 0.13 |
| Hex | 14 | 2B | 2F | 39 | 9 | 0 | 52 | BD | 28 | D |
| Octal | 24 | 53 | 57 | 71 | 11 | 0 | 122 | 275 | 50 | 15 |
| Binary | 10100 | 101011 | 101111 | 111001 | 1001 | 0 | 1010010 | 10111101 | 101000 | 1101 |
Color Harmonies of #142B2F
Complementary color
Monochromatic Colors of #142B2F
Black with #142B2F
Text Example
Text Example
White with #142B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B2F; }
p { color: rgb(20,43,47); }
H1.HeaderClassName
{
color: #142B2F;
}
.AnyTagClassName
{
color: #142B2F;
}
</style>
background-color css
<style>
a { background-color: #142B2F; }
a { background-color: rgb(20,43,47); }
div.DivClassName
{
background-color: #142B2F;
}
.BgClassName
{
background-color: #142B2F;
}
</style>
border-color css
<style>
span { border-color: #142B2F; }
span { border-color: rgb(20,43,47); }
td.TdClassName
{
border-color: #142B2F;
}
.TagClassName
{
border-color: #142B2F;
}
</style>