Shades of Black Pearl #132932
Tints of Black Pearl #132932
RGB
CMYK
RGB Variations
Color information
#132932 (or 0x132932) is known color: Black Pearl. HEX triplet: 13, 29 and 32. RGB value is (19,41,50). Sum of RGB (Red+Green+Blue) = 19+41+50=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #132932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132932 is #ECD6CD. Grayscale: #232323. Windows color (decimal): -15521486 or 3287315. OLE color: 3287315.
HSL color Cylindrical-coordinate representation of color #132932: hue angle of 197.42º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #132932 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 41 | 50 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.80 |
| HSL | 197.42º | 0.45% | 0.14% | - |
| HSV(B) | 197.42º | 0.62% | 0.2% | - |
| XYZ | 1.64 | 1.95 | 3.31 | - |
| YUV | 35.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 50 | 0.62 | 0.18 | 0 | 0.80 | 197.42 | 0.45 | 0.14 |
| Hex | 13 | 29 | 32 | 3E | 12 | 0 | 50 | C5 | 2D | E |
| Octal | 23 | 51 | 62 | 76 | 22 | 0 | 120 | 305 | 55 | 16 |
| Binary | 10011 | 101001 | 110010 | 111110 | 10010 | 0 | 1010000 | 11000101 | 101101 | 1110 |
Color Harmonies of #132932
Complementary color
Monochromatic Colors of #132932
Black with #132932
Text Example
Text Example
White with #132932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132932; }
p { color: rgb(19,41,50); }
H1.HeaderClassName
{
color: #132932;
}
.AnyTagClassName
{
color: #132932;
}
</style>
background-color css
<style>
a { background-color: #132932; }
a { background-color: rgb(19,41,50); }
div.DivClassName
{
background-color: #132932;
}
.BgClassName
{
background-color: #132932;
}
</style>
border-color css
<style>
span { border-color: #132932; }
span { border-color: rgb(19,41,50); }
td.TdClassName
{
border-color: #132932;
}
.TagClassName
{
border-color: #132932;
}
</style>