Shades of Black Pearl #132328
Tints of Black Pearl #132328
RGB
CMYK
RGB Variations
Color information
#132328 (or 0x132328) is known color: Black Pearl. HEX triplet: 13, 23 and 28. RGB value is (19,35,40). Sum of RGB (Red+Green+Blue) = 19+35+40=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #132328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132328 is #ECDCD7. Grayscale: #1E1E1E. Windows color (decimal): -15523032 or 2630419. OLE color: 2630419.
HSL color Cylindrical-coordinate representation of color #132328: hue angle of 194.29º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132328 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 35 | 40 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.84 |
| HSL | 194.29º | 0.36% | 0.12% | - |
| HSV(B) | 194.29º | 0.53% | 0.16% | - |
| XYZ | 1.25 | 1.49 | 2.23 | - |
| YUV | 30.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 40 | 0.52 | 0.12 | 0 | 0.84 | 194.29 | 0.36 | 0.12 |
| Hex | 13 | 23 | 28 | 34 | C | 0 | 54 | C2 | 24 | C |
| Octal | 23 | 43 | 50 | 64 | 14 | 0 | 124 | 302 | 44 | 14 |
| Binary | 10011 | 100011 | 101000 | 110100 | 1100 | 0 | 1010100 | 11000010 | 100100 | 1100 |
Color Harmonies of #132328
Complementary color
Monochromatic Colors of #132328
Black with #132328
Text Example
Text Example
White with #132328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132328; }
p { color: rgb(19,35,40); }
H1.HeaderClassName
{
color: #132328;
}
.AnyTagClassName
{
color: #132328;
}
</style>
background-color css
<style>
a { background-color: #132328; }
a { background-color: rgb(19,35,40); }
div.DivClassName
{
background-color: #132328;
}
.BgClassName
{
background-color: #132328;
}
</style>
border-color css
<style>
span { border-color: #132328; }
span { border-color: rgb(19,35,40); }
td.TdClassName
{
border-color: #132328;
}
.TagClassName
{
border-color: #132328;
}
</style>