Shades of Black Pearl #13252A
Tints of Black Pearl #13252A
RGB
CMYK
RGB Variations
Color information
#13252A (or 0x13252A) is known color: Black Pearl. HEX triplet: 13, 25 and 2A. RGB value is (19,37,42). Sum of RGB (Red+Green+Blue) = 19+37+42=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #13252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13252A is #ECDAD5. Grayscale: #202020. Windows color (decimal): -15522518 or 2762003. OLE color: 2762003.
HSL color Cylindrical-coordinate representation of color #13252A: hue angle of 193.04º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13252A is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 37 | 42 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.84 |
| HSL | 193.04º | 0.38% | 0.12% | - |
| HSV(B) | 193.04º | 0.55% | 0.16% | - |
| XYZ | 1.35 | 1.63 | 2.43 | - |
| YUV | 32.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 42 | 0.55 | 0.12 | 0 | 0.84 | 193.04 | 0.38 | 0.12 |
| Hex | 13 | 25 | 2A | 37 | C | 0 | 54 | C1 | 26 | C |
| Octal | 23 | 45 | 52 | 67 | 14 | 0 | 124 | 301 | 46 | 14 |
| Binary | 10011 | 100101 | 101010 | 110111 | 1100 | 0 | 1010100 | 11000001 | 100110 | 1100 |
Color Harmonies of #13252A
Complementary color
Monochromatic Colors of #13252A
Black with #13252A
Text Example
Text Example
White with #13252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13252A; }
p { color: rgb(19,37,42); }
H1.HeaderClassName
{
color: #13252A;
}
.AnyTagClassName
{
color: #13252A;
}
</style>
background-color css
<style>
a { background-color: #13252A; }
a { background-color: rgb(19,37,42); }
div.DivClassName
{
background-color: #13252A;
}
.BgClassName
{
background-color: #13252A;
}
</style>
border-color css
<style>
span { border-color: #13252A; }
span { border-color: rgb(19,37,42); }
td.TdClassName
{
border-color: #13252A;
}
.TagClassName
{
border-color: #13252A;
}
</style>