Shades of Black Pearl #141E26
Tints of Black Pearl #141E26
RGB
CMYK
RGB Variations
Color information
#141E26 (or 0x141E26) is known color: Black Pearl. HEX triplet: 14, 1E and 26. RGB value is (20,30,38). Sum of RGB (Red+Green+Blue) = 20+30+38=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #141E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E26 is #EBE1D9. Grayscale: #1B1B1B. Windows color (decimal): -15458778 or 2498068. OLE color: 2498068.
HSL color Cylindrical-coordinate representation of color #141E26: hue angle of 206.67º 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 #141E26 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 30 | 38 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.85 |
| HSL | 206.67º | 0.31% | 0.11% | - |
| HSV(B) | 206.67º | 0.47% | 0.15% | - |
| XYZ | 1.1 | 1.22 | 2.01 | - |
| YUV | 27.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 38 | 0.47 | 0.21 | 0 | 0.85 | 206.67 | 0.31 | 0.11 |
| Hex | 14 | 1E | 26 | 2F | 15 | 0 | 55 | CF | 1F | B |
| Octal | 24 | 36 | 46 | 57 | 25 | 0 | 125 | 317 | 37 | 13 |
| Binary | 10100 | 11110 | 100110 | 101111 | 10101 | 0 | 1010101 | 11001111 | 11111 | 1011 |
Color Harmonies of #141E26
Complementary color
Monochromatic Colors of #141E26
Black with #141E26
Text Example
Text Example
White with #141E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E26; }
p { color: rgb(20,30,38); }
H1.HeaderClassName
{
color: #141E26;
}
.AnyTagClassName
{
color: #141E26;
}
</style>
background-color css
<style>
a { background-color: #141E26; }
a { background-color: rgb(20,30,38); }
div.DivClassName
{
background-color: #141E26;
}
.BgClassName
{
background-color: #141E26;
}
</style>
border-color css
<style>
span { border-color: #141E26; }
span { border-color: rgb(20,30,38); }
td.TdClassName
{
border-color: #141E26;
}
.TagClassName
{
border-color: #141E26;
}
</style>