Shades of Black Pearl #191B1D
Tints of Black Pearl #191B1D
RGB
CMYK
RGB Variations
Color information
#191B1D (or 0x191B1D) is known color: Black Pearl. HEX triplet: 19, 1B and 1D. RGB value is (25,27,29). Sum of RGB (Red+Green+Blue) = 25+27+29=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 29 - color contains mainly: blue. Hex color #191B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B1D is #E6E4E2. Grayscale: #1A1A1A. Windows color (decimal): -15131875 or 1907481. OLE color: 1907481.
HSL color Cylindrical-coordinate representation of color #191B1D: hue angle of 210º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #191B1D is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 29 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.89 |
| HSL | 210º | 0.07% | 0.11% | - |
| HSV(B) | 210º | 0.14% | 0.11% | - |
| XYZ | 1.01 | 1.08 | 1.32 | - |
| YUV | 26.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 29 | 0.14 | 0.07 | 0 | 0.89 | 210 | 0.07 | 0.11 |
| Hex | 19 | 1B | 1D | E | 7 | 0 | 59 | D2 | 7 | B |
| Octal | 31 | 33 | 35 | 16 | 7 | 0 | 131 | 322 | 7 | 13 |
| Binary | 11001 | 11011 | 11101 | 1110 | 111 | 0 | 1011001 | 11010010 | 111 | 1011 |
Color Harmonies of #191B1D
Complementary color
Monochromatic Colors of #191B1D
Black with #191B1D
Text Example
Text Example
White with #191B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B1D; }
p { color: rgb(25,27,29); }
H1.HeaderClassName
{
color: #191B1D;
}
.AnyTagClassName
{
color: #191B1D;
}
</style>
background-color css
<style>
a { background-color: #191B1D; }
a { background-color: rgb(25,27,29); }
div.DivClassName
{
background-color: #191B1D;
}
.BgClassName
{
background-color: #191B1D;
}
</style>
border-color css
<style>
span { border-color: #191B1D; }
span { border-color: rgb(25,27,29); }
td.TdClassName
{
border-color: #191B1D;
}
.TagClassName
{
border-color: #191B1D;
}
</style>