Shades of Black Pearl #141A1B
Tints of Black Pearl #141A1B
RGB
CMYK
RGB Variations
Color information
#141A1B (or 0x141A1B) is known color: Black Pearl. HEX triplet: 14, 1A and 1B. RGB value is (20,26,27). Sum of RGB (Red+Green+Blue) = 20+26+27=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 27 - color contains mainly: blue. Hex color #141A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A1B is #EBE5E4. Grayscale: #181818. Windows color (decimal): -15459813 or 1776148. OLE color: 1776148.
HSL color Cylindrical-coordinate representation of color #141A1B: hue angle of 188.57º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #141A1B is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 26 | 27 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.89 |
| HSL | 188.57º | 0.15% | 0.09% | - |
| HSV(B) | 188.57º | 0.26% | 0.11% | - |
| XYZ | 0.86 | 0.97 | 1.18 | - |
| YUV | 24.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 27 | 0.26 | 0.04 | 0 | 0.89 | 188.57 | 0.15 | 0.09 |
| Hex | 14 | 1A | 1B | 1A | 4 | 0 | 59 | BD | F | 9 |
| Octal | 24 | 32 | 33 | 32 | 4 | 0 | 131 | 275 | 17 | 11 |
| Binary | 10100 | 11010 | 11011 | 11010 | 100 | 0 | 1011001 | 10111101 | 1111 | 1001 |
Color Harmonies of #141A1B
Complementary color
Monochromatic Colors of #141A1B
Black with #141A1B
Text Example
Text Example
White with #141A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A1B; }
p { color: rgb(20,26,27); }
H1.HeaderClassName
{
color: #141A1B;
}
.AnyTagClassName
{
color: #141A1B;
}
</style>
background-color css
<style>
a { background-color: #141A1B; }
a { background-color: rgb(20,26,27); }
div.DivClassName
{
background-color: #141A1B;
}
.BgClassName
{
background-color: #141A1B;
}
</style>
border-color css
<style>
span { border-color: #141A1B; }
span { border-color: rgb(20,26,27); }
td.TdClassName
{
border-color: #141A1B;
}
.TagClassName
{
border-color: #141A1B;
}
</style>