Shades of Black Pearl #19222B
Tints of Black Pearl #19222B
RGB
CMYK
RGB Variations
Color information
#19222B (or 0x19222B) is known color: Black Pearl. HEX triplet: 19, 22 and 2B. RGB value is (25,34,43). Sum of RGB (Red+Green+Blue) = 25+34+43=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #19222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19222B is #E6DDD4. Grayscale: #202020. Windows color (decimal): -15130069 or 2826777. OLE color: 2826777.
HSL color Cylindrical-coordinate representation of color #19222B: hue angle of 210º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #19222B is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 34 | 43 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.83 |
| HSL | 210º | 0.26% | 0.13% | - |
| HSV(B) | 210º | 0.42% | 0.17% | - |
| XYZ | 1.41 | 1.53 | 2.51 | - |
| YUV | 32.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 43 | 0.42 | 0.21 | 0 | 0.83 | 210 | 0.26 | 0.13 |
| Hex | 19 | 22 | 2B | 2A | 15 | 0 | 53 | D2 | 1A | D |
| Octal | 31 | 42 | 53 | 52 | 25 | 0 | 123 | 322 | 32 | 15 |
| Binary | 11001 | 100010 | 101011 | 101010 | 10101 | 0 | 1010011 | 11010010 | 11010 | 1101 |
Color Harmonies of #19222B
Complementary color
Monochromatic Colors of #19222B
Black with #19222B
Text Example
Text Example
White with #19222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19222B; }
p { color: rgb(25,34,43); }
H1.HeaderClassName
{
color: #19222B;
}
.AnyTagClassName
{
color: #19222B;
}
</style>
background-color css
<style>
a { background-color: #19222B; }
a { background-color: rgb(25,34,43); }
div.DivClassName
{
background-color: #19222B;
}
.BgClassName
{
background-color: #19222B;
}
</style>
border-color css
<style>
span { border-color: #19222B; }
span { border-color: rgb(25,34,43); }
td.TdClassName
{
border-color: #19222B;
}
.TagClassName
{
border-color: #19222B;
}
</style>