Shades of Black Pearl #132832
Tints of Black Pearl #132832
RGB
CMYK
RGB Variations
Color information
#132832 (or 0x132832) is known color: Black Pearl. HEX triplet: 13, 28 and 32. RGB value is (19,40,50). Sum of RGB (Red+Green+Blue) = 19+40+50=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #132832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132832 is #ECD7CD. Grayscale: #222222. Windows color (decimal): -15521742 or 3287059. OLE color: 3287059.
HSL color Cylindrical-coordinate representation of color #132832: hue angle of 199.35º 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 #132832 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 40 | 50 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.80 |
| HSL | 199.35º | 0.45% | 0.14% | - |
| HSV(B) | 199.35º | 0.62% | 0.2% | - |
| XYZ | 1.6 | 1.89 | 3.3 | - |
| YUV | 34.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 50 | 0.62 | 0.20 | 0 | 0.80 | 199.35 | 0.45 | 0.14 |
| Hex | 13 | 28 | 32 | 3E | 14 | 0 | 50 | C7 | 2D | E |
| Octal | 23 | 50 | 62 | 76 | 24 | 0 | 120 | 307 | 55 | 16 |
| Binary | 10011 | 101000 | 110010 | 111110 | 10100 | 0 | 1010000 | 11000111 | 101101 | 1110 |
Color Harmonies of #132832
Complementary color
Monochromatic Colors of #132832
Black with #132832
Text Example
Text Example
White with #132832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132832; }
p { color: rgb(19,40,50); }
H1.HeaderClassName
{
color: #132832;
}
.AnyTagClassName
{
color: #132832;
}
</style>
background-color css
<style>
a { background-color: #132832; }
a { background-color: rgb(19,40,50); }
div.DivClassName
{
background-color: #132832;
}
.BgClassName
{
background-color: #132832;
}
</style>
border-color css
<style>
span { border-color: #132832; }
span { border-color: rgb(19,40,50); }
td.TdClassName
{
border-color: #132832;
}
.TagClassName
{
border-color: #132832;
}
</style>