Shades of Black Pearl #13292F
Tints of Black Pearl #13292F
RGB
CMYK
RGB Variations
Color information
#13292F (or 0x13292F) is known color: Black Pearl. HEX triplet: 13, 29 and 2F. RGB value is (19,41,47). Sum of RGB (Red+Green+Blue) = 19+41+47=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #13292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13292F is #ECD6D0. Grayscale: #232323. Windows color (decimal): -15521489 or 3090707. OLE color: 3090707.
HSL color Cylindrical-coordinate representation of color #13292F: hue angle of 192.86º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13292F is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 41 | 47 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.82 |
| HSL | 192.86º | 0.42% | 0.13% | - |
| HSV(B) | 192.86º | 0.6% | 0.18% | - |
| XYZ | 1.57 | 1.93 | 2.98 | - |
| YUV | 35.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 47 | 0.60 | 0.13 | 0 | 0.82 | 192.86 | 0.42 | 0.13 |
| Hex | 13 | 29 | 2F | 3C | D | 0 | 52 | C1 | 2A | D |
| Octal | 23 | 51 | 57 | 74 | 15 | 0 | 122 | 301 | 52 | 15 |
| Binary | 10011 | 101001 | 101111 | 111100 | 1101 | 0 | 1010010 | 11000001 | 101010 | 1101 |
Color Harmonies of #13292F
Complementary color
Monochromatic Colors of #13292F
Black with #13292F
Text Example
Text Example
White with #13292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13292F; }
p { color: rgb(19,41,47); }
H1.HeaderClassName
{
color: #13292F;
}
.AnyTagClassName
{
color: #13292F;
}
</style>
background-color css
<style>
a { background-color: #13292F; }
a { background-color: rgb(19,41,47); }
div.DivClassName
{
background-color: #13292F;
}
.BgClassName
{
background-color: #13292F;
}
</style>
border-color css
<style>
span { border-color: #13292F; }
span { border-color: rgb(19,41,47); }
td.TdClassName
{
border-color: #13292F;
}
.TagClassName
{
border-color: #13292F;
}
</style>