Shades of Black Pearl #141D23
Tints of Black Pearl #141D23
RGB
CMYK
RGB Variations
Color information
#141D23 (or 0x141D23) is known color: Black Pearl. HEX triplet: 14, 1D and 23. RGB value is (20,29,35). Sum of RGB (Red+Green+Blue) = 20+29+35=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #141D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D23 is #EBE2DC. Grayscale: #1A1A1A. Windows color (decimal): -15459037 or 2301204. OLE color: 2301204.
HSL color Cylindrical-coordinate representation of color #141D23: hue angle of 204º 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 #141D23 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 29 | 35 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.86 |
| HSL | 204º | 0.27% | 0.11% | - |
| HSV(B) | 204º | 0.43% | 0.14% | - |
| XYZ | 1.03 | 1.15 | 1.76 | - |
| YUV | 26.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 35 | 0.43 | 0.17 | 0 | 0.86 | 204 | 0.27 | 0.11 |
| Hex | 14 | 1D | 23 | 2B | 11 | 0 | 56 | CC | 1B | B |
| Octal | 24 | 35 | 43 | 53 | 21 | 0 | 126 | 314 | 33 | 13 |
| Binary | 10100 | 11101 | 100011 | 101011 | 10001 | 0 | 1010110 | 11001100 | 11011 | 1011 |
Color Harmonies of #141D23
Complementary color
Monochromatic Colors of #141D23
Black with #141D23
Text Example
Text Example
White with #141D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D23; }
p { color: rgb(20,29,35); }
H1.HeaderClassName
{
color: #141D23;
}
.AnyTagClassName
{
color: #141D23;
}
</style>
background-color css
<style>
a { background-color: #141D23; }
a { background-color: rgb(20,29,35); }
div.DivClassName
{
background-color: #141D23;
}
.BgClassName
{
background-color: #141D23;
}
</style>
border-color css
<style>
span { border-color: #141D23; }
span { border-color: rgb(20,29,35); }
td.TdClassName
{
border-color: #141D23;
}
.TagClassName
{
border-color: #141D23;
}
</style>