Shades of Black Pearl #14282B
Tints of Black Pearl #14282B
RGB
CMYK
RGB Variations
Color information
#14282B (or 0x14282B) is known color: Black Pearl. HEX triplet: 14, 28 and 2B. RGB value is (20,40,43). Sum of RGB (Red+Green+Blue) = 20+40+43=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #14282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14282B is #EBD7D4. Grayscale: #222222. Windows color (decimal): -15456213 or 2828308. OLE color: 2828308.
HSL color Cylindrical-coordinate representation of color #14282B: hue angle of 187.83º 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 #14282B is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 40 | 43 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.83 |
| HSL | 187.83º | 0.37% | 0.12% | - |
| HSV(B) | 187.83º | 0.53% | 0.17% | - |
| XYZ | 1.48 | 1.84 | 2.56 | - |
| YUV | 34.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 43 | 0.53 | 0.07 | 0 | 0.83 | 187.83 | 0.37 | 0.12 |
| Hex | 14 | 28 | 2B | 35 | 7 | 0 | 53 | BC | 25 | C |
| Octal | 24 | 50 | 53 | 65 | 7 | 0 | 123 | 274 | 45 | 14 |
| Binary | 10100 | 101000 | 101011 | 110101 | 111 | 0 | 1010011 | 10111100 | 100101 | 1100 |
Color Harmonies of #14282B
Complementary color
Monochromatic Colors of #14282B
Black with #14282B
Text Example
Text Example
White with #14282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14282B; }
p { color: rgb(20,40,43); }
H1.HeaderClassName
{
color: #14282B;
}
.AnyTagClassName
{
color: #14282B;
}
</style>
background-color css
<style>
a { background-color: #14282B; }
a { background-color: rgb(20,40,43); }
div.DivClassName
{
background-color: #14282B;
}
.BgClassName
{
background-color: #14282B;
}
</style>
border-color css
<style>
span { border-color: #14282B; }
span { border-color: rgb(20,40,43); }
td.TdClassName
{
border-color: #14282B;
}
.TagClassName
{
border-color: #14282B;
}
</style>