Shades of Black Pearl #13292E
Tints of Black Pearl #13292E
RGB
CMYK
RGB Variations
Color information
#13292E (or 0x13292E) is known color: Black Pearl. HEX triplet: 13, 29 and 2E. RGB value is (19,41,46). Sum of RGB (Red+Green+Blue) = 19+41+46=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #13292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13292E is #ECD6D1. Grayscale: #222222. Windows color (decimal): -15521490 or 3025171. OLE color: 3025171.
HSL color Cylindrical-coordinate representation of color #13292E: hue angle of 191.11º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13292E is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 41 | 46 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.82 |
| HSL | 191.11º | 0.42% | 0.13% | - |
| HSV(B) | 191.11º | 0.59% | 0.18% | - |
| XYZ | 1.55 | 1.92 | 2.87 | - |
| YUV | 34.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 46 | 0.59 | 0.11 | 0 | 0.82 | 191.11 | 0.42 | 0.13 |
| Hex | 13 | 29 | 2E | 3B | B | 0 | 52 | BF | 2A | D |
| Octal | 23 | 51 | 56 | 73 | 13 | 0 | 122 | 277 | 52 | 15 |
| Binary | 10011 | 101001 | 101110 | 111011 | 1011 | 0 | 1010010 | 10111111 | 101010 | 1101 |
Color Harmonies of #13292E
Complementary color
Monochromatic Colors of #13292E
Black with #13292E
Text Example
Text Example
White with #13292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13292E; }
p { color: rgb(19,41,46); }
H1.HeaderClassName
{
color: #13292E;
}
.AnyTagClassName
{
color: #13292E;
}
</style>
background-color css
<style>
a { background-color: #13292E; }
a { background-color: rgb(19,41,46); }
div.DivClassName
{
background-color: #13292E;
}
.BgClassName
{
background-color: #13292E;
}
</style>
border-color css
<style>
span { border-color: #13292E; }
span { border-color: rgb(19,41,46); }
td.TdClassName
{
border-color: #13292E;
}
.TagClassName
{
border-color: #13292E;
}
</style>