Shades of Black Pearl #132428
Tints of Black Pearl #132428
RGB
CMYK
RGB Variations
Color information
#132428 (or 0x132428) is known color: Black Pearl. HEX triplet: 13, 24 and 28. RGB value is (19,36,40). Sum of RGB (Red+Green+Blue) = 19+36+40=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #132428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132428 is #ECDBD7. Grayscale: #1F1F1F. Windows color (decimal): -15522776 or 2630675. OLE color: 2630675.
HSL color Cylindrical-coordinate representation of color #132428: hue angle of 191.43º 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 #132428 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 36 | 40 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.84 |
| HSL | 191.43º | 0.36% | 0.12% | - |
| HSV(B) | 191.43º | 0.53% | 0.16% | - |
| XYZ | 1.28 | 1.55 | 2.24 | - |
| YUV | 31.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 40 | 0.52 | 0.10 | 0 | 0.84 | 191.43 | 0.36 | 0.12 |
| Hex | 13 | 24 | 28 | 34 | A | 0 | 54 | BF | 24 | C |
| Octal | 23 | 44 | 50 | 64 | 12 | 0 | 124 | 277 | 44 | 14 |
| Binary | 10011 | 100100 | 101000 | 110100 | 1010 | 0 | 1010100 | 10111111 | 100100 | 1100 |
Color Harmonies of #132428
Complementary color
Monochromatic Colors of #132428
Black with #132428
Text Example
Text Example
White with #132428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132428; }
p { color: rgb(19,36,40); }
H1.HeaderClassName
{
color: #132428;
}
.AnyTagClassName
{
color: #132428;
}
</style>
background-color css
<style>
a { background-color: #132428; }
a { background-color: rgb(19,36,40); }
div.DivClassName
{
background-color: #132428;
}
.BgClassName
{
background-color: #132428;
}
</style>
border-color css
<style>
span { border-color: #132428; }
span { border-color: rgb(19,36,40); }
td.TdClassName
{
border-color: #132428;
}
.TagClassName
{
border-color: #132428;
}
</style>