Shades of Black Pearl #19232E
Tints of Black Pearl #19232E
RGB
CMYK
RGB Variations
Color information
#19232E (or 0x19232E) is known color: Black Pearl. HEX triplet: 19, 23 and 2E. RGB value is (25,35,46). Sum of RGB (Red+Green+Blue) = 25+35+46=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #19232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19232E is #E6DCD1. Grayscale: #212121. Windows color (decimal): -15129810 or 3023641. OLE color: 3023641.
HSL color Cylindrical-coordinate representation of color #19232E: hue angle of 211.43º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #19232E is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 35 | 46 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.82 |
| HSL | 211.43º | 0.3% | 0.14% | - |
| HSV(B) | 211.43º | 0.46% | 0.18% | - |
| XYZ | 1.5 | 1.61 | 2.82 | - |
| YUV | 33.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 46 | 0.46 | 0.24 | 0 | 0.82 | 211.43 | 0.3 | 0.14 |
| Hex | 19 | 23 | 2E | 2E | 18 | 0 | 52 | D3 | 1E | E |
| Octal | 31 | 43 | 56 | 56 | 30 | 0 | 122 | 323 | 36 | 16 |
| Binary | 11001 | 100011 | 101110 | 101110 | 11000 | 0 | 1010010 | 11010011 | 11110 | 1110 |
Color Harmonies of #19232E
Complementary color
Monochromatic Colors of #19232E
Black with #19232E
Text Example
Text Example
White with #19232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19232E; }
p { color: rgb(25,35,46); }
H1.HeaderClassName
{
color: #19232E;
}
.AnyTagClassName
{
color: #19232E;
}
</style>
background-color css
<style>
a { background-color: #19232E; }
a { background-color: rgb(25,35,46); }
div.DivClassName
{
background-color: #19232E;
}
.BgClassName
{
background-color: #19232E;
}
</style>
border-color css
<style>
span { border-color: #19232E; }
span { border-color: rgb(25,35,46); }
td.TdClassName
{
border-color: #19232E;
}
.TagClassName
{
border-color: #19232E;
}
</style>