Shades of Black Pearl #192426
Tints of Black Pearl #192426
RGB
CMYK
RGB Variations
Color information
#192426 (or 0x192426) is known color: Black Pearl. HEX triplet: 19, 24 and 26. RGB value is (25,36,38). Sum of RGB (Red+Green+Blue) = 25+36+38=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 38 - color contains mainly: blue. Hex color #192426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192426 is #E6DBD9. Grayscale: #202020. Windows color (decimal): -15129562 or 2499609. OLE color: 2499609.
HSL color Cylindrical-coordinate representation of color #192426: hue angle of 189.23º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #192426 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 36 | 38 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.85 |
| HSL | 189.23º | 0.21% | 0.12% | - |
| HSV(B) | 189.23º | 0.34% | 0.15% | - |
| XYZ | 1.38 | 1.61 | 2.07 | - |
| YUV | 32.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 38 | 0.34 | 0.05 | 0 | 0.85 | 189.23 | 0.21 | 0.12 |
| Hex | 19 | 24 | 26 | 22 | 5 | 0 | 55 | BD | 15 | C |
| Octal | 31 | 44 | 46 | 42 | 5 | 0 | 125 | 275 | 25 | 14 |
| Binary | 11001 | 100100 | 100110 | 100010 | 101 | 0 | 1010101 | 10111101 | 10101 | 1100 |
Color Harmonies of #192426
Complementary color
Monochromatic Colors of #192426
Black with #192426
Text Example
Text Example
White with #192426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192426; }
p { color: rgb(25,36,38); }
H1.HeaderClassName
{
color: #192426;
}
.AnyTagClassName
{
color: #192426;
}
</style>
background-color css
<style>
a { background-color: #192426; }
a { background-color: rgb(25,36,38); }
div.DivClassName
{
background-color: #192426;
}
.BgClassName
{
background-color: #192426;
}
</style>
border-color css
<style>
span { border-color: #192426; }
span { border-color: rgb(25,36,38); }
td.TdClassName
{
border-color: #192426;
}
.TagClassName
{
border-color: #192426;
}
</style>