Shades of Black Pearl #13232A
Tints of Black Pearl #13232A
RGB
CMYK
RGB Variations
Color information
#13232A (or 0x13232A) is known color: Black Pearl. HEX triplet: 13, 23 and 2A. RGB value is (19,35,42). Sum of RGB (Red+Green+Blue) = 19+35+42=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #13232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13232A is #ECDCD5. Grayscale: #1E1E1E. Windows color (decimal): -15523030 or 2761491. OLE color: 2761491.
HSL color Cylindrical-coordinate representation of color #13232A: hue angle of 198.26º 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 #13232A is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 35 | 42 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.84 |
| HSL | 198.26º | 0.38% | 0.12% | - |
| HSV(B) | 198.26º | 0.55% | 0.16% | - |
| XYZ | 1.29 | 1.51 | 2.41 | - |
| YUV | 31.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 42 | 0.55 | 0.17 | 0 | 0.84 | 198.26 | 0.38 | 0.12 |
| Hex | 13 | 23 | 2A | 37 | 11 | 0 | 54 | C6 | 26 | C |
| Octal | 23 | 43 | 52 | 67 | 21 | 0 | 124 | 306 | 46 | 14 |
| Binary | 10011 | 100011 | 101010 | 110111 | 10001 | 0 | 1010100 | 11000110 | 100110 | 1100 |
Color Harmonies of #13232A
Complementary color
Monochromatic Colors of #13232A
Black with #13232A
Text Example
Text Example
White with #13232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13232A; }
p { color: rgb(19,35,42); }
H1.HeaderClassName
{
color: #13232A;
}
.AnyTagClassName
{
color: #13232A;
}
</style>
background-color css
<style>
a { background-color: #13232A; }
a { background-color: rgb(19,35,42); }
div.DivClassName
{
background-color: #13232A;
}
.BgClassName
{
background-color: #13232A;
}
</style>
border-color css
<style>
span { border-color: #13232A; }
span { border-color: rgb(19,35,42); }
td.TdClassName
{
border-color: #13232A;
}
.TagClassName
{
border-color: #13232A;
}
</style>