Shades of Black Pearl #13242B
Tints of Black Pearl #13242B
RGB
CMYK
RGB Variations
Color information
#13242B (or 0x13242B) is known color: Black Pearl. HEX triplet: 13, 24 and 2B. RGB value is (19,36,43). Sum of RGB (Red+Green+Blue) = 19+36+43=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #13242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13242B is #ECDBD4. Grayscale: #1F1F1F. Windows color (decimal): -15522773 or 2827283. OLE color: 2827283.
HSL color Cylindrical-coordinate representation of color #13242B: hue angle of 197.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13242B is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 36 | 43 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.83 |
| HSL | 197.5º | 0.39% | 0.12% | - |
| HSV(B) | 197.5º | 0.56% | 0.17% | - |
| XYZ | 1.34 | 1.57 | 2.52 | - |
| YUV | 31.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 43 | 0.56 | 0.16 | 0 | 0.83 | 197.5 | 0.39 | 0.12 |
| Hex | 13 | 24 | 2B | 38 | 10 | 0 | 53 | C6 | 27 | C |
| Octal | 23 | 44 | 53 | 70 | 20 | 0 | 123 | 306 | 47 | 14 |
| Binary | 10011 | 100100 | 101011 | 111000 | 10000 | 0 | 1010011 | 11000110 | 100111 | 1100 |
Color Harmonies of #13242B
Complementary color
Monochromatic Colors of #13242B
Black with #13242B
Text Example
Text Example
White with #13242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13242B; }
p { color: rgb(19,36,43); }
H1.HeaderClassName
{
color: #13242B;
}
.AnyTagClassName
{
color: #13242B;
}
</style>
background-color css
<style>
a { background-color: #13242B; }
a { background-color: rgb(19,36,43); }
div.DivClassName
{
background-color: #13242B;
}
.BgClassName
{
background-color: #13242B;
}
</style>
border-color css
<style>
span { border-color: #13242B; }
span { border-color: rgb(19,36,43); }
td.TdClassName
{
border-color: #13242B;
}
.TagClassName
{
border-color: #13242B;
}
</style>