Shades of Black Pearl #13242D
Tints of Black Pearl #13242D
RGB
CMYK
RGB Variations
Color information
#13242D (or 0x13242D) is known color: Black Pearl. HEX triplet: 13, 24 and 2D. RGB value is (19,36,45). Sum of RGB (Red+Green+Blue) = 19+36+45=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #13242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13242D is #ECDBD2. Grayscale: #1F1F1F. Windows color (decimal): -15522771 or 2958355. OLE color: 2958355.
HSL color Cylindrical-coordinate representation of color #13242D: hue angle of 200.77º 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 #13242D is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 36 | 45 | - |
| CMYK | 0.58 | 0.2 | 0 | 0.82 |
| HSL | 200.77º | 0.41% | 0.13% | - |
| HSV(B) | 200.77º | 0.58% | 0.18% | - |
| XYZ | 1.37 | 1.59 | 2.72 | - |
| YUV | 31.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 45 | 0.58 | 0.2 | 0 | 0.82 | 200.77 | 0.41 | 0.13 |
| Hex | 13 | 24 | 2D | 3A | 14 | 0 | 52 | C9 | 29 | D |
| Octal | 23 | 44 | 55 | 72 | 24 | 0 | 122 | 311 | 51 | 15 |
| Binary | 10011 | 100100 | 101101 | 111010 | 10100 | 0 | 1010010 | 11001001 | 101001 | 1101 |
Color Harmonies of #13242D
Complementary color
Monochromatic Colors of #13242D
Black with #13242D
Text Example
Text Example
White with #13242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13242D; }
p { color: rgb(19,36,45); }
H1.HeaderClassName
{
color: #13242D;
}
.AnyTagClassName
{
color: #13242D;
}
</style>
background-color css
<style>
a { background-color: #13242D; }
a { background-color: rgb(19,36,45); }
div.DivClassName
{
background-color: #13242D;
}
.BgClassName
{
background-color: #13242D;
}
</style>
border-color css
<style>
span { border-color: #13242D; }
span { border-color: rgb(19,36,45); }
td.TdClassName
{
border-color: #13242D;
}
.TagClassName
{
border-color: #13242D;
}
</style>