Shades of Black Pearl #13252E
Tints of Black Pearl #13252E
RGB
CMYK
RGB Variations
Color information
#13252E (or 0x13252E) is known color: Black Pearl. HEX triplet: 13, 25 and 2E. RGB value is (19,37,46). Sum of RGB (Red+Green+Blue) = 19+37+46=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #13252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13252E is #ECDAD1. Grayscale: #202020. Windows color (decimal): -15522514 or 3024147. OLE color: 3024147.
HSL color Cylindrical-coordinate representation of color #13252E: hue angle of 200º 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 #13252E is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 37 | 46 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.82 |
| HSL | 200º | 0.42% | 0.13% | - |
| HSV(B) | 200º | 0.59% | 0.18% | - |
| XYZ | 1.42 | 1.66 | 2.83 | - |
| YUV | 32.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 46 | 0.59 | 0.20 | 0 | 0.82 | 200 | 0.42 | 0.13 |
| Hex | 13 | 25 | 2E | 3B | 14 | 0 | 52 | C8 | 2A | D |
| Octal | 23 | 45 | 56 | 73 | 24 | 0 | 122 | 310 | 52 | 15 |
| Binary | 10011 | 100101 | 101110 | 111011 | 10100 | 0 | 1010010 | 11001000 | 101010 | 1101 |
Color Harmonies of #13252E
Complementary color
Monochromatic Colors of #13252E
Black with #13252E
Text Example
Text Example
White with #13252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13252E; }
p { color: rgb(19,37,46); }
H1.HeaderClassName
{
color: #13252E;
}
.AnyTagClassName
{
color: #13252E;
}
</style>
background-color css
<style>
a { background-color: #13252E; }
a { background-color: rgb(19,37,46); }
div.DivClassName
{
background-color: #13252E;
}
.BgClassName
{
background-color: #13252E;
}
</style>
border-color css
<style>
span { border-color: #13252E; }
span { border-color: rgb(19,37,46); }
td.TdClassName
{
border-color: #13252E;
}
.TagClassName
{
border-color: #13252E;
}
</style>