Shades of Black Pearl #19232B
Tints of Black Pearl #19232B
RGB
CMYK
RGB Variations
Color information
#19232B (or 0x19232B) is known color: Black Pearl. HEX triplet: 19, 23 and 2B. RGB value is (25,35,43). Sum of RGB (Red+Green+Blue) = 25+35+43=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #19232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19232B is #E6DCD4. Grayscale: #202020. Windows color (decimal): -15129813 or 2827033. OLE color: 2827033.
HSL color Cylindrical-coordinate representation of color #19232B: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #19232B is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 35 | 43 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.83 |
| HSL | 206.67º | 0.26% | 0.13% | - |
| HSV(B) | 206.67º | 0.42% | 0.17% | - |
| XYZ | 1.44 | 1.58 | 2.52 | - |
| YUV | 32.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 43 | 0.42 | 0.19 | 0 | 0.83 | 206.67 | 0.26 | 0.13 |
| Hex | 19 | 23 | 2B | 2A | 13 | 0 | 53 | CF | 1A | D |
| Octal | 31 | 43 | 53 | 52 | 23 | 0 | 123 | 317 | 32 | 15 |
| Binary | 11001 | 100011 | 101011 | 101010 | 10011 | 0 | 1010011 | 11001111 | 11010 | 1101 |
Color Harmonies of #19232B
Complementary color
Monochromatic Colors of #19232B
Black with #19232B
Text Example
Text Example
White with #19232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19232B; }
p { color: rgb(25,35,43); }
H1.HeaderClassName
{
color: #19232B;
}
.AnyTagClassName
{
color: #19232B;
}
</style>
background-color css
<style>
a { background-color: #19232B; }
a { background-color: rgb(25,35,43); }
div.DivClassName
{
background-color: #19232B;
}
.BgClassName
{
background-color: #19232B;
}
</style>
border-color css
<style>
span { border-color: #19232B; }
span { border-color: rgb(25,35,43); }
td.TdClassName
{
border-color: #19232B;
}
.TagClassName
{
border-color: #19232B;
}
</style>