Shades of Black Pearl #142325
Tints of Black Pearl #142325
RGB
CMYK
RGB Variations
Color information
#142325 (or 0x142325) is known color: Black Pearl. HEX triplet: 14, 23 and 25. RGB value is (20,35,37). Sum of RGB (Red+Green+Blue) = 20+35+37=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #142325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142325 is #EBDCDA. Grayscale: #1E1E1E. Windows color (decimal): -15457499 or 2433812. OLE color: 2433812.
HSL color Cylindrical-coordinate representation of color #142325: hue angle of 187.06º 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 #142325 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 35 | 37 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.85 |
| HSL | 187.06º | 0.3% | 0.11% | - |
| HSV(B) | 187.06º | 0.46% | 0.15% | - |
| XYZ | 1.22 | 1.48 | 1.97 | - |
| YUV | 30.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 37 | 0.46 | 0.05 | 0 | 0.85 | 187.06 | 0.3 | 0.11 |
| Hex | 14 | 23 | 25 | 2E | 5 | 0 | 55 | BB | 1E | B |
| Octal | 24 | 43 | 45 | 56 | 5 | 0 | 125 | 273 | 36 | 13 |
| Binary | 10100 | 100011 | 100101 | 101110 | 101 | 0 | 1010101 | 10111011 | 11110 | 1011 |
Color Harmonies of #142325
Complementary color
Monochromatic Colors of #142325
Black with #142325
Text Example
Text Example
White with #142325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142325; }
p { color: rgb(20,35,37); }
H1.HeaderClassName
{
color: #142325;
}
.AnyTagClassName
{
color: #142325;
}
</style>
background-color css
<style>
a { background-color: #142325; }
a { background-color: rgb(20,35,37); }
div.DivClassName
{
background-color: #142325;
}
.BgClassName
{
background-color: #142325;
}
</style>
border-color css
<style>
span { border-color: #142325; }
span { border-color: rgb(20,35,37); }
td.TdClassName
{
border-color: #142325;
}
.TagClassName
{
border-color: #142325;
}
</style>