Shades of Black Pearl #13242F
Tints of Black Pearl #13242F
RGB
CMYK
RGB Variations
Color information
#13242F (or 0x13242F) is known color: Black Pearl. HEX triplet: 13, 24 and 2F. RGB value is (19,36,47). Sum of RGB (Red+Green+Blue) = 19+36+47=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #13242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13242F is #ECDBD0. Grayscale: #202020. Windows color (decimal): -15522769 or 3089427. OLE color: 3089427.
HSL color Cylindrical-coordinate representation of color #13242F: hue angle of 203.57º 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 #13242F is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 36 | 47 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.82 |
| HSL | 203.57º | 0.42% | 0.13% | - |
| HSV(B) | 203.57º | 0.6% | 0.18% | - |
| XYZ | 1.41 | 1.61 | 2.92 | - |
| YUV | 32.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 47 | 0.60 | 0.23 | 0 | 0.82 | 203.57 | 0.42 | 0.13 |
| Hex | 13 | 24 | 2F | 3C | 17 | 0 | 52 | CC | 2A | D |
| Octal | 23 | 44 | 57 | 74 | 27 | 0 | 122 | 314 | 52 | 15 |
| Binary | 10011 | 100100 | 101111 | 111100 | 10111 | 0 | 1010010 | 11001100 | 101010 | 1101 |
Color Harmonies of #13242F
Complementary color
Monochromatic Colors of #13242F
Black with #13242F
Text Example
Text Example
White with #13242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13242F; }
p { color: rgb(19,36,47); }
H1.HeaderClassName
{
color: #13242F;
}
.AnyTagClassName
{
color: #13242F;
}
</style>
background-color css
<style>
a { background-color: #13242F; }
a { background-color: rgb(19,36,47); }
div.DivClassName
{
background-color: #13242F;
}
.BgClassName
{
background-color: #13242F;
}
</style>
border-color css
<style>
span { border-color: #13242F; }
span { border-color: rgb(19,36,47); }
td.TdClassName
{
border-color: #13242F;
}
.TagClassName
{
border-color: #13242F;
}
</style>