Shades of Black Pearl #131C23
Tints of Black Pearl #131C23
RGB
CMYK
RGB Variations
Color information
#131C23 (or 0x131C23) is known color: Black Pearl. HEX triplet: 13, 1C and 23. RGB value is (19,28,35). Sum of RGB (Red+Green+Blue) = 19+28+35=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #131C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C23 is #ECE3DC. Grayscale: #1A1A1A. Windows color (decimal): -15524829 or 2300947. OLE color: 2300947.
HSL color Cylindrical-coordinate representation of color #131C23: hue angle of 206.25º 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 #131C23 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 28 | 35 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.86 |
| HSL | 206.25º | 0.3% | 0.11% | - |
| HSV(B) | 206.25º | 0.46% | 0.14% | - |
| XYZ | 0.99 | 1.09 | 1.75 | - |
| YUV | 26.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 35 | 0.46 | 0.20 | 0 | 0.86 | 206.25 | 0.3 | 0.11 |
| Hex | 13 | 1C | 23 | 2E | 14 | 0 | 56 | CE | 1E | B |
| Octal | 23 | 34 | 43 | 56 | 24 | 0 | 126 | 316 | 36 | 13 |
| Binary | 10011 | 11100 | 100011 | 101110 | 10100 | 0 | 1010110 | 11001110 | 11110 | 1011 |
Color Harmonies of #131C23
Complementary color
Monochromatic Colors of #131C23
Black with #131C23
Text Example
Text Example
White with #131C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C23; }
p { color: rgb(19,28,35); }
H1.HeaderClassName
{
color: #131C23;
}
.AnyTagClassName
{
color: #131C23;
}
</style>
background-color css
<style>
a { background-color: #131C23; }
a { background-color: rgb(19,28,35); }
div.DivClassName
{
background-color: #131C23;
}
.BgClassName
{
background-color: #131C23;
}
</style>
border-color css
<style>
span { border-color: #131C23; }
span { border-color: rgb(19,28,35); }
td.TdClassName
{
border-color: #131C23;
}
.TagClassName
{
border-color: #131C23;
}
</style>