Shades of Blackcurrant #1B191D
Tints of Blackcurrant #1B191D
RGB
CMYK
RGB Variations
Color information
#1B191D (or 0x1B191D) is known color: Blackcurrant. HEX triplet: 1B, 19 and 1D. RGB value is (27,25,29). Sum of RGB (Red+Green+Blue) = 27+25+29=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 25 (10.16% from 255 or 30.86% 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 #1B191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B191D is #E4E6E2. Grayscale: #1A1A1A. Windows color (decimal): -15001315 or 1906971. OLE color: 1906971.
HSL color Cylindrical-coordinate representation of color #1B191D: hue angle of 270º 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 #1B191D is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 25 | 29 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.89 |
| HSL | 270º | 0.07% | 0.11% | - |
| HSV(B) | 270º | 0.14% | 0.11% | - |
| XYZ | 1.02 | 1.02 | 1.3 | - |
| YUV | 26.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 29 | 0.07 | 0.14 | 0 | 0.89 | 270 | 0.07 | 0.11 |
| Hex | 1B | 19 | 1D | 7 | E | 0 | 59 | 10E | 7 | B |
| Octal | 33 | 31 | 35 | 7 | 16 | 0 | 131 | 416 | 7 | 13 |
| Binary | 11011 | 11001 | 11101 | 111 | 1110 | 0 | 1011001 | 100001110 | 111 | 1011 |
Color Harmonies of #1B191D
Complementary color
Monochromatic Colors of #1B191D
Black with #1B191D
Text Example
Text Example
White with #1B191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B191D; }
p { color: rgb(27,25,29); }
H1.HeaderClassName
{
color: #1B191D;
}
.AnyTagClassName
{
color: #1B191D;
}
</style>
background-color css
<style>
a { background-color: #1B191D; }
a { background-color: rgb(27,25,29); }
div.DivClassName
{
background-color: #1B191D;
}
.BgClassName
{
background-color: #1B191D;
}
</style>
border-color css
<style>
span { border-color: #1B191D; }
span { border-color: rgb(27,25,29); }
td.TdClassName
{
border-color: #1B191D;
}
.TagClassName
{
border-color: #1B191D;
}
</style>