Shades of Black Pearl #131D2C
Tints of Black Pearl #131D2C
RGB
CMYK
RGB Variations
Color information
#131D2C (or 0x131D2C) is known color: Black Pearl. HEX triplet: 13, 1D and 2C. RGB value is (19,29,44). Sum of RGB (Red+Green+Blue) = 19+29+44=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #131D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D2C is #ECE2D3. Grayscale: #1B1B1B. Windows color (decimal): -15524564 or 2891027. OLE color: 2891027.
HSL color Cylindrical-coordinate representation of color #131D2C: hue angle of 216º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #131D2C is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 29 | 44 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.83 |
| HSL | 216º | 0.4% | 0.12% | - |
| HSV(B) | 216º | 0.57% | 0.17% | - |
| XYZ | 1.16 | 1.2 | 2.55 | - |
| YUV | 27.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 44 | 0.57 | 0.34 | 0 | 0.83 | 216 | 0.4 | 0.12 |
| Hex | 13 | 1D | 2C | 39 | 22 | 0 | 53 | D8 | 28 | C |
| Octal | 23 | 35 | 54 | 71 | 42 | 0 | 123 | 330 | 50 | 14 |
| Binary | 10011 | 11101 | 101100 | 111001 | 100010 | 0 | 1010011 | 11011000 | 101000 | 1100 |
Color Harmonies of #131D2C
Complementary color
Monochromatic Colors of #131D2C
Black with #131D2C
Text Example
Text Example
White with #131D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D2C; }
p { color: rgb(19,29,44); }
H1.HeaderClassName
{
color: #131D2C;
}
.AnyTagClassName
{
color: #131D2C;
}
</style>
background-color css
<style>
a { background-color: #131D2C; }
a { background-color: rgb(19,29,44); }
div.DivClassName
{
background-color: #131D2C;
}
.BgClassName
{
background-color: #131D2C;
}
</style>
border-color css
<style>
span { border-color: #131D2C; }
span { border-color: rgb(19,29,44); }
td.TdClassName
{
border-color: #131D2C;
}
.TagClassName
{
border-color: #131D2C;
}
</style>