Shades of Black Pearl #14242D
Tints of Black Pearl #14242D
RGB
CMYK
RGB Variations
Color information
#14242D (or 0x14242D) is known color: Black Pearl. HEX triplet: 14, 24 and 2D. RGB value is (20,36,45). Sum of RGB (Red+Green+Blue) = 20+36+45=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #14242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14242D is #EBDBD2. Grayscale: #202020. Windows color (decimal): -15457235 or 2958356. OLE color: 2958356.
HSL color Cylindrical-coordinate representation of color #14242D: hue angle of 201.6º 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 #14242D is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 36 | 45 | - |
| CMYK | 0.56 | 0.2 | 0 | 0.82 |
| HSL | 201.6º | 0.38% | 0.13% | - |
| HSV(B) | 201.6º | 0.56% | 0.18% | - |
| XYZ | 1.39 | 1.6 | 2.72 | - |
| YUV | 32.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 45 | 0.56 | 0.2 | 0 | 0.82 | 201.6 | 0.38 | 0.13 |
| Hex | 14 | 24 | 2D | 38 | 14 | 0 | 52 | CA | 26 | D |
| Octal | 24 | 44 | 55 | 70 | 24 | 0 | 122 | 312 | 46 | 15 |
| Binary | 10100 | 100100 | 101101 | 111000 | 10100 | 0 | 1010010 | 11001010 | 100110 | 1101 |
Color Harmonies of #14242D
Complementary color
Monochromatic Colors of #14242D
Black with #14242D
Text Example
Text Example
White with #14242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14242D; }
p { color: rgb(20,36,45); }
H1.HeaderClassName
{
color: #14242D;
}
.AnyTagClassName
{
color: #14242D;
}
</style>
background-color css
<style>
a { background-color: #14242D; }
a { background-color: rgb(20,36,45); }
div.DivClassName
{
background-color: #14242D;
}
.BgClassName
{
background-color: #14242D;
}
</style>
border-color css
<style>
span { border-color: #14242D; }
span { border-color: rgb(20,36,45); }
td.TdClassName
{
border-color: #14242D;
}
.TagClassName
{
border-color: #14242D;
}
</style>