Shades of Black Pearl #15191E
Tints of Black Pearl #15191E
RGB
CMYK
RGB Variations
Color information
#15191E (or 0x15191E) is known color: Black Pearl. HEX triplet: 15, 19 and 1E. RGB value is (21,25,30). Sum of RGB (Red+Green+Blue) = 21+25+30=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #15191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15191E is #EAE6E1. Grayscale: #181818. Windows color (decimal): -15394530 or 1972501. OLE color: 1972501.
HSL color Cylindrical-coordinate representation of color #15191E: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #15191E is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 25 | 30 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.88 |
| HSL | 213.33º | 0.18% | 0.1% | - |
| HSV(B) | 213.33º | 0.3% | 0.12% | - |
| XYZ | 0.89 | 0.95 | 1.36 | - |
| YUV | 24.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 30 | 0.30 | 0.17 | 0 | 0.88 | 213.33 | 0.18 | 0.1 |
| Hex | 15 | 19 | 1E | 1E | 11 | 0 | 58 | D5 | 12 | A |
| Octal | 25 | 31 | 36 | 36 | 21 | 0 | 130 | 325 | 22 | 12 |
| Binary | 10101 | 11001 | 11110 | 11110 | 10001 | 0 | 1011000 | 11010101 | 10010 | 1010 |
Color Harmonies of #15191E
Complementary color
Monochromatic Colors of #15191E
Black with #15191E
Text Example
Text Example
White with #15191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15191E; }
p { color: rgb(21,25,30); }
H1.HeaderClassName
{
color: #15191E;
}
.AnyTagClassName
{
color: #15191E;
}
</style>
background-color css
<style>
a { background-color: #15191E; }
a { background-color: rgb(21,25,30); }
div.DivClassName
{
background-color: #15191E;
}
.BgClassName
{
background-color: #15191E;
}
</style>
border-color css
<style>
span { border-color: #15191E; }
span { border-color: rgb(21,25,30); }
td.TdClassName
{
border-color: #15191E;
}
.TagClassName
{
border-color: #15191E;
}
</style>