Shades of Black Pearl #13191C
Tints of Black Pearl #13191C
RGB
CMYK
RGB Variations
Color information
#13191C (or 0x13191C) is known color: Black Pearl. HEX triplet: 13, 19 and 1C. RGB value is (19,25,28). Sum of RGB (Red+Green+Blue) = 19+25+28=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #13191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13191C is #ECE6E3. Grayscale: #171717. Windows color (decimal): -15525604 or 1841427. OLE color: 1841427.
HSL color Cylindrical-coordinate representation of color #13191C: hue angle of 200º 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 #13191C is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 25 | 28 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.89 |
| HSL | 200º | 0.19% | 0.09% | - |
| HSV(B) | 200º | 0.32% | 0.11% | - |
| XYZ | 0.83 | 0.92 | 1.23 | - |
| YUV | 23.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 28 | 0.32 | 0.11 | 0 | 0.89 | 200 | 0.19 | 0.09 |
| Hex | 13 | 19 | 1C | 20 | B | 0 | 59 | C8 | 13 | 9 |
| Octal | 23 | 31 | 34 | 40 | 13 | 0 | 131 | 310 | 23 | 11 |
| Binary | 10011 | 11001 | 11100 | 100000 | 1011 | 0 | 1011001 | 11001000 | 10011 | 1001 |
Color Harmonies of #13191C
Complementary color
Monochromatic Colors of #13191C
Black with #13191C
Text Example
Text Example
White with #13191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13191C; }
p { color: rgb(19,25,28); }
H1.HeaderClassName
{
color: #13191C;
}
.AnyTagClassName
{
color: #13191C;
}
</style>
background-color css
<style>
a { background-color: #13191C; }
a { background-color: rgb(19,25,28); }
div.DivClassName
{
background-color: #13191C;
}
.BgClassName
{
background-color: #13191C;
}
</style>
border-color css
<style>
span { border-color: #13191C; }
span { border-color: rgb(19,25,28); }
td.TdClassName
{
border-color: #13191C;
}
.TagClassName
{
border-color: #13191C;
}
</style>