Shades of Black Pearl #131D23
Tints of Black Pearl #131D23
RGB
CMYK
RGB Variations
Color information
#131D23 (or 0x131D23) is known color: Black Pearl. HEX triplet: 13, 1D and 23. RGB value is (19,29,35). Sum of RGB (Red+Green+Blue) = 19+29+35=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #131D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D23 is #ECE2DC. Grayscale: #1A1A1A. Windows color (decimal): -15524573 or 2301203. OLE color: 2301203.
HSL color Cylindrical-coordinate representation of color #131D23: hue angle of 202.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #131D23 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 29 | 35 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.86 |
| HSL | 202.5º | 0.3% | 0.11% | - |
| HSV(B) | 202.5º | 0.46% | 0.14% | - |
| XYZ | 1.01 | 1.14 | 1.76 | - |
| YUV | 26.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 35 | 0.46 | 0.17 | 0 | 0.86 | 202.5 | 0.3 | 0.11 |
| Hex | 13 | 1D | 23 | 2E | 11 | 0 | 56 | CA | 1E | B |
| Octal | 23 | 35 | 43 | 56 | 21 | 0 | 126 | 312 | 36 | 13 |
| Binary | 10011 | 11101 | 100011 | 101110 | 10001 | 0 | 1010110 | 11001010 | 11110 | 1011 |
Color Harmonies of #131D23
Complementary color
Monochromatic Colors of #131D23
Black with #131D23
Text Example
Text Example
White with #131D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D23; }
p { color: rgb(19,29,35); }
H1.HeaderClassName
{
color: #131D23;
}
.AnyTagClassName
{
color: #131D23;
}
</style>
background-color css
<style>
a { background-color: #131D23; }
a { background-color: rgb(19,29,35); }
div.DivClassName
{
background-color: #131D23;
}
.BgClassName
{
background-color: #131D23;
}
</style>
border-color css
<style>
span { border-color: #131D23; }
span { border-color: rgb(19,29,35); }
td.TdClassName
{
border-color: #131D23;
}
.TagClassName
{
border-color: #131D23;
}
</style>