Shades of Black Pearl #132026
Tints of Black Pearl #132026
RGB
CMYK
RGB Variations
Color information
#132026 (or 0x132026) is known color: Black Pearl. HEX triplet: 13, 20 and 26. RGB value is (19,32,38). Sum of RGB (Red+Green+Blue) = 19+32+38=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #132026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132026 is #ECDFD9. Grayscale: #1C1C1C. Windows color (decimal): -15523802 or 2498579. OLE color: 2498579.
HSL color Cylindrical-coordinate representation of color #132026: hue angle of 198.95º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132026 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 32 | 38 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.85 |
| HSL | 198.95º | 0.33% | 0.11% | - |
| HSV(B) | 198.95º | 0.5% | 0.15% | - |
| XYZ | 1.13 | 1.31 | 2.03 | - |
| YUV | 28.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 38 | 0.50 | 0.16 | 0 | 0.85 | 198.95 | 0.33 | 0.11 |
| Hex | 13 | 20 | 26 | 32 | 10 | 0 | 55 | C7 | 21 | B |
| Octal | 23 | 40 | 46 | 62 | 20 | 0 | 125 | 307 | 41 | 13 |
| Binary | 10011 | 100000 | 100110 | 110010 | 10000 | 0 | 1010101 | 11000111 | 100001 | 1011 |
Color Harmonies of #132026
Complementary color
Monochromatic Colors of #132026
Black with #132026
Text Example
Text Example
White with #132026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132026; }
p { color: rgb(19,32,38); }
H1.HeaderClassName
{
color: #132026;
}
.AnyTagClassName
{
color: #132026;
}
</style>
background-color css
<style>
a { background-color: #132026; }
a { background-color: rgb(19,32,38); }
div.DivClassName
{
background-color: #132026;
}
.BgClassName
{
background-color: #132026;
}
</style>
border-color css
<style>
span { border-color: #132026; }
span { border-color: rgb(19,32,38); }
td.TdClassName
{
border-color: #132026;
}
.TagClassName
{
border-color: #132026;
}
</style>