Shades of Black Pearl #14222D
Tints of Black Pearl #14222D
RGB
CMYK
RGB Variations
Color information
#14222D (or 0x14222D) is known color: Black Pearl. HEX triplet: 14, 22 and 2D. RGB value is (20,34,45). Sum of RGB (Red+Green+Blue) = 20+34+45=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #14222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14222D is #EBDDD2. Grayscale: #1F1F1F. Windows color (decimal): -15457747 or 2957844. OLE color: 2957844.
HSL color Cylindrical-coordinate representation of color #14222D: hue angle of 206.4º 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 #14222D is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 34 | 45 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.82 |
| HSL | 206.4º | 0.38% | 0.13% | - |
| HSV(B) | 206.4º | 0.56% | 0.18% | - |
| XYZ | 1.33 | 1.48 | 2.7 | - |
| YUV | 31.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 45 | 0.56 | 0.24 | 0 | 0.82 | 206.4 | 0.38 | 0.13 |
| Hex | 14 | 22 | 2D | 38 | 18 | 0 | 52 | CE | 26 | D |
| Octal | 24 | 42 | 55 | 70 | 30 | 0 | 122 | 316 | 46 | 15 |
| Binary | 10100 | 100010 | 101101 | 111000 | 11000 | 0 | 1010010 | 11001110 | 100110 | 1101 |
Color Harmonies of #14222D
Complementary color
Monochromatic Colors of #14222D
Black with #14222D
Text Example
Text Example
White with #14222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14222D; }
p { color: rgb(20,34,45); }
H1.HeaderClassName
{
color: #14222D;
}
.AnyTagClassName
{
color: #14222D;
}
</style>
background-color css
<style>
a { background-color: #14222D; }
a { background-color: rgb(20,34,45); }
div.DivClassName
{
background-color: #14222D;
}
.BgClassName
{
background-color: #14222D;
}
</style>
border-color css
<style>
span { border-color: #14222D; }
span { border-color: rgb(20,34,45); }
td.TdClassName
{
border-color: #14222D;
}
.TagClassName
{
border-color: #14222D;
}
</style>