Shades of Black Pearl #151719
Tints of Black Pearl #151719
RGB
CMYK
RGB Variations
Color information
#151719 (or 0x151719) is known color: Black Pearl. HEX triplet: 15, 17 and 19. RGB value is (21,23,25). Sum of RGB (Red+Green+Blue) = 21+23+25=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 25 - color contains mainly: blue. Hex color #151719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151719 is #EAE8E6. Grayscale: #161616. Windows color (decimal): -15395047 or 1644309. OLE color: 1644309.
HSL color Cylindrical-coordinate representation of color #151719: hue angle of 210º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #151719 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 23 | 25 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.90 |
| HSL | 210º | 0.09% | 0.09% | - |
| HSV(B) | 210º | 0.16% | 0.1% | - |
| XYZ | 0.79 | 0.84 | 1.04 | - |
| YUV | 22.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 25 | 0.16 | 0.08 | 0 | 0.90 | 210 | 0.09 | 0.09 |
| Hex | 15 | 17 | 19 | 10 | 8 | 0 | 5A | D2 | 9 | 9 |
| Octal | 25 | 27 | 31 | 20 | 10 | 0 | 132 | 322 | 11 | 11 |
| Binary | 10101 | 10111 | 11001 | 10000 | 1000 | 0 | 1011010 | 11010010 | 1001 | 1001 |
Color Harmonies of #151719
Complementary color
Monochromatic Colors of #151719
Black with #151719
Text Example
Text Example
White with #151719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151719; }
p { color: rgb(21,23,25); }
H1.HeaderClassName
{
color: #151719;
}
.AnyTagClassName
{
color: #151719;
}
</style>
background-color css
<style>
a { background-color: #151719; }
a { background-color: rgb(21,23,25); }
div.DivClassName
{
background-color: #151719;
}
.BgClassName
{
background-color: #151719;
}
</style>
border-color css
<style>
span { border-color: #151719; }
span { border-color: rgb(21,23,25); }
td.TdClassName
{
border-color: #151719;
}
.TagClassName
{
border-color: #151719;
}
</style>