Shades of Black Pearl #14282F
Tints of Black Pearl #14282F
RGB
CMYK
RGB Variations
Color information
#14282F (or 0x14282F) is known color: Black Pearl. HEX triplet: 14, 28 and 2F. RGB value is (20,40,47). Sum of RGB (Red+Green+Blue) = 20+40+47=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #14282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14282F is #EBD7D0. Grayscale: #222222. Windows color (decimal): -15456209 or 3090452. OLE color: 3090452.
HSL color Cylindrical-coordinate representation of color #14282F: hue angle of 195.56º 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 #14282F is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 40 | 47 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.82 |
| HSL | 195.56º | 0.4% | 0.13% | - |
| HSV(B) | 195.56º | 0.57% | 0.18% | - |
| XYZ | 1.56 | 1.87 | 2.97 | - |
| YUV | 34.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 47 | 0.57 | 0.15 | 0 | 0.82 | 195.56 | 0.4 | 0.13 |
| Hex | 14 | 28 | 2F | 39 | F | 0 | 52 | C4 | 28 | D |
| Octal | 24 | 50 | 57 | 71 | 17 | 0 | 122 | 304 | 50 | 15 |
| Binary | 10100 | 101000 | 101111 | 111001 | 1111 | 0 | 1010010 | 11000100 | 101000 | 1101 |
Color Harmonies of #14282F
Complementary color
Monochromatic Colors of #14282F
Black with #14282F
Text Example
Text Example
White with #14282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14282F; }
p { color: rgb(20,40,47); }
H1.HeaderClassName
{
color: #14282F;
}
.AnyTagClassName
{
color: #14282F;
}
</style>
background-color css
<style>
a { background-color: #14282F; }
a { background-color: rgb(20,40,47); }
div.DivClassName
{
background-color: #14282F;
}
.BgClassName
{
background-color: #14282F;
}
</style>
border-color css
<style>
span { border-color: #14282F; }
span { border-color: rgb(20,40,47); }
td.TdClassName
{
border-color: #14282F;
}
.TagClassName
{
border-color: #14282F;
}
</style>