Shades of Black Pearl #192B32
Tints of Black Pearl #192B32
RGB
CMYK
RGB Variations
Color information
#192B32 (or 0x192B32) is known color: Black Pearl. HEX triplet: 19, 2B and 32. RGB value is (25,43,50). Sum of RGB (Red+Green+Blue) = 25+43+50=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #192B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192B32 is #E6D4CD. Grayscale: #262626. Windows color (decimal): -15127758 or 3287833. OLE color: 3287833.
HSL color Cylindrical-coordinate representation of color #192B32: hue angle of 196.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #192B32 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 43 | 50 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.80 |
| HSL | 196.8º | 0.33% | 0.15% | - |
| HSV(B) | 196.8º | 0.5% | 0.2% | - |
| XYZ | 1.84 | 2.16 | 3.34 | - |
| YUV | 38.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 50 | 0.50 | 0.14 | 0 | 0.80 | 196.8 | 0.33 | 0.15 |
| Hex | 19 | 2B | 32 | 32 | E | 0 | 50 | C5 | 21 | F |
| Octal | 31 | 53 | 62 | 62 | 16 | 0 | 120 | 305 | 41 | 17 |
| Binary | 11001 | 101011 | 110010 | 110010 | 1110 | 0 | 1010000 | 11000101 | 100001 | 1111 |
Color Harmonies of #192B32
Complementary color
Monochromatic Colors of #192B32
Black with #192B32
Text Example
Text Example
White with #192B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B32; }
p { color: rgb(25,43,50); }
H1.HeaderClassName
{
color: #192B32;
}
.AnyTagClassName
{
color: #192B32;
}
</style>
background-color css
<style>
a { background-color: #192B32; }
a { background-color: rgb(25,43,50); }
div.DivClassName
{
background-color: #192B32;
}
.BgClassName
{
background-color: #192B32;
}
</style>
border-color css
<style>
span { border-color: #192B32; }
span { border-color: rgb(25,43,50); }
td.TdClassName
{
border-color: #192B32;
}
.TagClassName
{
border-color: #192B32;
}
</style>