Shades of Black Pearl #132A32
Tints of Black Pearl #132A32
RGB
CMYK
RGB Variations
Color information
#132A32 (or 0x132A32) is known color: Black Pearl. HEX triplet: 13, 2A and 32. RGB value is (19,42,50). Sum of RGB (Red+Green+Blue) = 19+42+50=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #132A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A32 is #ECD5CD. Grayscale: #232323. Windows color (decimal): -15521230 or 3287571. OLE color: 3287571.
HSL color Cylindrical-coordinate representation of color #132A32: hue angle of 195.48º 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 #132A32 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 42 | 50 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.80 |
| HSL | 195.48º | 0.45% | 0.14% | - |
| HSV(B) | 195.48º | 0.62% | 0.2% | - |
| XYZ | 1.67 | 2.02 | 3.32 | - |
| YUV | 36.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 50 | 0.62 | 0.16 | 0 | 0.80 | 195.48 | 0.45 | 0.14 |
| Hex | 13 | 2A | 32 | 3E | 10 | 0 | 50 | C3 | 2D | E |
| Octal | 23 | 52 | 62 | 76 | 20 | 0 | 120 | 303 | 55 | 16 |
| Binary | 10011 | 101010 | 110010 | 111110 | 10000 | 0 | 1010000 | 11000011 | 101101 | 1110 |
Color Harmonies of #132A32
Complementary color
Monochromatic Colors of #132A32
Black with #132A32
Text Example
Text Example
White with #132A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A32; }
p { color: rgb(19,42,50); }
H1.HeaderClassName
{
color: #132A32;
}
.AnyTagClassName
{
color: #132A32;
}
</style>
background-color css
<style>
a { background-color: #132A32; }
a { background-color: rgb(19,42,50); }
div.DivClassName
{
background-color: #132A32;
}
.BgClassName
{
background-color: #132A32;
}
</style>
border-color css
<style>
span { border-color: #132A32; }
span { border-color: rgb(19,42,50); }
td.TdClassName
{
border-color: #132A32;
}
.TagClassName
{
border-color: #132A32;
}
</style>