Shades of Black Pearl #131C1E
Tints of Black Pearl #131C1E
RGB
CMYK
RGB Variations
Color information
#131C1E (or 0x131C1E) is known color: Black Pearl. HEX triplet: 13, 1C and 1E. RGB value is (19,28,30). Sum of RGB (Red+Green+Blue) = 19+28+30=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #131C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C1E is #ECE3E1. Grayscale: #191919. Windows color (decimal): -15524834 or 1973267. OLE color: 1973267.
HSL color Cylindrical-coordinate representation of color #131C1E: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131C1E is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 28 | 30 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.88 |
| HSL | 190.91º | 0.22% | 0.1% | - |
| HSV(B) | 190.91º | 0.37% | 0.12% | - |
| XYZ | 0.92 | 1.06 | 1.39 | - |
| YUV | 25.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 30 | 0.37 | 0.07 | 0 | 0.88 | 190.91 | 0.22 | 0.1 |
| Hex | 13 | 1C | 1E | 25 | 7 | 0 | 58 | BF | 16 | A |
| Octal | 23 | 34 | 36 | 45 | 7 | 0 | 130 | 277 | 26 | 12 |
| Binary | 10011 | 11100 | 11110 | 100101 | 111 | 0 | 1011000 | 10111111 | 10110 | 1010 |
Color Harmonies of #131C1E
Complementary color
Monochromatic Colors of #131C1E
Black with #131C1E
Text Example
Text Example
White with #131C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C1E; }
p { color: rgb(19,28,30); }
H1.HeaderClassName
{
color: #131C1E;
}
.AnyTagClassName
{
color: #131C1E;
}
</style>
background-color css
<style>
a { background-color: #131C1E; }
a { background-color: rgb(19,28,30); }
div.DivClassName
{
background-color: #131C1E;
}
.BgClassName
{
background-color: #131C1E;
}
</style>
border-color css
<style>
span { border-color: #131C1E; }
span { border-color: rgb(19,28,30); }
td.TdClassName
{
border-color: #131C1E;
}
.TagClassName
{
border-color: #131C1E;
}
</style>