Shades of Black Pearl #191B1C
Tints of Black Pearl #191B1C
RGB
CMYK
RGB Variations
Color information
#191B1C (or 0x191B1C) is known color: Black Pearl. HEX triplet: 19, 1B and 1C. RGB value is (25,27,28). Sum of RGB (Red+Green+Blue) = 25+27+28=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 28 - color contains mainly: blue. Hex color #191B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B1C is #E6E4E3. Grayscale: #1A1A1A. Windows color (decimal): -15131876 or 1841945. OLE color: 1841945.
HSL color Cylindrical-coordinate representation of color #191B1C: hue angle of 200º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #191B1C is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 28 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.89 |
| HSL | 200º | 0.06% | 0.1% | - |
| HSV(B) | 200º | 0.11% | 0.11% | - |
| XYZ | 1 | 1.07 | 1.25 | - |
| YUV | 26.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 28 | 0.11 | 0.04 | 0 | 0.89 | 200 | 0.06 | 0.1 |
| Hex | 19 | 1B | 1C | B | 4 | 0 | 59 | C8 | 6 | A |
| Octal | 31 | 33 | 34 | 13 | 4 | 0 | 131 | 310 | 6 | 12 |
| Binary | 11001 | 11011 | 11100 | 1011 | 100 | 0 | 1011001 | 11001000 | 110 | 1010 |
Color Harmonies of #191B1C
Complementary color
Monochromatic Colors of #191B1C
Black with #191B1C
Text Example
Text Example
White with #191B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B1C; }
p { color: rgb(25,27,28); }
H1.HeaderClassName
{
color: #191B1C;
}
.AnyTagClassName
{
color: #191B1C;
}
</style>
background-color css
<style>
a { background-color: #191B1C; }
a { background-color: rgb(25,27,28); }
div.DivClassName
{
background-color: #191B1C;
}
.BgClassName
{
background-color: #191B1C;
}
</style>
border-color css
<style>
span { border-color: #191B1C; }
span { border-color: rgb(25,27,28); }
td.TdClassName
{
border-color: #191B1C;
}
.TagClassName
{
border-color: #191B1C;
}
</style>