Shades of Black Pearl #132834
Tints of Black Pearl #132834
RGB
CMYK
RGB Variations
Color information
#132834 (or 0x132834) is known color: Black Pearl. HEX triplet: 13, 28 and 34. RGB value is (19,40,52). Sum of RGB (Red+Green+Blue) = 19+40+52=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #132834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132834 is #ECD7CB. Grayscale: #232323. Windows color (decimal): -15521740 or 3418131. OLE color: 3418131.
HSL color Cylindrical-coordinate representation of color #132834: hue angle of 201.82º 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 #132834 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 40 | 52 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.80 |
| HSL | 201.82º | 0.46% | 0.14% | - |
| HSV(B) | 201.82º | 0.63% | 0.2% | - |
| XYZ | 1.65 | 1.9 | 3.53 | - |
| YUV | 35.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 52 | 0.63 | 0.23 | 0 | 0.80 | 201.82 | 0.46 | 0.14 |
| Hex | 13 | 28 | 34 | 3F | 17 | 0 | 50 | CA | 2E | E |
| Octal | 23 | 50 | 64 | 77 | 27 | 0 | 120 | 312 | 56 | 16 |
| Binary | 10011 | 101000 | 110100 | 111111 | 10111 | 0 | 1010000 | 11001010 | 101110 | 1110 |
Color Harmonies of #132834
Complementary color
Monochromatic Colors of #132834
Black with #132834
Text Example
Text Example
White with #132834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132834; }
p { color: rgb(19,40,52); }
H1.HeaderClassName
{
color: #132834;
}
.AnyTagClassName
{
color: #132834;
}
</style>
background-color css
<style>
a { background-color: #132834; }
a { background-color: rgb(19,40,52); }
div.DivClassName
{
background-color: #132834;
}
.BgClassName
{
background-color: #132834;
}
</style>
border-color css
<style>
span { border-color: #132834; }
span { border-color: rgb(19,40,52); }
td.TdClassName
{
border-color: #132834;
}
.TagClassName
{
border-color: #132834;
}
</style>