Shades of Black Pearl #132027
Tints of Black Pearl #132027
RGB
CMYK
RGB Variations
Color information
#132027 (or 0x132027) is known color: Black Pearl. HEX triplet: 13, 20 and 27. RGB value is (19,32,39). Sum of RGB (Red+Green+Blue) = 19+32+39=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #132027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132027 is #ECDFD8. Grayscale: #1C1C1C. Windows color (decimal): -15523801 or 2564115. OLE color: 2564115.
HSL color Cylindrical-coordinate representation of color #132027: hue angle of 201º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132027 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 32 | 39 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.85 |
| HSL | 201º | 0.34% | 0.11% | - |
| HSV(B) | 201º | 0.51% | 0.15% | - |
| XYZ | 1.15 | 1.32 | 2.11 | - |
| YUV | 28.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 39 | 0.51 | 0.18 | 0 | 0.85 | 201 | 0.34 | 0.11 |
| Hex | 13 | 20 | 27 | 33 | 12 | 0 | 55 | C9 | 22 | B |
| Octal | 23 | 40 | 47 | 63 | 22 | 0 | 125 | 311 | 42 | 13 |
| Binary | 10011 | 100000 | 100111 | 110011 | 10010 | 0 | 1010101 | 11001001 | 100010 | 1011 |
Color Harmonies of #132027
Complementary color
Monochromatic Colors of #132027
Black with #132027
Text Example
Text Example
White with #132027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132027; }
p { color: rgb(19,32,39); }
H1.HeaderClassName
{
color: #132027;
}
.AnyTagClassName
{
color: #132027;
}
</style>
background-color css
<style>
a { background-color: #132027; }
a { background-color: rgb(19,32,39); }
div.DivClassName
{
background-color: #132027;
}
.BgClassName
{
background-color: #132027;
}
</style>
border-color css
<style>
span { border-color: #132027; }
span { border-color: rgb(19,32,39); }
td.TdClassName
{
border-color: #132027;
}
.TagClassName
{
border-color: #132027;
}
</style>