Shades of Black Pearl #13181B
Tints of Black Pearl #13181B
RGB
CMYK
RGB Variations
Color information
#13181B (or 0x13181B) is known color: Black Pearl. HEX triplet: 13, 18 and 1B. RGB value is (19,24,27). Sum of RGB (Red+Green+Blue) = 19+24+27=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #13181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181B is #ECE7E4. Grayscale: #161616. Windows color (decimal): -15525861 or 1775635. OLE color: 1775635.
HSL color Cylindrical-coordinate representation of color #13181B: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13181B is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 24 | 27 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.89 |
| HSL | 202.5º | 0.17% | 0.09% | - |
| HSV(B) | 202.5º | 0.3% | 0.11% | - |
| XYZ | 0.79 | 0.87 | 1.16 | - |
| YUV | 22.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 27 | 0.30 | 0.11 | 0 | 0.89 | 202.5 | 0.17 | 0.09 |
| Hex | 13 | 18 | 1B | 1E | B | 0 | 59 | CA | 11 | 9 |
| Octal | 23 | 30 | 33 | 36 | 13 | 0 | 131 | 312 | 21 | 11 |
| Binary | 10011 | 11000 | 11011 | 11110 | 1011 | 0 | 1011001 | 11001010 | 10001 | 1001 |
Color Harmonies of #13181B
Complementary color
Monochromatic Colors of #13181B
Black with #13181B
Text Example
Text Example
White with #13181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13181B; }
p { color: rgb(19,24,27); }
H1.HeaderClassName
{
color: #13181B;
}
.AnyTagClassName
{
color: #13181B;
}
</style>
background-color css
<style>
a { background-color: #13181B; }
a { background-color: rgb(19,24,27); }
div.DivClassName
{
background-color: #13181B;
}
.BgClassName
{
background-color: #13181B;
}
</style>
border-color css
<style>
span { border-color: #13181B; }
span { border-color: rgb(19,24,27); }
td.TdClassName
{
border-color: #13181B;
}
.TagClassName
{
border-color: #13181B;
}
</style>