Shades of Black Pearl #14222B
Tints of Black Pearl #14222B
RGB
CMYK
RGB Variations
Color information
#14222B (or 0x14222B) is known color: Black Pearl. HEX triplet: 14, 22 and 2B. RGB value is (20,34,43). Sum of RGB (Red+Green+Blue) = 20+34+43=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #14222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14222B is #EBDDD4. Grayscale: #1E1E1E. Windows color (decimal): -15457749 or 2826772. OLE color: 2826772.
HSL color Cylindrical-coordinate representation of color #14222B: hue angle of 203.48º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14222B is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 34 | 43 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.83 |
| HSL | 203.48º | 0.37% | 0.12% | - |
| HSV(B) | 203.48º | 0.53% | 0.17% | - |
| XYZ | 1.3 | 1.47 | 2.5 | - |
| YUV | 30.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 43 | 0.53 | 0.21 | 0 | 0.83 | 203.48 | 0.37 | 0.12 |
| Hex | 14 | 22 | 2B | 35 | 15 | 0 | 53 | CB | 25 | C |
| Octal | 24 | 42 | 53 | 65 | 25 | 0 | 123 | 313 | 45 | 14 |
| Binary | 10100 | 100010 | 101011 | 110101 | 10101 | 0 | 1010011 | 11001011 | 100101 | 1100 |
Color Harmonies of #14222B
Complementary color
Monochromatic Colors of #14222B
Black with #14222B
Text Example
Text Example
White with #14222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14222B; }
p { color: rgb(20,34,43); }
H1.HeaderClassName
{
color: #14222B;
}
.AnyTagClassName
{
color: #14222B;
}
</style>
background-color css
<style>
a { background-color: #14222B; }
a { background-color: rgb(20,34,43); }
div.DivClassName
{
background-color: #14222B;
}
.BgClassName
{
background-color: #14222B;
}
</style>
border-color css
<style>
span { border-color: #14222B; }
span { border-color: rgb(20,34,43); }
td.TdClassName
{
border-color: #14222B;
}
.TagClassName
{
border-color: #14222B;
}
</style>