Shades of Black Pearl #14272F
Tints of Black Pearl #14272F
RGB
CMYK
RGB Variations
Color information
#14272F (or 0x14272F) is known color: Black Pearl. HEX triplet: 14, 27 and 2F. RGB value is (20,39,47). Sum of RGB (Red+Green+Blue) = 20+39+47=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #14272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14272F is #EBD8D0. Grayscale: #222222. Windows color (decimal): -15456465 or 3090196. OLE color: 3090196.
HSL color Cylindrical-coordinate representation of color #14272F: hue angle of 197.78º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14272F is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 39 | 47 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.82 |
| HSL | 197.78º | 0.4% | 0.13% | - |
| HSV(B) | 197.78º | 0.57% | 0.18% | - |
| XYZ | 1.53 | 1.8 | 2.96 | - |
| YUV | 34.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 47 | 0.57 | 0.17 | 0 | 0.82 | 197.78 | 0.4 | 0.13 |
| Hex | 14 | 27 | 2F | 39 | 11 | 0 | 52 | C6 | 28 | D |
| Octal | 24 | 47 | 57 | 71 | 21 | 0 | 122 | 306 | 50 | 15 |
| Binary | 10100 | 100111 | 101111 | 111001 | 10001 | 0 | 1010010 | 11000110 | 101000 | 1101 |
Color Harmonies of #14272F
Complementary color
Monochromatic Colors of #14272F
Black with #14272F
Text Example
Text Example
White with #14272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14272F; }
p { color: rgb(20,39,47); }
H1.HeaderClassName
{
color: #14272F;
}
.AnyTagClassName
{
color: #14272F;
}
</style>
background-color css
<style>
a { background-color: #14272F; }
a { background-color: rgb(20,39,47); }
div.DivClassName
{
background-color: #14272F;
}
.BgClassName
{
background-color: #14272F;
}
</style>
border-color css
<style>
span { border-color: #14272F; }
span { border-color: rgb(20,39,47); }
td.TdClassName
{
border-color: #14272F;
}
.TagClassName
{
border-color: #14272F;
}
</style>