Shades of Black Pearl #14242A
Tints of Black Pearl #14242A
RGB
CMYK
RGB Variations
Color information
#14242A (or 0x14242A) is known color: Black Pearl. HEX triplet: 14, 24 and 2A. RGB value is (20,36,42). Sum of RGB (Red+Green+Blue) = 20+36+42=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #14242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14242A is #EBDBD5. Grayscale: #1F1F1F. Windows color (decimal): -15457238 or 2761748. OLE color: 2761748.
HSL color Cylindrical-coordinate representation of color #14242A: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14242A is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 36 | 42 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.84 |
| HSL | 196.36º | 0.35% | 0.12% | - |
| HSV(B) | 196.36º | 0.52% | 0.16% | - |
| XYZ | 1.34 | 1.58 | 2.42 | - |
| YUV | 31.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 42 | 0.52 | 0.14 | 0 | 0.84 | 196.36 | 0.35 | 0.12 |
| Hex | 14 | 24 | 2A | 34 | E | 0 | 54 | C4 | 23 | C |
| Octal | 24 | 44 | 52 | 64 | 16 | 0 | 124 | 304 | 43 | 14 |
| Binary | 10100 | 100100 | 101010 | 110100 | 1110 | 0 | 1010100 | 11000100 | 100011 | 1100 |
Color Harmonies of #14242A
Complementary color
Monochromatic Colors of #14242A
Black with #14242A
Text Example
Text Example
White with #14242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14242A; }
p { color: rgb(20,36,42); }
H1.HeaderClassName
{
color: #14242A;
}
.AnyTagClassName
{
color: #14242A;
}
</style>
background-color css
<style>
a { background-color: #14242A; }
a { background-color: rgb(20,36,42); }
div.DivClassName
{
background-color: #14242A;
}
.BgClassName
{
background-color: #14242A;
}
</style>
border-color css
<style>
span { border-color: #14242A; }
span { border-color: rgb(20,36,42); }
td.TdClassName
{
border-color: #14242A;
}
.TagClassName
{
border-color: #14242A;
}
</style>