Shades of Black Pearl #141F26
Tints of Black Pearl #141F26
RGB
CMYK
RGB Variations
Color information
#141F26 (or 0x141F26) is known color: Black Pearl. HEX triplet: 14, 1F and 26. RGB value is (20,31,38). Sum of RGB (Red+Green+Blue) = 20+31+38=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #141F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F26 is #EBE0D9. Grayscale: #1C1C1C. Windows color (decimal): -15458522 or 2498324. OLE color: 2498324.
HSL color Cylindrical-coordinate representation of color #141F26: hue angle of 203.33º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #141F26 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 31 | 38 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.85 |
| HSL | 203.33º | 0.31% | 0.11% | - |
| HSV(B) | 203.33º | 0.47% | 0.15% | - |
| XYZ | 1.13 | 1.27 | 2.02 | - |
| YUV | 28.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 38 | 0.47 | 0.18 | 0 | 0.85 | 203.33 | 0.31 | 0.11 |
| Hex | 14 | 1F | 26 | 2F | 12 | 0 | 55 | CB | 1F | B |
| Octal | 24 | 37 | 46 | 57 | 22 | 0 | 125 | 313 | 37 | 13 |
| Binary | 10100 | 11111 | 100110 | 101111 | 10010 | 0 | 1010101 | 11001011 | 11111 | 1011 |
Color Harmonies of #141F26
Complementary color
Monochromatic Colors of #141F26
Black with #141F26
Text Example
Text Example
White with #141F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F26; }
p { color: rgb(20,31,38); }
H1.HeaderClassName
{
color: #141F26;
}
.AnyTagClassName
{
color: #141F26;
}
</style>
background-color css
<style>
a { background-color: #141F26; }
a { background-color: rgb(20,31,38); }
div.DivClassName
{
background-color: #141F26;
}
.BgClassName
{
background-color: #141F26;
}
</style>
border-color css
<style>
span { border-color: #141F26; }
span { border-color: rgb(20,31,38); }
td.TdClassName
{
border-color: #141F26;
}
.TagClassName
{
border-color: #141F26;
}
</style>