Shades of Black Pearl #192B35
Tints of Black Pearl #192B35
RGB
CMYK
RGB Variations
Color information
#192B35 (or 0x192B35) is known color: Black Pearl. HEX triplet: 19, 2B and 35. RGB value is (25,43,53). Sum of RGB (Red+Green+Blue) = 25+43+53=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #192B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192B35 is #E6D4CA. Grayscale: #262626. Windows color (decimal): -15127755 or 3484441. OLE color: 3484441.
HSL color Cylindrical-coordinate representation of color #192B35: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #192B35 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 43 | 53 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.79 |
| HSL | 201.43º | 0.36% | 0.15% | - |
| HSV(B) | 201.43º | 0.53% | 0.21% | - |
| XYZ | 1.91 | 2.19 | 3.69 | - |
| YUV | 38.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 53 | 0.53 | 0.19 | 0 | 0.79 | 201.43 | 0.36 | 0.15 |
| Hex | 19 | 2B | 35 | 35 | 13 | 0 | 4F | C9 | 24 | F |
| Octal | 31 | 53 | 65 | 65 | 23 | 0 | 117 | 311 | 44 | 17 |
| Binary | 11001 | 101011 | 110101 | 110101 | 10011 | 0 | 1001111 | 11001001 | 100100 | 1111 |
Color Harmonies of #192B35
Complementary color
Monochromatic Colors of #192B35
Black with #192B35
Text Example
Text Example
White with #192B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B35; }
p { color: rgb(25,43,53); }
H1.HeaderClassName
{
color: #192B35;
}
.AnyTagClassName
{
color: #192B35;
}
</style>
background-color css
<style>
a { background-color: #192B35; }
a { background-color: rgb(25,43,53); }
div.DivClassName
{
background-color: #192B35;
}
.BgClassName
{
background-color: #192B35;
}
</style>
border-color css
<style>
span { border-color: #192B35; }
span { border-color: rgb(25,43,53); }
td.TdClassName
{
border-color: #192B35;
}
.TagClassName
{
border-color: #192B35;
}
</style>