Shades of Black Pearl #13171C
Tints of Black Pearl #13171C
RGB
CMYK
RGB Variations
Color information
#13171C (or 0x13171C) is known color: Black Pearl. HEX triplet: 13, 17 and 1C. RGB value is (19,23,28). Sum of RGB (Red+Green+Blue) = 19+23+28=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #13171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13171C is #ECE8E3. Grayscale: #161616. Windows color (decimal): -15526116 or 1840915. OLE color: 1840915.
HSL color Cylindrical-coordinate representation of color #13171C: hue angle of 213.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #13171C is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 23 | 28 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.89 |
| HSL | 213.33º | 0.19% | 0.09% | - |
| HSV(B) | 213.33º | 0.32% | 0.11% | - |
| XYZ | 0.78 | 0.84 | 1.22 | - |
| YUV | 22.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 28 | 0.32 | 0.18 | 0 | 0.89 | 213.33 | 0.19 | 0.09 |
| Hex | 13 | 17 | 1C | 20 | 12 | 0 | 59 | D5 | 13 | 9 |
| Octal | 23 | 27 | 34 | 40 | 22 | 0 | 131 | 325 | 23 | 11 |
| Binary | 10011 | 10111 | 11100 | 100000 | 10010 | 0 | 1011001 | 11010101 | 10011 | 1001 |
Color Harmonies of #13171C
Complementary color
Monochromatic Colors of #13171C
Black with #13171C
Text Example
Text Example
White with #13171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13171C; }
p { color: rgb(19,23,28); }
H1.HeaderClassName
{
color: #13171C;
}
.AnyTagClassName
{
color: #13171C;
}
</style>
background-color css
<style>
a { background-color: #13171C; }
a { background-color: rgb(19,23,28); }
div.DivClassName
{
background-color: #13171C;
}
.BgClassName
{
background-color: #13171C;
}
</style>
border-color css
<style>
span { border-color: #13171C; }
span { border-color: rgb(19,23,28); }
td.TdClassName
{
border-color: #13171C;
}
.TagClassName
{
border-color: #13171C;
}
</style>