Shades of Black Pearl #132431
Tints of Black Pearl #132431
RGB
CMYK
RGB Variations
Color information
#132431 (or 0x132431) is known color: Black Pearl. HEX triplet: 13, 24 and 31. RGB value is (19,36,49). Sum of RGB (Red+Green+Blue) = 19+36+49=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #132431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132431 is #ECDBCE. Grayscale: #202020. Windows color (decimal): -15522767 or 3220499. OLE color: 3220499.
HSL color Cylindrical-coordinate representation of color #132431: hue angle of 206º 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 #132431 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 36 | 49 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.81 |
| HSL | 206º | 0.44% | 0.13% | - |
| HSV(B) | 206º | 0.61% | 0.19% | - |
| XYZ | 1.45 | 1.62 | 3.14 | - |
| YUV | 32.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 49 | 0.61 | 0.27 | 0 | 0.81 | 206 | 0.44 | 0.13 |
| Hex | 13 | 24 | 31 | 3D | 1B | 0 | 51 | CE | 2C | D |
| Octal | 23 | 44 | 61 | 75 | 33 | 0 | 121 | 316 | 54 | 15 |
| Binary | 10011 | 100100 | 110001 | 111101 | 11011 | 0 | 1010001 | 11001110 | 101100 | 1101 |
Color Harmonies of #132431
Complementary color
Monochromatic Colors of #132431
Black with #132431
Text Example
Text Example
White with #132431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132431; }
p { color: rgb(19,36,49); }
H1.HeaderClassName
{
color: #132431;
}
.AnyTagClassName
{
color: #132431;
}
</style>
background-color css
<style>
a { background-color: #132431; }
a { background-color: rgb(19,36,49); }
div.DivClassName
{
background-color: #132431;
}
.BgClassName
{
background-color: #132431;
}
</style>
border-color css
<style>
span { border-color: #132431; }
span { border-color: rgb(19,36,49); }
td.TdClassName
{
border-color: #132431;
}
.TagClassName
{
border-color: #132431;
}
</style>