Shades of Black Pearl #13292D
Tints of Black Pearl #13292D
RGB
CMYK
RGB Variations
Color information
#13292D (or 0x13292D) is known color: Black Pearl. HEX triplet: 13, 29 and 2D. RGB value is (19,41,45). Sum of RGB (Red+Green+Blue) = 19+41+45=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #13292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13292D is #ECD6D2. Grayscale: #222222. Windows color (decimal): -15521491 or 2959635. OLE color: 2959635.
HSL color Cylindrical-coordinate representation of color #13292D: hue angle of 189.23º 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 #13292D is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 41 | 45 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.82 |
| HSL | 189.23º | 0.41% | 0.13% | - |
| HSV(B) | 189.23º | 0.58% | 0.18% | - |
| XYZ | 1.54 | 1.91 | 2.77 | - |
| YUV | 34.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 45 | 0.58 | 0.09 | 0 | 0.82 | 189.23 | 0.41 | 0.13 |
| Hex | 13 | 29 | 2D | 3A | 9 | 0 | 52 | BD | 29 | D |
| Octal | 23 | 51 | 55 | 72 | 11 | 0 | 122 | 275 | 51 | 15 |
| Binary | 10011 | 101001 | 101101 | 111010 | 1001 | 0 | 1010010 | 10111101 | 101001 | 1101 |
Color Harmonies of #13292D
Complementary color
Monochromatic Colors of #13292D
Black with #13292D
Text Example
Text Example
White with #13292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13292D; }
p { color: rgb(19,41,45); }
H1.HeaderClassName
{
color: #13292D;
}
.AnyTagClassName
{
color: #13292D;
}
</style>
background-color css
<style>
a { background-color: #13292D; }
a { background-color: rgb(19,41,45); }
div.DivClassName
{
background-color: #13292D;
}
.BgClassName
{
background-color: #13292D;
}
</style>
border-color css
<style>
span { border-color: #13292D; }
span { border-color: rgb(19,41,45); }
td.TdClassName
{
border-color: #13292D;
}
.TagClassName
{
border-color: #13292D;
}
</style>