Shades of Black Pearl #132D34
Tints of Black Pearl #132D34
RGB
CMYK
RGB Variations
Color information
#132D34 (or 0x132D34) is known color: Black Pearl. HEX triplet: 13, 2D and 34. RGB value is (19,45,52). Sum of RGB (Red+Green+Blue) = 19+45+52=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #132D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D34 is #ECD2CB. Grayscale: #252525. Windows color (decimal): -15520460 or 3419411. OLE color: 3419411.
HSL color Cylindrical-coordinate representation of color #132D34: hue angle of 192.73º 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 #132D34 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 45 | 52 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.80 |
| HSL | 192.73º | 0.46% | 0.14% | - |
| HSV(B) | 192.73º | 0.63% | 0.2% | - |
| XYZ | 1.83 | 2.26 | 3.59 | - |
| YUV | 38.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 52 | 0.63 | 0.13 | 0 | 0.80 | 192.73 | 0.46 | 0.14 |
| Hex | 13 | 2D | 34 | 3F | D | 0 | 50 | C1 | 2E | E |
| Octal | 23 | 55 | 64 | 77 | 15 | 0 | 120 | 301 | 56 | 16 |
| Binary | 10011 | 101101 | 110100 | 111111 | 1101 | 0 | 1010000 | 11000001 | 101110 | 1110 |
Color Harmonies of #132D34
Complementary color
Monochromatic Colors of #132D34
Black with #132D34
Text Example
Text Example
White with #132D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D34; }
p { color: rgb(19,45,52); }
H1.HeaderClassName
{
color: #132D34;
}
.AnyTagClassName
{
color: #132D34;
}
</style>
background-color css
<style>
a { background-color: #132D34; }
a { background-color: rgb(19,45,52); }
div.DivClassName
{
background-color: #132D34;
}
.BgClassName
{
background-color: #132D34;
}
</style>
border-color css
<style>
span { border-color: #132D34; }
span { border-color: rgb(19,45,52); }
td.TdClassName
{
border-color: #132D34;
}
.TagClassName
{
border-color: #132D34;
}
</style>