Shades of Black Pearl #19272D
Tints of Black Pearl #19272D
RGB
CMYK
RGB Variations
Color information
#19272D (or 0x19272D) is known color: Black Pearl. HEX triplet: 19, 27 and 2D. RGB value is (25,39,45). Sum of RGB (Red+Green+Blue) = 25+39+45=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 45 - color contains mainly: blue. Hex color #19272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19272D is #E6D8D2. Grayscale: #232323. Windows color (decimal): -15128787 or 2959129. OLE color: 2959129.
HSL color Cylindrical-coordinate representation of color #19272D: hue angle of 198º 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 #19272D is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 39 | 45 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.82 |
| HSL | 198º | 0.29% | 0.14% | - |
| HSV(B) | 198º | 0.44% | 0.18% | - |
| XYZ | 1.6 | 1.85 | 2.75 | - |
| YUV | 35.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 45 | 0.44 | 0.13 | 0 | 0.82 | 198 | 0.29 | 0.14 |
| Hex | 19 | 27 | 2D | 2C | D | 0 | 52 | C6 | 1D | E |
| Octal | 31 | 47 | 55 | 54 | 15 | 0 | 122 | 306 | 35 | 16 |
| Binary | 11001 | 100111 | 101101 | 101100 | 1101 | 0 | 1010010 | 11000110 | 11101 | 1110 |
Color Harmonies of #19272D
Complementary color
Monochromatic Colors of #19272D
Black with #19272D
Text Example
Text Example
White with #19272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19272D; }
p { color: rgb(25,39,45); }
H1.HeaderClassName
{
color: #19272D;
}
.AnyTagClassName
{
color: #19272D;
}
</style>
background-color css
<style>
a { background-color: #19272D; }
a { background-color: rgb(25,39,45); }
div.DivClassName
{
background-color: #19272D;
}
.BgClassName
{
background-color: #19272D;
}
</style>
border-color css
<style>
span { border-color: #19272D; }
span { border-color: rgb(25,39,45); }
td.TdClassName
{
border-color: #19272D;
}
.TagClassName
{
border-color: #19272D;
}
</style>