Shades of Black Pearl #13212A
Tints of Black Pearl #13212A
RGB
CMYK
RGB Variations
Color information
#13212A (or 0x13212A) is known color: Black Pearl. HEX triplet: 13, 21 and 2A. RGB value is (19,33,42). Sum of RGB (Red+Green+Blue) = 19+33+42=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #13212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13212A is #ECDED5. Grayscale: #1D1D1D. Windows color (decimal): -15523542 or 2760979. OLE color: 2760979.
HSL color Cylindrical-coordinate representation of color #13212A: hue angle of 203.48º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13212A is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 33 | 42 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.84 |
| HSL | 203.48º | 0.38% | 0.12% | - |
| HSV(B) | 203.48º | 0.55% | 0.16% | - |
| XYZ | 1.23 | 1.39 | 2.39 | - |
| YUV | 29.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 42 | 0.55 | 0.21 | 0 | 0.84 | 203.48 | 0.38 | 0.12 |
| Hex | 13 | 21 | 2A | 37 | 15 | 0 | 54 | CB | 26 | C |
| Octal | 23 | 41 | 52 | 67 | 25 | 0 | 124 | 313 | 46 | 14 |
| Binary | 10011 | 100001 | 101010 | 110111 | 10101 | 0 | 1010100 | 11001011 | 100110 | 1100 |
Color Harmonies of #13212A
Complementary color
Monochromatic Colors of #13212A
Black with #13212A
Text Example
Text Example
White with #13212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13212A; }
p { color: rgb(19,33,42); }
H1.HeaderClassName
{
color: #13212A;
}
.AnyTagClassName
{
color: #13212A;
}
</style>
background-color css
<style>
a { background-color: #13212A; }
a { background-color: rgb(19,33,42); }
div.DivClassName
{
background-color: #13212A;
}
.BgClassName
{
background-color: #13212A;
}
</style>
border-color css
<style>
span { border-color: #13212A; }
span { border-color: rgb(19,33,42); }
td.TdClassName
{
border-color: #13212A;
}
.TagClassName
{
border-color: #13212A;
}
</style>