Shades of Black Pearl #14242B
Tints of Black Pearl #14242B
RGB
CMYK
RGB Variations
Color information
#14242B (or 0x14242B) is known color: Black Pearl. HEX triplet: 14, 24 and 2B. RGB value is (20,36,43). Sum of RGB (Red+Green+Blue) = 20+36+43=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #14242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14242B is #EBDBD4. Grayscale: #1F1F1F. Windows color (decimal): -15457237 or 2827284. OLE color: 2827284.
HSL color Cylindrical-coordinate representation of color #14242B: hue angle of 198.26º 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 #14242B is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 36 | 43 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.83 |
| HSL | 198.26º | 0.37% | 0.12% | - |
| HSV(B) | 198.26º | 0.53% | 0.17% | - |
| XYZ | 1.36 | 1.58 | 2.52 | - |
| YUV | 32.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 43 | 0.53 | 0.16 | 0 | 0.83 | 198.26 | 0.37 | 0.12 |
| Hex | 14 | 24 | 2B | 35 | 10 | 0 | 53 | C6 | 25 | C |
| Octal | 24 | 44 | 53 | 65 | 20 | 0 | 123 | 306 | 45 | 14 |
| Binary | 10100 | 100100 | 101011 | 110101 | 10000 | 0 | 1010011 | 11000110 | 100101 | 1100 |
Color Harmonies of #14242B
Complementary color
Monochromatic Colors of #14242B
Black with #14242B
Text Example
Text Example
White with #14242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14242B; }
p { color: rgb(20,36,43); }
H1.HeaderClassName
{
color: #14242B;
}
.AnyTagClassName
{
color: #14242B;
}
</style>
background-color css
<style>
a { background-color: #14242B; }
a { background-color: rgb(20,36,43); }
div.DivClassName
{
background-color: #14242B;
}
.BgClassName
{
background-color: #14242B;
}
</style>
border-color css
<style>
span { border-color: #14242B; }
span { border-color: rgb(20,36,43); }
td.TdClassName
{
border-color: #14242B;
}
.TagClassName
{
border-color: #14242B;
}
</style>