Shades of Black Pearl #141A23
Tints of Black Pearl #141A23
RGB
CMYK
RGB Variations
Color information
#141A23 (or 0x141A23) is known color: Black Pearl. HEX triplet: 14, 1A and 23. RGB value is (20,26,35). Sum of RGB (Red+Green+Blue) = 20+26+35=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #141A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A23 is #EBE5DC. Grayscale: #191919. Windows color (decimal): -15459805 or 2300436. OLE color: 2300436.
HSL color Cylindrical-coordinate representation of color #141A23: hue angle of 216º 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 #141A23 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 26 | 35 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.86 |
| HSL | 216º | 0.27% | 0.11% | - |
| HSV(B) | 216º | 0.43% | 0.14% | - |
| XYZ | 0.96 | 1.01 | 1.73 | - |
| YUV | 25.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 35 | 0.43 | 0.26 | 0 | 0.86 | 216 | 0.27 | 0.11 |
| Hex | 14 | 1A | 23 | 2B | 1A | 0 | 56 | D8 | 1B | B |
| Octal | 24 | 32 | 43 | 53 | 32 | 0 | 126 | 330 | 33 | 13 |
| Binary | 10100 | 11010 | 100011 | 101011 | 11010 | 0 | 1010110 | 11011000 | 11011 | 1011 |
Color Harmonies of #141A23
Complementary color
Monochromatic Colors of #141A23
Black with #141A23
Text Example
Text Example
White with #141A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A23; }
p { color: rgb(20,26,35); }
H1.HeaderClassName
{
color: #141A23;
}
.AnyTagClassName
{
color: #141A23;
}
</style>
background-color css
<style>
a { background-color: #141A23; }
a { background-color: rgb(20,26,35); }
div.DivClassName
{
background-color: #141A23;
}
.BgClassName
{
background-color: #141A23;
}
</style>
border-color css
<style>
span { border-color: #141A23; }
span { border-color: rgb(20,26,35); }
td.TdClassName
{
border-color: #141A23;
}
.TagClassName
{
border-color: #141A23;
}
</style>