Shades of Black Pearl #15191C
Tints of Black Pearl #15191C
RGB
CMYK
RGB Variations
Color information
#15191C (or 0x15191C) is known color: Black Pearl. HEX triplet: 15, 19 and 1C. RGB value is (21,25,28). Sum of RGB (Red+Green+Blue) = 21+25+28=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 28 - color contains mainly: blue. Hex color #15191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15191C is #EAE6E3. Grayscale: #181818. Windows color (decimal): -15394532 or 1841429. OLE color: 1841429.
HSL color Cylindrical-coordinate representation of color #15191C: hue angle of 205.71º 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 #15191C is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 25 | 28 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.89 |
| HSL | 205.71º | 0.14% | 0.1% | - |
| HSV(B) | 205.71º | 0.25% | 0.11% | - |
| XYZ | 0.87 | 0.94 | 1.23 | - |
| YUV | 24.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 28 | 0.25 | 0.11 | 0 | 0.89 | 205.71 | 0.14 | 0.1 |
| Hex | 15 | 19 | 1C | 19 | B | 0 | 59 | CE | E | A |
| Octal | 25 | 31 | 34 | 31 | 13 | 0 | 131 | 316 | 16 | 12 |
| Binary | 10101 | 11001 | 11100 | 11001 | 1011 | 0 | 1011001 | 11001110 | 1110 | 1010 |
Color Harmonies of #15191C
Complementary color
Monochromatic Colors of #15191C
Black with #15191C
Text Example
Text Example
White with #15191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15191C; }
p { color: rgb(21,25,28); }
H1.HeaderClassName
{
color: #15191C;
}
.AnyTagClassName
{
color: #15191C;
}
</style>
background-color css
<style>
a { background-color: #15191C; }
a { background-color: rgb(21,25,28); }
div.DivClassName
{
background-color: #15191C;
}
.BgClassName
{
background-color: #15191C;
}
</style>
border-color css
<style>
span { border-color: #15191C; }
span { border-color: rgb(21,25,28); }
td.TdClassName
{
border-color: #15191C;
}
.TagClassName
{
border-color: #15191C;
}
</style>