Shades of Black Pearl #131C27
Tints of Black Pearl #131C27
RGB
CMYK
RGB Variations
Color information
#131C27 (or 0x131C27) is known color: Black Pearl. HEX triplet: 13, 1C and 27. RGB value is (19,28,39). Sum of RGB (Red+Green+Blue) = 19+28+39=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #131C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C27 is #ECE3D8. Grayscale: #1A1A1A. Windows color (decimal): -15524825 or 2563091. OLE color: 2563091.
HSL color Cylindrical-coordinate representation of color #131C27: hue angle of 213º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #131C27 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 28 | 39 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.85 |
| HSL | 213º | 0.34% | 0.11% | - |
| HSV(B) | 213º | 0.51% | 0.15% | - |
| XYZ | 1.05 | 1.12 | 2.08 | - |
| YUV | 26.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 39 | 0.51 | 0.28 | 0 | 0.85 | 213 | 0.34 | 0.11 |
| Hex | 13 | 1C | 27 | 33 | 1C | 0 | 55 | D5 | 22 | B |
| Octal | 23 | 34 | 47 | 63 | 34 | 0 | 125 | 325 | 42 | 13 |
| Binary | 10011 | 11100 | 100111 | 110011 | 11100 | 0 | 1010101 | 11010101 | 100010 | 1011 |
Color Harmonies of #131C27
Complementary color
Monochromatic Colors of #131C27
Black with #131C27
Text Example
Text Example
White with #131C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C27; }
p { color: rgb(19,28,39); }
H1.HeaderClassName
{
color: #131C27;
}
.AnyTagClassName
{
color: #131C27;
}
</style>
background-color css
<style>
a { background-color: #131C27; }
a { background-color: rgb(19,28,39); }
div.DivClassName
{
background-color: #131C27;
}
.BgClassName
{
background-color: #131C27;
}
</style>
border-color css
<style>
span { border-color: #131C27; }
span { border-color: rgb(19,28,39); }
td.TdClassName
{
border-color: #131C27;
}
.TagClassName
{
border-color: #131C27;
}
</style>