Shades of Black Pearl #132127
Tints of Black Pearl #132127
RGB
CMYK
RGB Variations
Color information
#132127 (or 0x132127) is known color: Black Pearl. HEX triplet: 13, 21 and 27. RGB value is (19,33,39). Sum of RGB (Red+Green+Blue) = 19+33+39=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #132127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132127 is #ECDED8. Grayscale: #1D1D1D. Windows color (decimal): -15523545 or 2564371. OLE color: 2564371.
HSL color Cylindrical-coordinate representation of color #132127: hue angle of 198º 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 #132127 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 33 | 39 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.85 |
| HSL | 198º | 0.34% | 0.11% | - |
| HSV(B) | 198º | 0.51% | 0.15% | - |
| XYZ | 1.18 | 1.37 | 2.12 | - |
| YUV | 29.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 39 | 0.51 | 0.15 | 0 | 0.85 | 198 | 0.34 | 0.11 |
| Hex | 13 | 21 | 27 | 33 | F | 0 | 55 | C6 | 22 | B |
| Octal | 23 | 41 | 47 | 63 | 17 | 0 | 125 | 306 | 42 | 13 |
| Binary | 10011 | 100001 | 100111 | 110011 | 1111 | 0 | 1010101 | 11000110 | 100010 | 1011 |
Color Harmonies of #132127
Complementary color
Monochromatic Colors of #132127
Black with #132127
Text Example
Text Example
White with #132127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132127; }
p { color: rgb(19,33,39); }
H1.HeaderClassName
{
color: #132127;
}
.AnyTagClassName
{
color: #132127;
}
</style>
background-color css
<style>
a { background-color: #132127; }
a { background-color: rgb(19,33,39); }
div.DivClassName
{
background-color: #132127;
}
.BgClassName
{
background-color: #132127;
}
</style>
border-color css
<style>
span { border-color: #132127; }
span { border-color: rgb(19,33,39); }
td.TdClassName
{
border-color: #132127;
}
.TagClassName
{
border-color: #132127;
}
</style>