Shades of Black Pearl #13202D
Tints of Black Pearl #13202D
RGB
CMYK
RGB Variations
Color information
#13202D (or 0x13202D) is known color: Black Pearl. HEX triplet: 13, 20 and 2D. RGB value is (19,32,45). Sum of RGB (Red+Green+Blue) = 19+32+45=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #13202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13202D is #ECDFD2. Grayscale: #1D1D1D. Windows color (decimal): -15523795 or 2957331. OLE color: 2957331.
HSL color Cylindrical-coordinate representation of color #13202D: hue angle of 210º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13202D is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 32 | 45 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.82 |
| HSL | 210º | 0.41% | 0.13% | - |
| HSV(B) | 210º | 0.58% | 0.18% | - |
| XYZ | 1.26 | 1.36 | 2.68 | - |
| YUV | 29.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 45 | 0.58 | 0.29 | 0 | 0.82 | 210 | 0.41 | 0.13 |
| Hex | 13 | 20 | 2D | 3A | 1D | 0 | 52 | D2 | 29 | D |
| Octal | 23 | 40 | 55 | 72 | 35 | 0 | 122 | 322 | 51 | 15 |
| Binary | 10011 | 100000 | 101101 | 111010 | 11101 | 0 | 1010010 | 11010010 | 101001 | 1101 |
Color Harmonies of #13202D
Complementary color
Monochromatic Colors of #13202D
Black with #13202D
Text Example
Text Example
White with #13202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13202D; }
p { color: rgb(19,32,45); }
H1.HeaderClassName
{
color: #13202D;
}
.AnyTagClassName
{
color: #13202D;
}
</style>
background-color css
<style>
a { background-color: #13202D; }
a { background-color: rgb(19,32,45); }
div.DivClassName
{
background-color: #13202D;
}
.BgClassName
{
background-color: #13202D;
}
</style>
border-color css
<style>
span { border-color: #13202D; }
span { border-color: rgb(19,32,45); }
td.TdClassName
{
border-color: #13202D;
}
.TagClassName
{
border-color: #13202D;
}
</style>