Shades of Black Pearl #131517
Tints of Black Pearl #131517
RGB
CMYK
RGB Variations
Color information
#131517 (or 0x131517) is known color: Black Pearl. HEX triplet: 13, 15 and 17. RGB value is (19,21,23). Sum of RGB (Red+Green+Blue) = 19+21+23=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 23 - color contains mainly: blue. Hex color #131517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131517 is #ECEAE8. Grayscale: #141414. Windows color (decimal): -15526633 or 1512723. OLE color: 1512723.
HSL color Cylindrical-coordinate representation of color #131517: hue angle of 210º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #131517 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 21 | 23 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.91 |
| HSL | 210º | 0.1% | 0.08% | - |
| HSV(B) | 210º | 0.17% | 0.09% | - |
| XYZ | 0.69 | 0.74 | 0.92 | - |
| YUV | 20.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 23 | 0.17 | 0.09 | 0 | 0.91 | 210 | 0.1 | 0.08 |
| Hex | 13 | 15 | 17 | 11 | 9 | 0 | 5B | D2 | A | 8 |
| Octal | 23 | 25 | 27 | 21 | 11 | 0 | 133 | 322 | 12 | 10 |
| Binary | 10011 | 10101 | 10111 | 10001 | 1001 | 0 | 1011011 | 11010010 | 1010 | 1000 |
Color Harmonies of #131517
Complementary color
Monochromatic Colors of #131517
Black with #131517
Text Example
Text Example
White with #131517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131517; }
p { color: rgb(19,21,23); }
H1.HeaderClassName
{
color: #131517;
}
.AnyTagClassName
{
color: #131517;
}
</style>
background-color css
<style>
a { background-color: #131517; }
a { background-color: rgb(19,21,23); }
div.DivClassName
{
background-color: #131517;
}
.BgClassName
{
background-color: #131517;
}
</style>
border-color css
<style>
span { border-color: #131517; }
span { border-color: rgb(19,21,23); }
td.TdClassName
{
border-color: #131517;
}
.TagClassName
{
border-color: #131517;
}
</style>