Shades of Black Pearl #141B1C
Tints of Black Pearl #141B1C
RGB
CMYK
RGB Variations
Color information
#141B1C (or 0x141B1C) is known color: Black Pearl. HEX triplet: 14, 1B and 1C. RGB value is (20,27,28). Sum of RGB (Red+Green+Blue) = 20+27+28=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #141B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B1C is #EBE4E3. Grayscale: #191919. Windows color (decimal): -15459556 or 1841940. OLE color: 1841940.
HSL color Cylindrical-coordinate representation of color #141B1C: hue angle of 187.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #141B1C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 28 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.89 |
| HSL | 187.5º | 0.17% | 0.09% | - |
| HSV(B) | 187.5º | 0.29% | 0.11% | - |
| XYZ | 0.89 | 1.02 | 1.25 | - |
| YUV | 25.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 28 | 0.29 | 0.04 | 0 | 0.89 | 187.5 | 0.17 | 0.09 |
| Hex | 14 | 1B | 1C | 1D | 4 | 0 | 59 | BC | 11 | 9 |
| Octal | 24 | 33 | 34 | 35 | 4 | 0 | 131 | 274 | 21 | 11 |
| Binary | 10100 | 11011 | 11100 | 11101 | 100 | 0 | 1011001 | 10111100 | 10001 | 1001 |
Color Harmonies of #141B1C
Complementary color
Monochromatic Colors of #141B1C
Black with #141B1C
Text Example
Text Example
White with #141B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B1C; }
p { color: rgb(20,27,28); }
H1.HeaderClassName
{
color: #141B1C;
}
.AnyTagClassName
{
color: #141B1C;
}
</style>
background-color css
<style>
a { background-color: #141B1C; }
a { background-color: rgb(20,27,28); }
div.DivClassName
{
background-color: #141B1C;
}
.BgClassName
{
background-color: #141B1C;
}
</style>
border-color css
<style>
span { border-color: #141B1C; }
span { border-color: rgb(20,27,28); }
td.TdClassName
{
border-color: #141B1C;
}
.TagClassName
{
border-color: #141B1C;
}
</style>