Shades of Black Pearl #132332
Tints of Black Pearl #132332
RGB
CMYK
RGB Variations
Color information
#132332 (or 0x132332) is known color: Black Pearl. HEX triplet: 13, 23 and 32. RGB value is (19,35,50). Sum of RGB (Red+Green+Blue) = 19+35+50=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #132332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132332 is #ECDCCD. Grayscale: #1F1F1F. Windows color (decimal): -15523022 or 3285779. OLE color: 3285779.
HSL color Cylindrical-coordinate representation of color #132332: hue angle of 209.03º 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 #132332 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 35 | 50 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.80 |
| HSL | 209.03º | 0.45% | 0.14% | - |
| HSV(B) | 209.03º | 0.62% | 0.2% | - |
| XYZ | 1.45 | 1.57 | 3.24 | - |
| YUV | 31.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 50 | 0.62 | 0.30 | 0 | 0.80 | 209.03 | 0.45 | 0.14 |
| Hex | 13 | 23 | 32 | 3E | 1E | 0 | 50 | D1 | 2D | E |
| Octal | 23 | 43 | 62 | 76 | 36 | 0 | 120 | 321 | 55 | 16 |
| Binary | 10011 | 100011 | 110010 | 111110 | 11110 | 0 | 1010000 | 11010001 | 101101 | 1110 |
Color Harmonies of #132332
Complementary color
Monochromatic Colors of #132332
Black with #132332
Text Example
Text Example
White with #132332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132332; }
p { color: rgb(19,35,50); }
H1.HeaderClassName
{
color: #132332;
}
.AnyTagClassName
{
color: #132332;
}
</style>
background-color css
<style>
a { background-color: #132332; }
a { background-color: rgb(19,35,50); }
div.DivClassName
{
background-color: #132332;
}
.BgClassName
{
background-color: #132332;
}
</style>
border-color css
<style>
span { border-color: #132332; }
span { border-color: rgb(19,35,50); }
td.TdClassName
{
border-color: #132332;
}
.TagClassName
{
border-color: #132332;
}
</style>