Shades of Black Pearl #192428
Tints of Black Pearl #192428
RGB
CMYK
RGB Variations
Color information
#192428 (or 0x192428) is known color: Black Pearl. HEX triplet: 19, 24 and 28. RGB value is (25,36,40). Sum of RGB (Red+Green+Blue) = 25+36+40=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 40 - color contains mainly: blue. Hex color #192428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192428 is #E6DBD7. Grayscale: #212121. Windows color (decimal): -15129560 or 2630681. OLE color: 2630681.
HSL color Cylindrical-coordinate representation of color #192428: hue angle of 196º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #192428 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 36 | 40 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.84 |
| HSL | 196º | 0.23% | 0.13% | - |
| HSV(B) | 196º | 0.38% | 0.16% | - |
| XYZ | 1.41 | 1.62 | 2.25 | - |
| YUV | 33.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 40 | 0.38 | 0.10 | 0 | 0.84 | 196 | 0.23 | 0.13 |
| Hex | 19 | 24 | 28 | 26 | A | 0 | 54 | C4 | 17 | D |
| Octal | 31 | 44 | 50 | 46 | 12 | 0 | 124 | 304 | 27 | 15 |
| Binary | 11001 | 100100 | 101000 | 100110 | 1010 | 0 | 1010100 | 11000100 | 10111 | 1101 |
Color Harmonies of #192428
Complementary color
Monochromatic Colors of #192428
Black with #192428
Text Example
Text Example
White with #192428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192428; }
p { color: rgb(25,36,40); }
H1.HeaderClassName
{
color: #192428;
}
.AnyTagClassName
{
color: #192428;
}
</style>
background-color css
<style>
a { background-color: #192428; }
a { background-color: rgb(25,36,40); }
div.DivClassName
{
background-color: #192428;
}
.BgClassName
{
background-color: #192428;
}
</style>
border-color css
<style>
span { border-color: #192428; }
span { border-color: rgb(25,36,40); }
td.TdClassName
{
border-color: #192428;
}
.TagClassName
{
border-color: #192428;
}
</style>