Shades of Black Pearl #132329
Tints of Black Pearl #132329
RGB
CMYK
RGB Variations
Color information
#132329 (or 0x132329) is known color: Black Pearl. HEX triplet: 13, 23 and 29. RGB value is (19,35,41). Sum of RGB (Red+Green+Blue) = 19+35+41=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #132329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132329 is #ECDCD6. Grayscale: #1E1E1E. Windows color (decimal): -15523031 or 2695955. OLE color: 2695955.
HSL color Cylindrical-coordinate representation of color #132329: hue angle of 196.36º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132329 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 35 | 41 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.84 |
| HSL | 196.36º | 0.37% | 0.12% | - |
| HSV(B) | 196.36º | 0.54% | 0.16% | - |
| XYZ | 1.27 | 1.5 | 2.32 | - |
| YUV | 30.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 41 | 0.54 | 0.15 | 0 | 0.84 | 196.36 | 0.37 | 0.12 |
| Hex | 13 | 23 | 29 | 36 | F | 0 | 54 | C4 | 25 | C |
| Octal | 23 | 43 | 51 | 66 | 17 | 0 | 124 | 304 | 45 | 14 |
| Binary | 10011 | 100011 | 101001 | 110110 | 1111 | 0 | 1010100 | 11000100 | 100101 | 1100 |
Color Harmonies of #132329
Complementary color
Monochromatic Colors of #132329
Black with #132329
Text Example
Text Example
White with #132329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132329; }
p { color: rgb(19,35,41); }
H1.HeaderClassName
{
color: #132329;
}
.AnyTagClassName
{
color: #132329;
}
</style>
background-color css
<style>
a { background-color: #132329; }
a { background-color: rgb(19,35,41); }
div.DivClassName
{
background-color: #132329;
}
.BgClassName
{
background-color: #132329;
}
</style>
border-color css
<style>
span { border-color: #132329; }
span { border-color: rgb(19,35,41); }
td.TdClassName
{
border-color: #132329;
}
.TagClassName
{
border-color: #132329;
}
</style>