Shades of Black Pearl #141F2E
Tints of Black Pearl #141F2E
RGB
CMYK
RGB Variations
Color information
#141F2E (or 0x141F2E) is known color: Black Pearl. HEX triplet: 14, 1F and 2E. RGB value is (20,31,46). Sum of RGB (Red+Green+Blue) = 20+31+46=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #141F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F2E is #EBE0D1. Grayscale: #1D1D1D. Windows color (decimal): -15458514 or 3022612. OLE color: 3022612.
HSL color Cylindrical-coordinate representation of color #141F2E: hue angle of 214.62º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141F2E is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 31 | 46 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.82 |
| HSL | 214.62º | 0.39% | 0.13% | - |
| HSV(B) | 214.62º | 0.57% | 0.18% | - |
| XYZ | 1.27 | 1.33 | 2.77 | - |
| YUV | 29.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 46 | 0.57 | 0.33 | 0 | 0.82 | 214.62 | 0.39 | 0.13 |
| Hex | 14 | 1F | 2E | 39 | 21 | 0 | 52 | D7 | 27 | D |
| Octal | 24 | 37 | 56 | 71 | 41 | 0 | 122 | 327 | 47 | 15 |
| Binary | 10100 | 11111 | 101110 | 111001 | 100001 | 0 | 1010010 | 11010111 | 100111 | 1101 |
Color Harmonies of #141F2E
Complementary color
Monochromatic Colors of #141F2E
Black with #141F2E
Text Example
Text Example
White with #141F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F2E; }
p { color: rgb(20,31,46); }
H1.HeaderClassName
{
color: #141F2E;
}
.AnyTagClassName
{
color: #141F2E;
}
</style>
background-color css
<style>
a { background-color: #141F2E; }
a { background-color: rgb(20,31,46); }
div.DivClassName
{
background-color: #141F2E;
}
.BgClassName
{
background-color: #141F2E;
}
</style>
border-color css
<style>
span { border-color: #141F2E; }
span { border-color: rgb(20,31,46); }
td.TdClassName
{
border-color: #141F2E;
}
.TagClassName
{
border-color: #141F2E;
}
</style>