Shades of Black Pearl #14212B
Tints of Black Pearl #14212B
RGB
CMYK
RGB Variations
Color information
#14212B (or 0x14212B) is known color: Black Pearl. HEX triplet: 14, 21 and 2B. RGB value is (20,33,43). Sum of RGB (Red+Green+Blue) = 20+33+43=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #14212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14212B is #EBDED4. Grayscale: #1E1E1E. Windows color (decimal): -15458005 or 2826516. OLE color: 2826516.
HSL color Cylindrical-coordinate representation of color #14212B: hue angle of 206.09º 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 #14212B is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 33 | 43 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.83 |
| HSL | 206.09º | 0.37% | 0.12% | - |
| HSV(B) | 206.09º | 0.53% | 0.17% | - |
| XYZ | 1.27 | 1.41 | 2.49 | - |
| YUV | 30.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 43 | 0.53 | 0.23 | 0 | 0.83 | 206.09 | 0.37 | 0.12 |
| Hex | 14 | 21 | 2B | 35 | 17 | 0 | 53 | CE | 25 | C |
| Octal | 24 | 41 | 53 | 65 | 27 | 0 | 123 | 316 | 45 | 14 |
| Binary | 10100 | 100001 | 101011 | 110101 | 10111 | 0 | 1010011 | 11001110 | 100101 | 1100 |
Color Harmonies of #14212B
Complementary color
Monochromatic Colors of #14212B
Black with #14212B
Text Example
Text Example
White with #14212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14212B; }
p { color: rgb(20,33,43); }
H1.HeaderClassName
{
color: #14212B;
}
.AnyTagClassName
{
color: #14212B;
}
</style>
background-color css
<style>
a { background-color: #14212B; }
a { background-color: rgb(20,33,43); }
div.DivClassName
{
background-color: #14212B;
}
.BgClassName
{
background-color: #14212B;
}
</style>
border-color css
<style>
span { border-color: #14212B; }
span { border-color: rgb(20,33,43); }
td.TdClassName
{
border-color: #14212B;
}
.TagClassName
{
border-color: #14212B;
}
</style>