Shades of Black Pearl #131A23
Tints of Black Pearl #131A23
RGB
CMYK
RGB Variations
Color information
#131A23 (or 0x131A23) is known color: Black Pearl. HEX triplet: 13, 1A and 23. RGB value is (19,26,35). Sum of RGB (Red+Green+Blue) = 19+26+35=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #131A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A23 is #ECE5DC. Grayscale: #181818. Windows color (decimal): -15525341 or 2300435. OLE color: 2300435.
HSL color Cylindrical-coordinate representation of color #131A23: hue angle of 213.75º 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 #131A23 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 26 | 35 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.86 |
| HSL | 213.75º | 0.3% | 0.11% | - |
| HSV(B) | 213.75º | 0.46% | 0.14% | - |
| XYZ | 0.94 | 1 | 1.73 | - |
| YUV | 24.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 35 | 0.46 | 0.26 | 0 | 0.86 | 213.75 | 0.3 | 0.11 |
| Hex | 13 | 1A | 23 | 2E | 1A | 0 | 56 | D6 | 1E | B |
| Octal | 23 | 32 | 43 | 56 | 32 | 0 | 126 | 326 | 36 | 13 |
| Binary | 10011 | 11010 | 100011 | 101110 | 11010 | 0 | 1010110 | 11010110 | 11110 | 1011 |
Color Harmonies of #131A23
Complementary color
Monochromatic Colors of #131A23
Black with #131A23
Text Example
Text Example
White with #131A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A23; }
p { color: rgb(19,26,35); }
H1.HeaderClassName
{
color: #131A23;
}
.AnyTagClassName
{
color: #131A23;
}
</style>
background-color css
<style>
a { background-color: #131A23; }
a { background-color: rgb(19,26,35); }
div.DivClassName
{
background-color: #131A23;
}
.BgClassName
{
background-color: #131A23;
}
</style>
border-color css
<style>
span { border-color: #131A23; }
span { border-color: rgb(19,26,35); }
td.TdClassName
{
border-color: #131A23;
}
.TagClassName
{
border-color: #131A23;
}
</style>