Shades of Black Pearl #191A1B
Tints of Black Pearl #191A1B
RGB
CMYK
RGB Variations
Color information
#191A1B (or 0x191A1B) is known color: Black Pearl. HEX triplet: 19, 1A and 1B. RGB value is (25,26,27). Sum of RGB (Red+Green+Blue) = 25+26+27=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 27 - color contains mainly: blue. Hex color #191A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A1B is #E6E5E4. Grayscale: #191919. Windows color (decimal): -15132133 or 1776153. OLE color: 1776153.
HSL color Cylindrical-coordinate representation of color #191A1B: hue angle of 210º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #191A1B is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 26 | 27 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.89 |
| HSL | 210º | 0.04% | 0.1% | - |
| HSV(B) | 210º | 0.07% | 0.11% | - |
| XYZ | 0.97 | 1.02 | 1.18 | - |
| YUV | 25.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 27 | 0.07 | 0.04 | 0 | 0.89 | 210 | 0.04 | 0.1 |
| Hex | 19 | 1A | 1B | 7 | 4 | 0 | 59 | D2 | 4 | A |
| Octal | 31 | 32 | 33 | 7 | 4 | 0 | 131 | 322 | 4 | 12 |
| Binary | 11001 | 11010 | 11011 | 111 | 100 | 0 | 1011001 | 11010010 | 100 | 1010 |
Color Harmonies of #191A1B
Complementary color
Monochromatic Colors of #191A1B
Black with #191A1B
Text Example
Text Example
White with #191A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A1B; }
p { color: rgb(25,26,27); }
H1.HeaderClassName
{
color: #191A1B;
}
.AnyTagClassName
{
color: #191A1B;
}
</style>
background-color css
<style>
a { background-color: #191A1B; }
a { background-color: rgb(25,26,27); }
div.DivClassName
{
background-color: #191A1B;
}
.BgClassName
{
background-color: #191A1B;
}
</style>
border-color css
<style>
span { border-color: #191A1B; }
span { border-color: rgb(25,26,27); }
td.TdClassName
{
border-color: #191A1B;
}
.TagClassName
{
border-color: #191A1B;
}
</style>