Shades of Black Pearl #131A1D
Tints of Black Pearl #131A1D
RGB
CMYK
RGB Variations
Color information
#131A1D (or 0x131A1D) is known color: Black Pearl. HEX triplet: 13, 1A and 1D. RGB value is (19,26,29). Sum of RGB (Red+Green+Blue) = 19+26+29=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #131A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A1D is #ECE5E2. Grayscale: #181818. Windows color (decimal): -15525347 or 1907219. OLE color: 1907219.
HSL color Cylindrical-coordinate representation of color #131A1D: hue angle of 198º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131A1D is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 19 | 26 | 29 | - |
CMYK | 0.34 | 0.10 | 0 | 0.89 |
HSL | 198º | 0.21% | 0.09% | - |
HSV(B) | 198º | 0.34% | 0.11% | - |
XYZ | 0.86 | 0.97 | 1.3 | - |
YUV | 24.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 26 | 29 | 0.34 | 0.10 | 0 | 0.89 | 198 | 0.21 | 0.09 |
Hex | 13 | 1A | 1D | 22 | A | 0 | 59 | C6 | 15 | 9 |
Octal | 23 | 32 | 35 | 42 | 12 | 0 | 131 | 306 | 25 | 11 |
Binary | 10011 | 11010 | 11101 | 100010 | 1010 | 0 | 1011001 | 11000110 | 10101 | 1001 |
Color Harmonies of #131A1D
Complementary color
Monochromatic Colors of #131A1D
Black with #131A1D
Text Example
Text Example
White with #131A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A1D; }
p { color: rgb(19,26,29); }
H1.HeaderClassName
{
color: #131A1D;
}
.AnyTagClassName
{
color: #131A1D;
}
</style>
background-color css
<style>
a { background-color: #131A1D; }
a { background-color: rgb(19,26,29); }
div.DivClassName
{
background-color: #131A1D;
}
.BgClassName
{
background-color: #131A1D;
}
</style>
border-color css
<style>
span { border-color: #131A1D; }
span { border-color: rgb(19,26,29); }
td.TdClassName
{
border-color: #131A1D;
}
.TagClassName
{
border-color: #131A1D;
}
</style>