Shades of Black Pearl #15191B
Tints of Black Pearl #15191B
RGB
CMYK
RGB Variations
Color information
#15191B (or 0x15191B) is known color: Black Pearl. HEX triplet: 15, 19 and 1B. RGB value is (21,25,27). Sum of RGB (Red+Green+Blue) = 21+25+27=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 27 - color contains mainly: blue. Hex color #15191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15191B is #EAE6E4. Grayscale: #181818. Windows color (decimal): -15394533 or 1775893. OLE color: 1775893.
HSL color Cylindrical-coordinate representation of color #15191B: hue angle of 200º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #15191B is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 21 | 25 | 27 | - |
CMYK | 0.22 | 0.07 | 0 | 0.89 |
HSL | 200º | 0.13% | 0.09% | - |
HSV(B) | 200º | 0.22% | 0.11% | - |
XYZ | 0.85 | 0.93 | 1.17 | - |
YUV | 24.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 25 | 27 | 0.22 | 0.07 | 0 | 0.89 | 200 | 0.13 | 0.09 |
Hex | 15 | 19 | 1B | 16 | 7 | 0 | 59 | C8 | C | 9 |
Octal | 25 | 31 | 33 | 26 | 7 | 0 | 131 | 310 | 14 | 11 |
Binary | 10101 | 11001 | 11011 | 10110 | 111 | 0 | 1011001 | 11001000 | 1100 | 1001 |
Color Harmonies of #15191B
Complementary color
Monochromatic Colors of #15191B
Black with #15191B
Text Example
Text Example
White with #15191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15191B; }
p { color: rgb(21,25,27); }
H1.HeaderClassName
{
color: #15191B;
}
.AnyTagClassName
{
color: #15191B;
}
</style>
background-color css
<style>
a { background-color: #15191B; }
a { background-color: rgb(21,25,27); }
div.DivClassName
{
background-color: #15191B;
}
.BgClassName
{
background-color: #15191B;
}
</style>
border-color css
<style>
span { border-color: #15191B; }
span { border-color: rgb(21,25,27); }
td.TdClassName
{
border-color: #15191B;
}
.TagClassName
{
border-color: #15191B;
}
</style>