Shades of Black Pearl #132531
Tints of Black Pearl #132531
RGB
CMYK
RGB Variations
Color information
#132531 (or 0x132531) is known color: Black Pearl. HEX triplet: 13, 25 and 31. RGB value is (19,37,49). Sum of RGB (Red+Green+Blue) = 19+37+49=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #132531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132531 is #ECDACE. Grayscale: #202020. Windows color (decimal): -15522511 or 3220755. OLE color: 3220755.
HSL color Cylindrical-coordinate representation of color #132531: hue angle of 204º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132531 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 37 | 49 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.81 |
| HSL | 204º | 0.44% | 0.13% | - |
| HSV(B) | 204º | 0.61% | 0.19% | - |
| XYZ | 1.48 | 1.68 | 3.15 | - |
| YUV | 32.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 49 | 0.61 | 0.24 | 0 | 0.81 | 204 | 0.44 | 0.13 |
| Hex | 13 | 25 | 31 | 3D | 18 | 0 | 51 | CC | 2C | D |
| Octal | 23 | 45 | 61 | 75 | 30 | 0 | 121 | 314 | 54 | 15 |
| Binary | 10011 | 100101 | 110001 | 111101 | 11000 | 0 | 1010001 | 11001100 | 101100 | 1101 |
Color Harmonies of #132531
Complementary color
Monochromatic Colors of #132531
Black with #132531
Text Example
Text Example
White with #132531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132531; }
p { color: rgb(19,37,49); }
H1.HeaderClassName
{
color: #132531;
}
.AnyTagClassName
{
color: #132531;
}
</style>
background-color css
<style>
a { background-color: #132531; }
a { background-color: rgb(19,37,49); }
div.DivClassName
{
background-color: #132531;
}
.BgClassName
{
background-color: #132531;
}
</style>
border-color css
<style>
span { border-color: #132531; }
span { border-color: rgb(19,37,49); }
td.TdClassName
{
border-color: #132531;
}
.TagClassName
{
border-color: #132531;
}
</style>