Shades of Black Pearl #19272F
Tints of Black Pearl #19272F
RGB
CMYK
RGB Variations
Color information
#19272F (or 0x19272F) is known color: Black Pearl. HEX triplet: 19, 27 and 2F. RGB value is (25,39,47). Sum of RGB (Red+Green+Blue) = 25+39+47=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #19272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19272F is #E6D8D0. Grayscale: #232323. Windows color (decimal): -15128785 or 3090201. OLE color: 3090201.
HSL color Cylindrical-coordinate representation of color #19272F: hue angle of 201.82º 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 #19272F is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 39 | 47 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.82 |
| HSL | 201.82º | 0.31% | 0.14% | - |
| HSV(B) | 201.82º | 0.47% | 0.18% | - |
| XYZ | 1.64 | 1.86 | 2.96 | - |
| YUV | 35.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 47 | 0.47 | 0.17 | 0 | 0.82 | 201.82 | 0.31 | 0.14 |
| Hex | 19 | 27 | 2F | 2F | 11 | 0 | 52 | CA | 1F | E |
| Octal | 31 | 47 | 57 | 57 | 21 | 0 | 122 | 312 | 37 | 16 |
| Binary | 11001 | 100111 | 101111 | 101111 | 10001 | 0 | 1010010 | 11001010 | 11111 | 1110 |
Color Harmonies of #19272F
Complementary color
Monochromatic Colors of #19272F
Black with #19272F
Text Example
Text Example
White with #19272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19272F; }
p { color: rgb(25,39,47); }
H1.HeaderClassName
{
color: #19272F;
}
.AnyTagClassName
{
color: #19272F;
}
</style>
background-color css
<style>
a { background-color: #19272F; }
a { background-color: rgb(25,39,47); }
div.DivClassName
{
background-color: #19272F;
}
.BgClassName
{
background-color: #19272F;
}
</style>
border-color css
<style>
span { border-color: #19272F; }
span { border-color: rgb(25,39,47); }
td.TdClassName
{
border-color: #19272F;
}
.TagClassName
{
border-color: #19272F;
}
</style>