Shades of Black Pearl #19232C
Tints of Black Pearl #19232C
RGB
CMYK
RGB Variations
Color information
#19232C (or 0x19232C) is known color: Black Pearl. HEX triplet: 19, 23 and 2C. RGB value is (25,35,44). Sum of RGB (Red+Green+Blue) = 25+35+44=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #19232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19232C is #E6DCD3. Grayscale: #202020. Windows color (decimal): -15129812 or 2892569. OLE color: 2892569.
HSL color Cylindrical-coordinate representation of color #19232C: hue angle of 208.42º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #19232C is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 35 | 44 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.83 |
| HSL | 208.42º | 0.28% | 0.14% | - |
| HSV(B) | 208.42º | 0.43% | 0.17% | - |
| XYZ | 1.46 | 1.59 | 2.61 | - |
| YUV | 33.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 44 | 0.43 | 0.20 | 0 | 0.83 | 208.42 | 0.28 | 0.14 |
| Hex | 19 | 23 | 2C | 2B | 14 | 0 | 53 | D0 | 1C | E |
| Octal | 31 | 43 | 54 | 53 | 24 | 0 | 123 | 320 | 34 | 16 |
| Binary | 11001 | 100011 | 101100 | 101011 | 10100 | 0 | 1010011 | 11010000 | 11100 | 1110 |
Color Harmonies of #19232C
Complementary color
Monochromatic Colors of #19232C
Black with #19232C
Text Example
Text Example
White with #19232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19232C; }
p { color: rgb(25,35,44); }
H1.HeaderClassName
{
color: #19232C;
}
.AnyTagClassName
{
color: #19232C;
}
</style>
background-color css
<style>
a { background-color: #19232C; }
a { background-color: rgb(25,35,44); }
div.DivClassName
{
background-color: #19232C;
}
.BgClassName
{
background-color: #19232C;
}
</style>
border-color css
<style>
span { border-color: #19232C; }
span { border-color: rgb(25,35,44); }
td.TdClassName
{
border-color: #19232C;
}
.TagClassName
{
border-color: #19232C;
}
</style>