Shades of Black Pearl #142025
Tints of Black Pearl #142025
RGB
CMYK
RGB Variations
Color information
#142025 (or 0x142025) is known color: Black Pearl. HEX triplet: 14, 20 and 25. RGB value is (20,32,37). Sum of RGB (Red+Green+Blue) = 20+32+37=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #142025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142025 is #EBDFDA. Grayscale: #1C1C1C. Windows color (decimal): -15458267 or 2433044. OLE color: 2433044.
HSL color Cylindrical-coordinate representation of color #142025: hue angle of 197.65º 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 #142025 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 32 | 37 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.85 |
| HSL | 197.65º | 0.3% | 0.11% | - |
| HSV(B) | 197.65º | 0.46% | 0.15% | - |
| XYZ | 1.14 | 1.32 | 1.94 | - |
| YUV | 28.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 37 | 0.46 | 0.14 | 0 | 0.85 | 197.65 | 0.3 | 0.11 |
| Hex | 14 | 20 | 25 | 2E | E | 0 | 55 | C6 | 1E | B |
| Octal | 24 | 40 | 45 | 56 | 16 | 0 | 125 | 306 | 36 | 13 |
| Binary | 10100 | 100000 | 100101 | 101110 | 1110 | 0 | 1010101 | 11000110 | 11110 | 1011 |
Color Harmonies of #142025
Complementary color
Monochromatic Colors of #142025
Black with #142025
Text Example
Text Example
White with #142025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142025; }
p { color: rgb(20,32,37); }
H1.HeaderClassName
{
color: #142025;
}
.AnyTagClassName
{
color: #142025;
}
</style>
background-color css
<style>
a { background-color: #142025; }
a { background-color: rgb(20,32,37); }
div.DivClassName
{
background-color: #142025;
}
.BgClassName
{
background-color: #142025;
}
</style>
border-color css
<style>
span { border-color: #142025; }
span { border-color: rgb(20,32,37); }
td.TdClassName
{
border-color: #142025;
}
.TagClassName
{
border-color: #142025;
}
</style>