Shades of Black Pearl #132732
Tints of Black Pearl #132732
RGB
CMYK
RGB Variations
Color information
#132732 (or 0x132732) is known color: Black Pearl. HEX triplet: 13, 27 and 32. RGB value is (19,39,50). Sum of RGB (Red+Green+Blue) = 19+39+50=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #132732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132732 is #ECD8CD. Grayscale: #222222. Windows color (decimal): -15521998 or 3286803. OLE color: 3286803.
HSL color Cylindrical-coordinate representation of color #132732: hue angle of 201.29º 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 #132732 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 39 | 50 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.80 |
| HSL | 201.29º | 0.45% | 0.14% | - |
| HSV(B) | 201.29º | 0.62% | 0.2% | - |
| XYZ | 1.57 | 1.82 | 3.29 | - |
| YUV | 34.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 50 | 0.62 | 0.22 | 0 | 0.80 | 201.29 | 0.45 | 0.14 |
| Hex | 13 | 27 | 32 | 3E | 16 | 0 | 50 | C9 | 2D | E |
| Octal | 23 | 47 | 62 | 76 | 26 | 0 | 120 | 311 | 55 | 16 |
| Binary | 10011 | 100111 | 110010 | 111110 | 10110 | 0 | 1010000 | 11001001 | 101101 | 1110 |
Color Harmonies of #132732
Complementary color
Monochromatic Colors of #132732
Black with #132732
Text Example
Text Example
White with #132732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132732; }
p { color: rgb(19,39,50); }
H1.HeaderClassName
{
color: #132732;
}
.AnyTagClassName
{
color: #132732;
}
</style>
background-color css
<style>
a { background-color: #132732; }
a { background-color: rgb(19,39,50); }
div.DivClassName
{
background-color: #132732;
}
.BgClassName
{
background-color: #132732;
}
</style>
border-color css
<style>
span { border-color: #132732; }
span { border-color: rgb(19,39,50); }
td.TdClassName
{
border-color: #132732;
}
.TagClassName
{
border-color: #132732;
}
</style>