Shades of Black Pearl #142125
Tints of Black Pearl #142125
RGB
CMYK
RGB Variations
Color information
#142125 (or 0x142125) is known color: Black Pearl. HEX triplet: 14, 21 and 25. RGB value is (20,33,37). Sum of RGB (Red+Green+Blue) = 20+33+37=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #142125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142125 is #EBDEDA. Grayscale: #1D1D1D. Windows color (decimal): -15458011 or 2433300. OLE color: 2433300.
HSL color Cylindrical-coordinate representation of color #142125: hue angle of 194.12º 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 #142125 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 33 | 37 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.85 |
| HSL | 194.12º | 0.3% | 0.11% | - |
| HSV(B) | 194.12º | 0.46% | 0.15% | - |
| XYZ | 1.17 | 1.37 | 1.95 | - |
| YUV | 29.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 37 | 0.46 | 0.11 | 0 | 0.85 | 194.12 | 0.3 | 0.11 |
| Hex | 14 | 21 | 25 | 2E | B | 0 | 55 | C2 | 1E | B |
| Octal | 24 | 41 | 45 | 56 | 13 | 0 | 125 | 302 | 36 | 13 |
| Binary | 10100 | 100001 | 100101 | 101110 | 1011 | 0 | 1010101 | 11000010 | 11110 | 1011 |
Color Harmonies of #142125
Complementary color
Monochromatic Colors of #142125
Black with #142125
Text Example
Text Example
White with #142125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142125; }
p { color: rgb(20,33,37); }
H1.HeaderClassName
{
color: #142125;
}
.AnyTagClassName
{
color: #142125;
}
</style>
background-color css
<style>
a { background-color: #142125; }
a { background-color: rgb(20,33,37); }
div.DivClassName
{
background-color: #142125;
}
.BgClassName
{
background-color: #142125;
}
</style>
border-color css
<style>
span { border-color: #142125; }
span { border-color: rgb(20,33,37); }
td.TdClassName
{
border-color: #142125;
}
.TagClassName
{
border-color: #142125;
}
</style>