Shades of Black Pearl #141C26
Tints of Black Pearl #141C26
RGB
CMYK
RGB Variations
Color information
#141C26 (or 0x141C26) is known color: Black Pearl. HEX triplet: 14, 1C and 26. RGB value is (20,28,38). Sum of RGB (Red+Green+Blue) = 20+28+38=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #141C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C26 is #EBE3D9. Grayscale: #1A1A1A. Windows color (decimal): -15459290 or 2497556. OLE color: 2497556.
HSL color Cylindrical-coordinate representation of color #141C26: hue angle of 213.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 #141C26 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 28 | 38 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.85 |
| HSL | 213.33º | 0.31% | 0.11% | - |
| HSV(B) | 213.33º | 0.47% | 0.15% | - |
| XYZ | 1.05 | 1.12 | 1.99 | - |
| YUV | 26.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 38 | 0.47 | 0.26 | 0 | 0.85 | 213.33 | 0.31 | 0.11 |
| Hex | 14 | 1C | 26 | 2F | 1A | 0 | 55 | D5 | 1F | B |
| Octal | 24 | 34 | 46 | 57 | 32 | 0 | 125 | 325 | 37 | 13 |
| Binary | 10100 | 11100 | 100110 | 101111 | 11010 | 0 | 1010101 | 11010101 | 11111 | 1011 |
Color Harmonies of #141C26
Complementary color
Monochromatic Colors of #141C26
Black with #141C26
Text Example
Text Example
White with #141C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C26; }
p { color: rgb(20,28,38); }
H1.HeaderClassName
{
color: #141C26;
}
.AnyTagClassName
{
color: #141C26;
}
</style>
background-color css
<style>
a { background-color: #141C26; }
a { background-color: rgb(20,28,38); }
div.DivClassName
{
background-color: #141C26;
}
.BgClassName
{
background-color: #141C26;
}
</style>
border-color css
<style>
span { border-color: #141C26; }
span { border-color: rgb(20,28,38); }
td.TdClassName
{
border-color: #141C26;
}
.TagClassName
{
border-color: #141C26;
}
</style>