Shades of Black Pearl #142123
Tints of Black Pearl #142123
RGB
CMYK
RGB Variations
Color information
#142123 (or 0x142123) is known color: Black Pearl. HEX triplet: 14, 21 and 23. RGB value is (20,33,35). Sum of RGB (Red+Green+Blue) = 20+33+35=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 35 - color contains mainly: blue. Hex color #142123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142123 is #EBDEDC. Grayscale: #1D1D1D. Windows color (decimal): -15458013 or 2302228. OLE color: 2302228.
HSL color Cylindrical-coordinate representation of color #142123: hue angle of 188º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142123 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 33 | 35 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.86 |
| HSL | 188º | 0.27% | 0.11% | - |
| HSV(B) | 188º | 0.43% | 0.14% | - |
| XYZ | 1.14 | 1.36 | 1.79 | - |
| YUV | 29.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 35 | 0.43 | 0.06 | 0 | 0.86 | 188 | 0.27 | 0.11 |
| Hex | 14 | 21 | 23 | 2B | 6 | 0 | 56 | BC | 1B | B |
| Octal | 24 | 41 | 43 | 53 | 6 | 0 | 126 | 274 | 33 | 13 |
| Binary | 10100 | 100001 | 100011 | 101011 | 110 | 0 | 1010110 | 10111100 | 11011 | 1011 |
Color Harmonies of #142123
Complementary color
Monochromatic Colors of #142123
Black with #142123
Text Example
Text Example
White with #142123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142123; }
p { color: rgb(20,33,35); }
H1.HeaderClassName
{
color: #142123;
}
.AnyTagClassName
{
color: #142123;
}
</style>
background-color css
<style>
a { background-color: #142123; }
a { background-color: rgb(20,33,35); }
div.DivClassName
{
background-color: #142123;
}
.BgClassName
{
background-color: #142123;
}
</style>
border-color css
<style>
span { border-color: #142123; }
span { border-color: rgb(20,33,35); }
td.TdClassName
{
border-color: #142123;
}
.TagClassName
{
border-color: #142123;
}
</style>