Shades of Black Pearl #192833
Tints of Black Pearl #192833
RGB
CMYK
RGB Variations
Color information
#192833 (or 0x192833) is known color: Black Pearl. HEX triplet: 19, 28 and 33. RGB value is (25,40,51). Sum of RGB (Red+Green+Blue) = 25+40+51=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #192833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192833 is #E6D7CC. Grayscale: #242424. Windows color (decimal): -15128525 or 3352601. OLE color: 3352601.
HSL color Cylindrical-coordinate representation of color #192833: hue angle of 205.38º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #192833 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 40 | 51 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.8 |
| HSL | 205.38º | 0.34% | 0.15% | - |
| HSV(B) | 205.38º | 0.51% | 0.2% | - |
| XYZ | 1.76 | 1.96 | 3.42 | - |
| YUV | 36.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 51 | 0.51 | 0.22 | 0 | 0.8 | 205.38 | 0.34 | 0.15 |
| Hex | 19 | 28 | 33 | 33 | 16 | 0 | 50 | CD | 22 | F |
| Octal | 31 | 50 | 63 | 63 | 26 | 0 | 120 | 315 | 42 | 17 |
| Binary | 11001 | 101000 | 110011 | 110011 | 10110 | 0 | 1010000 | 11001101 | 100010 | 1111 |
Color Harmonies of #192833
Complementary color
Monochromatic Colors of #192833
Black with #192833
Text Example
Text Example
White with #192833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192833; }
p { color: rgb(25,40,51); }
H1.HeaderClassName
{
color: #192833;
}
.AnyTagClassName
{
color: #192833;
}
</style>
background-color css
<style>
a { background-color: #192833; }
a { background-color: rgb(25,40,51); }
div.DivClassName
{
background-color: #192833;
}
.BgClassName
{
background-color: #192833;
}
</style>
border-color css
<style>
span { border-color: #192833; }
span { border-color: rgb(25,40,51); }
td.TdClassName
{
border-color: #192833;
}
.TagClassName
{
border-color: #192833;
}
</style>