Shades of Black Pearl #13202C
Tints of Black Pearl #13202C
RGB
CMYK
RGB Variations
Color information
#13202C (or 0x13202C) is known color: Black Pearl. HEX triplet: 13, 20 and 2C. RGB value is (19,32,44). Sum of RGB (Red+Green+Blue) = 19+32+44=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #13202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13202C is #ECDFD3. Grayscale: #1D1D1D. Windows color (decimal): -15523796 or 2891795. OLE color: 2891795.
HSL color Cylindrical-coordinate representation of color #13202C: hue angle of 208.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13202C is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 32 | 44 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.83 |
| HSL | 208.8º | 0.4% | 0.12% | - |
| HSV(B) | 208.8º | 0.57% | 0.17% | - |
| XYZ | 1.24 | 1.35 | 2.58 | - |
| YUV | 29.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 44 | 0.57 | 0.27 | 0 | 0.83 | 208.8 | 0.4 | 0.12 |
| Hex | 13 | 20 | 2C | 39 | 1B | 0 | 53 | D1 | 28 | C |
| Octal | 23 | 40 | 54 | 71 | 33 | 0 | 123 | 321 | 50 | 14 |
| Binary | 10011 | 100000 | 101100 | 111001 | 11011 | 0 | 1010011 | 11010001 | 101000 | 1100 |
Color Harmonies of #13202C
Complementary color
Monochromatic Colors of #13202C
Black with #13202C
Text Example
Text Example
White with #13202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13202C; }
p { color: rgb(19,32,44); }
H1.HeaderClassName
{
color: #13202C;
}
.AnyTagClassName
{
color: #13202C;
}
</style>
background-color css
<style>
a { background-color: #13202C; }
a { background-color: rgb(19,32,44); }
div.DivClassName
{
background-color: #13202C;
}
.BgClassName
{
background-color: #13202C;
}
</style>
border-color css
<style>
span { border-color: #13202C; }
span { border-color: rgb(19,32,44); }
td.TdClassName
{
border-color: #13202C;
}
.TagClassName
{
border-color: #13202C;
}
</style>