Shades of Black Pearl #19282F
Tints of Black Pearl #19282F
RGB
CMYK
RGB Variations
Color information
#19282F (or 0x19282F) is known color: Black Pearl. HEX triplet: 19, 28 and 2F. RGB value is (25,40,47). Sum of RGB (Red+Green+Blue) = 25+40+47=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #19282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19282F is #E6D7D0. Grayscale: #242424. Windows color (decimal): -15128529 or 3090457. OLE color: 3090457.
HSL color Cylindrical-coordinate representation of color #19282F: hue angle of 199.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #19282F is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 40 | 47 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.82 |
| HSL | 199.09º | 0.31% | 0.14% | - |
| HSV(B) | 199.09º | 0.47% | 0.18% | - |
| XYZ | 1.67 | 1.93 | 2.97 | - |
| YUV | 36.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 47 | 0.47 | 0.15 | 0 | 0.82 | 199.09 | 0.31 | 0.14 |
| Hex | 19 | 28 | 2F | 2F | F | 0 | 52 | C7 | 1F | E |
| Octal | 31 | 50 | 57 | 57 | 17 | 0 | 122 | 307 | 37 | 16 |
| Binary | 11001 | 101000 | 101111 | 101111 | 1111 | 0 | 1010010 | 11000111 | 11111 | 1110 |
Color Harmonies of #19282F
Complementary color
Monochromatic Colors of #19282F
Black with #19282F
Text Example
Text Example
White with #19282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19282F; }
p { color: rgb(25,40,47); }
H1.HeaderClassName
{
color: #19282F;
}
.AnyTagClassName
{
color: #19282F;
}
</style>
background-color css
<style>
a { background-color: #19282F; }
a { background-color: rgb(25,40,47); }
div.DivClassName
{
background-color: #19282F;
}
.BgClassName
{
background-color: #19282F;
}
</style>
border-color css
<style>
span { border-color: #19282F; }
span { border-color: rgb(25,40,47); }
td.TdClassName
{
border-color: #19282F;
}
.TagClassName
{
border-color: #19282F;
}
</style>