Shades of Black Pearl #192629
Tints of Black Pearl #192629
RGB
CMYK
RGB Variations
Color information
#192629 (or 0x192629) is known color: Black Pearl. HEX triplet: 19, 26 and 29. RGB value is (25,38,41). Sum of RGB (Red+Green+Blue) = 25+38+41=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 41 - color contains mainly: blue. Hex color #192629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192629 is #E6D9D6. Grayscale: #222222. Windows color (decimal): -15129047 or 2696729. OLE color: 2696729.
HSL color Cylindrical-coordinate representation of color #192629: hue angle of 191.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #192629 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 38 | 41 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.84 |
| HSL | 191.25º | 0.24% | 0.13% | - |
| HSV(B) | 191.25º | 0.39% | 0.16% | - |
| XYZ | 1.49 | 1.75 | 2.36 | - |
| YUV | 34.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 41 | 0.39 | 0.07 | 0 | 0.84 | 191.25 | 0.24 | 0.13 |
| Hex | 19 | 26 | 29 | 27 | 7 | 0 | 54 | BF | 18 | D |
| Octal | 31 | 46 | 51 | 47 | 7 | 0 | 124 | 277 | 30 | 15 |
| Binary | 11001 | 100110 | 101001 | 100111 | 111 | 0 | 1010100 | 10111111 | 11000 | 1101 |
Color Harmonies of #192629
Complementary color
Monochromatic Colors of #192629
Black with #192629
Text Example
Text Example
White with #192629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192629; }
p { color: rgb(25,38,41); }
H1.HeaderClassName
{
color: #192629;
}
.AnyTagClassName
{
color: #192629;
}
</style>
background-color css
<style>
a { background-color: #192629; }
a { background-color: rgb(25,38,41); }
div.DivClassName
{
background-color: #192629;
}
.BgClassName
{
background-color: #192629;
}
</style>
border-color css
<style>
span { border-color: #192629; }
span { border-color: rgb(25,38,41); }
td.TdClassName
{
border-color: #192629;
}
.TagClassName
{
border-color: #192629;
}
</style>