Shades of Black Pearl #14222E
Tints of Black Pearl #14222E
RGB
CMYK
RGB Variations
Color information
#14222E (or 0x14222E) is known color: Black Pearl. HEX triplet: 14, 22 and 2E. RGB value is (20,34,46). Sum of RGB (Red+Green+Blue) = 20+34+46=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #14222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14222E is #EBDDD1. Grayscale: #1F1F1F. Windows color (decimal): -15457746 or 3023380. OLE color: 3023380.
HSL color Cylindrical-coordinate representation of color #14222E: hue angle of 207.69º 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 #14222E is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 34 | 46 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.82 |
| HSL | 207.69º | 0.39% | 0.13% | - |
| HSV(B) | 207.69º | 0.57% | 0.18% | - |
| XYZ | 1.35 | 1.49 | 2.8 | - |
| YUV | 31.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 46 | 0.57 | 0.26 | 0 | 0.82 | 207.69 | 0.39 | 0.13 |
| Hex | 14 | 22 | 2E | 39 | 1A | 0 | 52 | D0 | 27 | D |
| Octal | 24 | 42 | 56 | 71 | 32 | 0 | 122 | 320 | 47 | 15 |
| Binary | 10100 | 100010 | 101110 | 111001 | 11010 | 0 | 1010010 | 11010000 | 100111 | 1101 |
Color Harmonies of #14222E
Complementary color
Monochromatic Colors of #14222E
Black with #14222E
Text Example
Text Example
White with #14222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14222E; }
p { color: rgb(20,34,46); }
H1.HeaderClassName
{
color: #14222E;
}
.AnyTagClassName
{
color: #14222E;
}
</style>
background-color css
<style>
a { background-color: #14222E; }
a { background-color: rgb(20,34,46); }
div.DivClassName
{
background-color: #14222E;
}
.BgClassName
{
background-color: #14222E;
}
</style>
border-color css
<style>
span { border-color: #14222E; }
span { border-color: rgb(20,34,46); }
td.TdClassName
{
border-color: #14222E;
}
.TagClassName
{
border-color: #14222E;
}
</style>