Shades of Black Pearl #14242C
Tints of Black Pearl #14242C
RGB
CMYK
RGB Variations
Color information
#14242C (or 0x14242C) is known color: Black Pearl. HEX triplet: 14, 24 and 2C. RGB value is (20,36,44). Sum of RGB (Red+Green+Blue) = 20+36+44=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #14242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14242C is #EBDBD3. Grayscale: #202020. Windows color (decimal): -15457236 or 2892820. OLE color: 2892820.
HSL color Cylindrical-coordinate representation of color #14242C: hue angle of 200º 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 #14242C is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 36 | 44 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.83 |
| HSL | 200º | 0.38% | 0.13% | - |
| HSV(B) | 200º | 0.55% | 0.17% | - |
| XYZ | 1.37 | 1.59 | 2.62 | - |
| YUV | 32.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 44 | 0.55 | 0.18 | 0 | 0.83 | 200 | 0.38 | 0.13 |
| Hex | 14 | 24 | 2C | 37 | 12 | 0 | 53 | C8 | 26 | D |
| Octal | 24 | 44 | 54 | 67 | 22 | 0 | 123 | 310 | 46 | 15 |
| Binary | 10100 | 100100 | 101100 | 110111 | 10010 | 0 | 1010011 | 11001000 | 100110 | 1101 |
Color Harmonies of #14242C
Complementary color
Monochromatic Colors of #14242C
Black with #14242C
Text Example
Text Example
White with #14242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14242C; }
p { color: rgb(20,36,44); }
H1.HeaderClassName
{
color: #14242C;
}
.AnyTagClassName
{
color: #14242C;
}
</style>
background-color css
<style>
a { background-color: #14242C; }
a { background-color: rgb(20,36,44); }
div.DivClassName
{
background-color: #14242C;
}
.BgClassName
{
background-color: #14242C;
}
</style>
border-color css
<style>
span { border-color: #14242C; }
span { border-color: rgb(20,36,44); }
td.TdClassName
{
border-color: #14242C;
}
.TagClassName
{
border-color: #14242C;
}
</style>