Shades of Black Pearl #132A34
Tints of Black Pearl #132A34
RGB
CMYK
RGB Variations
Color information
#132A34 (or 0x132A34) is known color: Black Pearl. HEX triplet: 13, 2A and 34. RGB value is (19,42,52). Sum of RGB (Red+Green+Blue) = 19+42+52=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #132A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A34 is #ECD5CB. Grayscale: #242424. Windows color (decimal): -15521228 or 3418643. OLE color: 3418643.
HSL color Cylindrical-coordinate representation of color #132A34: hue angle of 198.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132A34 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 42 | 52 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.80 |
| HSL | 198.18º | 0.46% | 0.14% | - |
| HSV(B) | 198.18º | 0.63% | 0.2% | - |
| XYZ | 1.72 | 2.04 | 3.55 | - |
| YUV | 36.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 52 | 0.63 | 0.19 | 0 | 0.80 | 198.18 | 0.46 | 0.14 |
| Hex | 13 | 2A | 34 | 3F | 13 | 0 | 50 | C6 | 2E | E |
| Octal | 23 | 52 | 64 | 77 | 23 | 0 | 120 | 306 | 56 | 16 |
| Binary | 10011 | 101010 | 110100 | 111111 | 10011 | 0 | 1010000 | 11000110 | 101110 | 1110 |
Color Harmonies of #132A34
Complementary color
Monochromatic Colors of #132A34
Black with #132A34
Text Example
Text Example
White with #132A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A34; }
p { color: rgb(19,42,52); }
H1.HeaderClassName
{
color: #132A34;
}
.AnyTagClassName
{
color: #132A34;
}
</style>
background-color css
<style>
a { background-color: #132A34; }
a { background-color: rgb(19,42,52); }
div.DivClassName
{
background-color: #132A34;
}
.BgClassName
{
background-color: #132A34;
}
</style>
border-color css
<style>
span { border-color: #132A34; }
span { border-color: rgb(19,42,52); }
td.TdClassName
{
border-color: #132A34;
}
.TagClassName
{
border-color: #132A34;
}
</style>