Shades of Black Pearl #141C25
Tints of Black Pearl #141C25
RGB
CMYK
RGB Variations
Color information
#141C25 (or 0x141C25) is known color: Black Pearl. HEX triplet: 14, 1C and 25. RGB value is (20,28,37). Sum of RGB (Red+Green+Blue) = 20+28+37=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #141C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C25 is #EBE3DA. Grayscale: #1A1A1A. Windows color (decimal): -15459291 or 2432020. OLE color: 2432020.
HSL color Cylindrical-coordinate representation of color #141C25: hue angle of 211.76º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #141C25 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 28 | 37 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.85 |
| HSL | 211.76º | 0.3% | 0.11% | - |
| HSV(B) | 211.76º | 0.46% | 0.15% | - |
| XYZ | 1.04 | 1.11 | 1.91 | - |
| YUV | 26.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 37 | 0.46 | 0.24 | 0 | 0.85 | 211.76 | 0.3 | 0.11 |
| Hex | 14 | 1C | 25 | 2E | 18 | 0 | 55 | D4 | 1E | B |
| Octal | 24 | 34 | 45 | 56 | 30 | 0 | 125 | 324 | 36 | 13 |
| Binary | 10100 | 11100 | 100101 | 101110 | 11000 | 0 | 1010101 | 11010100 | 11110 | 1011 |
Color Harmonies of #141C25
Complementary color
Monochromatic Colors of #141C25
Black with #141C25
Text Example
Text Example
White with #141C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C25; }
p { color: rgb(20,28,37); }
H1.HeaderClassName
{
color: #141C25;
}
.AnyTagClassName
{
color: #141C25;
}
</style>
background-color css
<style>
a { background-color: #141C25; }
a { background-color: rgb(20,28,37); }
div.DivClassName
{
background-color: #141C25;
}
.BgClassName
{
background-color: #141C25;
}
</style>
border-color css
<style>
span { border-color: #141C25; }
span { border-color: rgb(20,28,37); }
td.TdClassName
{
border-color: #141C25;
}
.TagClassName
{
border-color: #141C25;
}
</style>