Shades of Black Pearl #14222C
Tints of Black Pearl #14222C
RGB
CMYK
RGB Variations
Color information
#14222C (or 0x14222C) is known color: Black Pearl. HEX triplet: 14, 22 and 2C. RGB value is (20,34,44). Sum of RGB (Red+Green+Blue) = 20+34+44=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #14222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14222C is #EBDDD3. Grayscale: #1E1E1E. Windows color (decimal): -15457748 or 2892308. OLE color: 2892308.
HSL color Cylindrical-coordinate representation of color #14222C: hue angle of 205º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14222C is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 34 | 44 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.83 |
| HSL | 205º | 0.38% | 0.13% | - |
| HSV(B) | 205º | 0.55% | 0.17% | - |
| XYZ | 1.32 | 1.47 | 2.6 | - |
| YUV | 30.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 44 | 0.55 | 0.23 | 0 | 0.83 | 205 | 0.38 | 0.13 |
| Hex | 14 | 22 | 2C | 37 | 17 | 0 | 53 | CD | 26 | D |
| Octal | 24 | 42 | 54 | 67 | 27 | 0 | 123 | 315 | 46 | 15 |
| Binary | 10100 | 100010 | 101100 | 110111 | 10111 | 0 | 1010011 | 11001101 | 100110 | 1101 |
Color Harmonies of #14222C
Complementary color
Monochromatic Colors of #14222C
Black with #14222C
Text Example
Text Example
White with #14222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14222C; }
p { color: rgb(20,34,44); }
H1.HeaderClassName
{
color: #14222C;
}
.AnyTagClassName
{
color: #14222C;
}
</style>
background-color css
<style>
a { background-color: #14222C; }
a { background-color: rgb(20,34,44); }
div.DivClassName
{
background-color: #14222C;
}
.BgClassName
{
background-color: #14222C;
}
</style>
border-color css
<style>
span { border-color: #14222C; }
span { border-color: rgb(20,34,44); }
td.TdClassName
{
border-color: #14222C;
}
.TagClassName
{
border-color: #14222C;
}
</style>