Shades of Black Pearl #15181C
Tints of Black Pearl #15181C
RGB
CMYK
RGB Variations
Color information
#15181C (or 0x15181C) is known color: Black Pearl. HEX triplet: 15, 18 and 1C. RGB value is (21,24,28). Sum of RGB (Red+Green+Blue) = 21+24+28=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #15181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15181C is #EAE7E3. Grayscale: #171717. Windows color (decimal): -15394788 or 1841173. OLE color: 1841173.
HSL color Cylindrical-coordinate representation of color #15181C: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #15181C is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 24 | 28 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.89 |
| HSL | 214.29º | 0.14% | 0.1% | - |
| HSV(B) | 214.29º | 0.25% | 0.11% | - |
| XYZ | 0.85 | 0.9 | 1.23 | - |
| YUV | 23.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 28 | 0.25 | 0.14 | 0 | 0.89 | 214.29 | 0.14 | 0.1 |
| Hex | 15 | 18 | 1C | 19 | E | 0 | 59 | D6 | E | A |
| Octal | 25 | 30 | 34 | 31 | 16 | 0 | 131 | 326 | 16 | 12 |
| Binary | 10101 | 11000 | 11100 | 11001 | 1110 | 0 | 1011001 | 11010110 | 1110 | 1010 |
Color Harmonies of #15181C
Complementary color
Monochromatic Colors of #15181C
Black with #15181C
Text Example
Text Example
White with #15181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15181C; }
p { color: rgb(21,24,28); }
H1.HeaderClassName
{
color: #15181C;
}
.AnyTagClassName
{
color: #15181C;
}
</style>
background-color css
<style>
a { background-color: #15181C; }
a { background-color: rgb(21,24,28); }
div.DivClassName
{
background-color: #15181C;
}
.BgClassName
{
background-color: #15181C;
}
</style>
border-color css
<style>
span { border-color: #15181C; }
span { border-color: rgb(21,24,28); }
td.TdClassName
{
border-color: #15181C;
}
.TagClassName
{
border-color: #15181C;
}
</style>