Shades of Black Pearl #14202E
Tints of Black Pearl #14202E
RGB
CMYK
RGB Variations
Color information
#14202E (or 0x14202E) is known color: Black Pearl. HEX triplet: 14, 20 and 2E. RGB value is (20,32,46). Sum of RGB (Red+Green+Blue) = 20+32+46=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #14202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14202E is #EBDFD1. Grayscale: #1D1D1D. Windows color (decimal): -15458258 or 3022868. OLE color: 3022868.
HSL color Cylindrical-coordinate representation of color #14202E: hue angle of 212.31º 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 #14202E is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 32 | 46 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.82 |
| HSL | 212.31º | 0.39% | 0.13% | - |
| HSV(B) | 212.31º | 0.57% | 0.18% | - |
| XYZ | 1.3 | 1.38 | 2.78 | - |
| YUV | 30.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 46 | 0.57 | 0.30 | 0 | 0.82 | 212.31 | 0.39 | 0.13 |
| Hex | 14 | 20 | 2E | 39 | 1E | 0 | 52 | D4 | 27 | D |
| Octal | 24 | 40 | 56 | 71 | 36 | 0 | 122 | 324 | 47 | 15 |
| Binary | 10100 | 100000 | 101110 | 111001 | 11110 | 0 | 1010010 | 11010100 | 100111 | 1101 |
Color Harmonies of #14202E
Complementary color
Monochromatic Colors of #14202E
Black with #14202E
Text Example
Text Example
White with #14202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14202E; }
p { color: rgb(20,32,46); }
H1.HeaderClassName
{
color: #14202E;
}
.AnyTagClassName
{
color: #14202E;
}
</style>
background-color css
<style>
a { background-color: #14202E; }
a { background-color: rgb(20,32,46); }
div.DivClassName
{
background-color: #14202E;
}
.BgClassName
{
background-color: #14202E;
}
</style>
border-color css
<style>
span { border-color: #14202E; }
span { border-color: rgb(20,32,46); }
td.TdClassName
{
border-color: #14202E;
}
.TagClassName
{
border-color: #14202E;
}
</style>