Shades of Black Pearl #192E35
Tints of Black Pearl #192E35
RGB
CMYK
RGB Variations
Color information
#192E35 (or 0x192E35) is known color: Black Pearl. HEX triplet: 19, 2E and 35. RGB value is (25,46,53). Sum of RGB (Red+Green+Blue) = 25+46+53=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #192E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E35 is #E6D1CA. Grayscale: #282828. Windows color (decimal): -15126987 or 3485209. OLE color: 3485209.
HSL color Cylindrical-coordinate representation of color #192E35: hue angle of 195º 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 #192E35 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 46 | 53 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.79 |
| HSL | 195º | 0.36% | 0.15% | - |
| HSV(B) | 195º | 0.53% | 0.21% | - |
| XYZ | 2.02 | 2.42 | 3.73 | - |
| YUV | 40.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 53 | 0.53 | 0.13 | 0 | 0.79 | 195 | 0.36 | 0.15 |
| Hex | 19 | 2E | 35 | 35 | D | 0 | 4F | C3 | 24 | F |
| Octal | 31 | 56 | 65 | 65 | 15 | 0 | 117 | 303 | 44 | 17 |
| Binary | 11001 | 101110 | 110101 | 110101 | 1101 | 0 | 1001111 | 11000011 | 100100 | 1111 |
Color Harmonies of #192E35
Complementary color
Monochromatic Colors of #192E35
Black with #192E35
Text Example
Text Example
White with #192E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E35; }
p { color: rgb(25,46,53); }
H1.HeaderClassName
{
color: #192E35;
}
.AnyTagClassName
{
color: #192E35;
}
</style>
background-color css
<style>
a { background-color: #192E35; }
a { background-color: rgb(25,46,53); }
div.DivClassName
{
background-color: #192E35;
}
.BgClassName
{
background-color: #192E35;
}
</style>
border-color css
<style>
span { border-color: #192E35; }
span { border-color: rgb(25,46,53); }
td.TdClassName
{
border-color: #192E35;
}
.TagClassName
{
border-color: #192E35;
}
</style>