Shades of Black Pearl #141E25
Tints of Black Pearl #141E25
RGB
CMYK
RGB Variations
Color information
#141E25 (or 0x141E25) is known color: Black Pearl. HEX triplet: 14, 1E and 25. RGB value is (20,30,37). Sum of RGB (Red+Green+Blue) = 20+30+37=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #141E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E25 is #EBE1DA. Grayscale: #1B1B1B. Windows color (decimal): -15458779 or 2432532. OLE color: 2432532.
HSL color Cylindrical-coordinate representation of color #141E25: hue angle of 204.71º 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 #141E25 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 30 | 37 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.85 |
| HSL | 204.71º | 0.3% | 0.11% | - |
| HSV(B) | 204.71º | 0.46% | 0.15% | - |
| XYZ | 1.09 | 1.21 | 1.93 | - |
| YUV | 27.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 37 | 0.46 | 0.19 | 0 | 0.85 | 204.71 | 0.3 | 0.11 |
| Hex | 14 | 1E | 25 | 2E | 13 | 0 | 55 | CD | 1E | B |
| Octal | 24 | 36 | 45 | 56 | 23 | 0 | 125 | 315 | 36 | 13 |
| Binary | 10100 | 11110 | 100101 | 101110 | 10011 | 0 | 1010101 | 11001101 | 11110 | 1011 |
Color Harmonies of #141E25
Complementary color
Monochromatic Colors of #141E25
Black with #141E25
Text Example
Text Example
White with #141E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E25; }
p { color: rgb(20,30,37); }
H1.HeaderClassName
{
color: #141E25;
}
.AnyTagClassName
{
color: #141E25;
}
</style>
background-color css
<style>
a { background-color: #141E25; }
a { background-color: rgb(20,30,37); }
div.DivClassName
{
background-color: #141E25;
}
.BgClassName
{
background-color: #141E25;
}
</style>
border-color css
<style>
span { border-color: #141E25; }
span { border-color: rgb(20,30,37); }
td.TdClassName
{
border-color: #141E25;
}
.TagClassName
{
border-color: #141E25;
}
</style>