Shades of Black Pearl #141E2D
Tints of Black Pearl #141E2D
RGB
CMYK
RGB Variations
Color information
#141E2D (or 0x141E2D) is known color: Black Pearl. HEX triplet: 14, 1E and 2D. RGB value is (20,30,45). Sum of RGB (Red+Green+Blue) = 20+30+45=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #141E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E2D is #EBE1D2. Grayscale: #1C1C1C. Windows color (decimal): -15458771 or 2956820. OLE color: 2956820.
HSL color Cylindrical-coordinate representation of color #141E2D: hue angle of 216º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #141E2D is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 30 | 45 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.82 |
| HSL | 216º | 0.38% | 0.13% | - |
| HSV(B) | 216º | 0.56% | 0.18% | - |
| XYZ | 1.23 | 1.27 | 2.66 | - |
| YUV | 28.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 45 | 0.56 | 0.33 | 0 | 0.82 | 216 | 0.38 | 0.13 |
| Hex | 14 | 1E | 2D | 38 | 21 | 0 | 52 | D8 | 26 | D |
| Octal | 24 | 36 | 55 | 70 | 41 | 0 | 122 | 330 | 46 | 15 |
| Binary | 10100 | 11110 | 101101 | 111000 | 100001 | 0 | 1010010 | 11011000 | 100110 | 1101 |
Color Harmonies of #141E2D
Complementary color
Monochromatic Colors of #141E2D
Black with #141E2D
Text Example
Text Example
White with #141E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E2D; }
p { color: rgb(20,30,45); }
H1.HeaderClassName
{
color: #141E2D;
}
.AnyTagClassName
{
color: #141E2D;
}
</style>
background-color css
<style>
a { background-color: #141E2D; }
a { background-color: rgb(20,30,45); }
div.DivClassName
{
background-color: #141E2D;
}
.BgClassName
{
background-color: #141E2D;
}
</style>
border-color css
<style>
span { border-color: #141E2D; }
span { border-color: rgb(20,30,45); }
td.TdClassName
{
border-color: #141E2D;
}
.TagClassName
{
border-color: #141E2D;
}
</style>