Shades of Black Pearl #131E1F
Tints of Black Pearl #131E1F
RGB
CMYK
RGB Variations
Color information
#131E1F (or 0x131E1F) is known color: Black Pearl. HEX triplet: 13, 1E and 1F. RGB value is (19,30,31). Sum of RGB (Red+Green+Blue) = 19+30+31=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #131E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E1F is #ECE1E0. Grayscale: #1A1A1A. Windows color (decimal): -15524321 or 2039315. OLE color: 2039315.
HSL color Cylindrical-coordinate representation of color #131E1F: hue angle of 185º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #131E1F is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 31 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.88 |
| HSL | 185º | 0.24% | 0.1% | - |
| HSV(B) | 185º | 0.39% | 0.12% | - |
| XYZ | 0.98 | 1.17 | 1.47 | - |
| YUV | 26.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 31 | 0.39 | 0.03 | 0 | 0.88 | 185 | 0.24 | 0.1 |
| Hex | 13 | 1E | 1F | 27 | 3 | 0 | 58 | B9 | 18 | A |
| Octal | 23 | 36 | 37 | 47 | 3 | 0 | 130 | 271 | 30 | 12 |
| Binary | 10011 | 11110 | 11111 | 100111 | 11 | 0 | 1011000 | 10111001 | 11000 | 1010 |
Color Harmonies of #131E1F
Complementary color
Monochromatic Colors of #131E1F
Black with #131E1F
Text Example
Text Example
White with #131E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E1F; }
p { color: rgb(19,30,31); }
H1.HeaderClassName
{
color: #131E1F;
}
.AnyTagClassName
{
color: #131E1F;
}
</style>
background-color css
<style>
a { background-color: #131E1F; }
a { background-color: rgb(19,30,31); }
div.DivClassName
{
background-color: #131E1F;
}
.BgClassName
{
background-color: #131E1F;
}
</style>
border-color css
<style>
span { border-color: #131E1F; }
span { border-color: rgb(19,30,31); }
td.TdClassName
{
border-color: #131E1F;
}
.TagClassName
{
border-color: #131E1F;
}
</style>