Shades of Black Pearl #141E2A
Tints of Black Pearl #141E2A
RGB
CMYK
RGB Variations
Color information
#141E2A (or 0x141E2A) is known color: Black Pearl. HEX triplet: 14, 1E and 2A. RGB value is (20,30,42). Sum of RGB (Red+Green+Blue) = 20+30+42=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #141E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E2A is #EBE1D5. Grayscale: #1C1C1C. Windows color (decimal): -15458774 or 2760212. OLE color: 2760212.
HSL color Cylindrical-coordinate representation of color #141E2A: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #141E2A is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 30 | 42 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.84 |
| HSL | 212.73º | 0.35% | 0.12% | - |
| HSV(B) | 212.73º | 0.52% | 0.16% | - |
| XYZ | 1.17 | 1.24 | 2.37 | - |
| YUV | 28.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 42 | 0.52 | 0.29 | 0 | 0.84 | 212.73 | 0.35 | 0.12 |
| Hex | 14 | 1E | 2A | 34 | 1D | 0 | 54 | D5 | 23 | C |
| Octal | 24 | 36 | 52 | 64 | 35 | 0 | 124 | 325 | 43 | 14 |
| Binary | 10100 | 11110 | 101010 | 110100 | 11101 | 0 | 1010100 | 11010101 | 100011 | 1100 |
Color Harmonies of #141E2A
Complementary color
Monochromatic Colors of #141E2A
Black with #141E2A
Text Example
Text Example
White with #141E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E2A; }
p { color: rgb(20,30,42); }
H1.HeaderClassName
{
color: #141E2A;
}
.AnyTagClassName
{
color: #141E2A;
}
</style>
background-color css
<style>
a { background-color: #141E2A; }
a { background-color: rgb(20,30,42); }
div.DivClassName
{
background-color: #141E2A;
}
.BgClassName
{
background-color: #141E2A;
}
</style>
border-color css
<style>
span { border-color: #141E2A; }
span { border-color: rgb(20,30,42); }
td.TdClassName
{
border-color: #141E2A;
}
.TagClassName
{
border-color: #141E2A;
}
</style>