Shades of Black Pearl #132C34
Tints of Black Pearl #132C34
RGB
CMYK
RGB Variations
Color information
#132C34 (or 0x132C34) is known color: Black Pearl. HEX triplet: 13, 2C and 34. RGB value is (19,44,52). Sum of RGB (Red+Green+Blue) = 19+44+52=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #132C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C34 is #ECD3CB. Grayscale: #252525. Windows color (decimal): -15520716 or 3419155. OLE color: 3419155.
HSL color Cylindrical-coordinate representation of color #132C34: hue angle of 194.55º 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 #132C34 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 44 | 52 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.80 |
| HSL | 194.55º | 0.46% | 0.14% | - |
| HSV(B) | 194.55º | 0.63% | 0.2% | - |
| XYZ | 1.79 | 2.19 | 3.58 | - |
| YUV | 37.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 52 | 0.63 | 0.15 | 0 | 0.80 | 194.55 | 0.46 | 0.14 |
| Hex | 13 | 2C | 34 | 3F | F | 0 | 50 | C3 | 2E | E |
| Octal | 23 | 54 | 64 | 77 | 17 | 0 | 120 | 303 | 56 | 16 |
| Binary | 10011 | 101100 | 110100 | 111111 | 1111 | 0 | 1010000 | 11000011 | 101110 | 1110 |
Color Harmonies of #132C34
Complementary color
Monochromatic Colors of #132C34
Black with #132C34
Text Example
Text Example
White with #132C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C34; }
p { color: rgb(19,44,52); }
H1.HeaderClassName
{
color: #132C34;
}
.AnyTagClassName
{
color: #132C34;
}
</style>
background-color css
<style>
a { background-color: #132C34; }
a { background-color: rgb(19,44,52); }
div.DivClassName
{
background-color: #132C34;
}
.BgClassName
{
background-color: #132C34;
}
</style>
border-color css
<style>
span { border-color: #132C34; }
span { border-color: rgb(19,44,52); }
td.TdClassName
{
border-color: #132C34;
}
.TagClassName
{
border-color: #132C34;
}
</style>