Shades of Black Pearl #192A34
Tints of Black Pearl #192A34
RGB
CMYK
RGB Variations
Color information
#192A34 (or 0x192A34) is known color: Black Pearl. HEX triplet: 19, 2A and 34. RGB value is (25,42,52). Sum of RGB (Red+Green+Blue) = 25+42+52=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #192A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A34 is #E6D5CB. Grayscale: #262626. Windows color (decimal): -15128012 or 3418649. OLE color: 3418649.
HSL color Cylindrical-coordinate representation of color #192A34: hue angle of 202.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #192A34 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 42 | 52 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.80 |
| HSL | 202.22º | 0.35% | 0.15% | - |
| HSV(B) | 202.22º | 0.52% | 0.2% | - |
| XYZ | 1.85 | 2.11 | 3.56 | - |
| YUV | 38.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 52 | 0.52 | 0.19 | 0 | 0.80 | 202.22 | 0.35 | 0.15 |
| Hex | 19 | 2A | 34 | 34 | 13 | 0 | 50 | CA | 23 | F |
| Octal | 31 | 52 | 64 | 64 | 23 | 0 | 120 | 312 | 43 | 17 |
| Binary | 11001 | 101010 | 110100 | 110100 | 10011 | 0 | 1010000 | 11001010 | 100011 | 1111 |
Color Harmonies of #192A34
Complementary color
Monochromatic Colors of #192A34
Black with #192A34
Text Example
Text Example
White with #192A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A34; }
p { color: rgb(25,42,52); }
H1.HeaderClassName
{
color: #192A34;
}
.AnyTagClassName
{
color: #192A34;
}
</style>
background-color css
<style>
a { background-color: #192A34; }
a { background-color: rgb(25,42,52); }
div.DivClassName
{
background-color: #192A34;
}
.BgClassName
{
background-color: #192A34;
}
</style>
border-color css
<style>
span { border-color: #192A34; }
span { border-color: rgb(25,42,52); }
td.TdClassName
{
border-color: #192A34;
}
.TagClassName
{
border-color: #192A34;
}
</style>