Shades of Black Pearl #19232D
Tints of Black Pearl #19232D
RGB
CMYK
RGB Variations
Color information
#19232D (or 0x19232D) is known color: Black Pearl. HEX triplet: 19, 23 and 2D. RGB value is (25,35,45). Sum of RGB (Red+Green+Blue) = 25+35+45=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #19232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19232D is #E6DCD2. Grayscale: #212121. Windows color (decimal): -15129811 or 2958105. OLE color: 2958105.
HSL color Cylindrical-coordinate representation of color #19232D: hue angle of 210º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19232D is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 35 | 45 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.82 |
| HSL | 210º | 0.29% | 0.14% | - |
| HSV(B) | 210º | 0.44% | 0.18% | - |
| XYZ | 1.48 | 1.6 | 2.71 | - |
| YUV | 33.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 45 | 0.44 | 0.22 | 0 | 0.82 | 210 | 0.29 | 0.14 |
| Hex | 19 | 23 | 2D | 2C | 16 | 0 | 52 | D2 | 1D | E |
| Octal | 31 | 43 | 55 | 54 | 26 | 0 | 122 | 322 | 35 | 16 |
| Binary | 11001 | 100011 | 101101 | 101100 | 10110 | 0 | 1010010 | 11010010 | 11101 | 1110 |
Color Harmonies of #19232D
Complementary color
Monochromatic Colors of #19232D
Black with #19232D
Text Example
Text Example
White with #19232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19232D; }
p { color: rgb(25,35,45); }
H1.HeaderClassName
{
color: #19232D;
}
.AnyTagClassName
{
color: #19232D;
}
</style>
background-color css
<style>
a { background-color: #19232D; }
a { background-color: rgb(25,35,45); }
div.DivClassName
{
background-color: #19232D;
}
.BgClassName
{
background-color: #19232D;
}
</style>
border-color css
<style>
span { border-color: #19232D; }
span { border-color: rgb(25,35,45); }
td.TdClassName
{
border-color: #19232D;
}
.TagClassName
{
border-color: #19232D;
}
</style>