Shades of Black Pearl #132123
Tints of Black Pearl #132123
RGB
CMYK
RGB Variations
Color information
#132123 (or 0x132123) is known color: Black Pearl. HEX triplet: 13, 21 and 23. RGB value is (19,33,35). Sum of RGB (Red+Green+Blue) = 19+33+35=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: blue. Hex color #132123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132123 is #ECDEDC. Grayscale: #1D1D1D. Windows color (decimal): -15523549 or 2302227. OLE color: 2302227.
HSL color Cylindrical-coordinate representation of color #132123: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132123 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 33 | 35 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.86 |
| HSL | 187.5º | 0.3% | 0.11% | - |
| HSV(B) | 187.5º | 0.46% | 0.14% | - |
| XYZ | 1.12 | 1.35 | 1.79 | - |
| YUV | 29.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 35 | 0.46 | 0.06 | 0 | 0.86 | 187.5 | 0.3 | 0.11 |
| Hex | 13 | 21 | 23 | 2E | 6 | 0 | 56 | BC | 1E | B |
| Octal | 23 | 41 | 43 | 56 | 6 | 0 | 126 | 274 | 36 | 13 |
| Binary | 10011 | 100001 | 100011 | 101110 | 110 | 0 | 1010110 | 10111100 | 11110 | 1011 |
Color Harmonies of #132123
Complementary color
Monochromatic Colors of #132123
Black with #132123
Text Example
Text Example
White with #132123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132123; }
p { color: rgb(19,33,35); }
H1.HeaderClassName
{
color: #132123;
}
.AnyTagClassName
{
color: #132123;
}
</style>
background-color css
<style>
a { background-color: #132123; }
a { background-color: rgb(19,33,35); }
div.DivClassName
{
background-color: #132123;
}
.BgClassName
{
background-color: #132123;
}
</style>
border-color css
<style>
span { border-color: #132123; }
span { border-color: rgb(19,33,35); }
td.TdClassName
{
border-color: #132123;
}
.TagClassName
{
border-color: #132123;
}
</style>