Shades of Black Pearl #14262D
Tints of Black Pearl #14262D
RGB
CMYK
RGB Variations
Color information
#14262D (or 0x14262D) is known color: Black Pearl. HEX triplet: 14, 26 and 2D. RGB value is (20,38,45). Sum of RGB (Red+Green+Blue) = 20+38+45=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #14262D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14262D is #EBD9D2. Grayscale: #212121. Windows color (decimal): -15456723 or 2958868. OLE color: 2958868.
HSL color Cylindrical-coordinate representation of color #14262D: hue angle of 196.8º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #14262D is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 38 | 45 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.82 |
| HSL | 196.8º | 0.38% | 0.13% | - |
| HSV(B) | 196.8º | 0.56% | 0.18% | - |
| XYZ | 1.46 | 1.72 | 2.74 | - |
| YUV | 33.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 45 | 0.56 | 0.16 | 0 | 0.82 | 196.8 | 0.38 | 0.13 |
| Hex | 14 | 26 | 2D | 38 | 10 | 0 | 52 | C5 | 26 | D |
| Octal | 24 | 46 | 55 | 70 | 20 | 0 | 122 | 305 | 46 | 15 |
| Binary | 10100 | 100110 | 101101 | 111000 | 10000 | 0 | 1010010 | 11000101 | 100110 | 1101 |
Color Harmonies of #14262D
Complementary color
Monochromatic Colors of #14262D
Black with #14262D
Text Example
Text Example
White with #14262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14262D; }
p { color: rgb(20,38,45); }
H1.HeaderClassName
{
color: #14262D;
}
.AnyTagClassName
{
color: #14262D;
}
</style>
background-color css
<style>
a { background-color: #14262D; }
a { background-color: rgb(20,38,45); }
div.DivClassName
{
background-color: #14262D;
}
.BgClassName
{
background-color: #14262D;
}
</style>
border-color css
<style>
span { border-color: #14262D; }
span { border-color: rgb(20,38,45); }
td.TdClassName
{
border-color: #14262D;
}
.TagClassName
{
border-color: #14262D;
}
</style>