Shades of Blackcurrant #1B191C
Tints of Blackcurrant #1B191C
RGB
CMYK
RGB Variations
Color information
#1B191C (or 0x1B191C) is known color: Blackcurrant. HEX triplet: 1B, 19 and 1C. RGB value is (27,25,28). Sum of RGB (Red+Green+Blue) = 27+25+28=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 25 (10.16% from 255 or 31.25% 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 #1B191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B191C is #E4E6E3. Grayscale: #191919. Windows color (decimal): -15001316 or 1841435. OLE color: 1841435.
HSL color Cylindrical-coordinate representation of color #1B191C: hue angle of 280º 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 #1B191C is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 25 | 28 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.89 |
| HSL | 280º | 0.06% | 0.1% | - |
| HSV(B) | 280º | 0.11% | 0.11% | - |
| XYZ | 1.01 | 1.01 | 1.24 | - |
| YUV | 25.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 28 | 0.04 | 0.11 | 0 | 0.89 | 280 | 0.06 | 0.1 |
| Hex | 1B | 19 | 1C | 4 | B | 0 | 59 | 118 | 6 | A |
| Octal | 33 | 31 | 34 | 4 | 13 | 0 | 131 | 430 | 6 | 12 |
| Binary | 11011 | 11001 | 11100 | 100 | 1011 | 0 | 1011001 | 100011000 | 110 | 1010 |
Color Harmonies of #1B191C
Complementary color
Monochromatic Colors of #1B191C
Black with #1B191C
Text Example
Text Example
White with #1B191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B191C; }
p { color: rgb(27,25,28); }
H1.HeaderClassName
{
color: #1B191C;
}
.AnyTagClassName
{
color: #1B191C;
}
</style>
background-color css
<style>
a { background-color: #1B191C; }
a { background-color: rgb(27,25,28); }
div.DivClassName
{
background-color: #1B191C;
}
.BgClassName
{
background-color: #1B191C;
}
</style>
border-color css
<style>
span { border-color: #1B191C; }
span { border-color: rgb(27,25,28); }
td.TdClassName
{
border-color: #1B191C;
}
.TagClassName
{
border-color: #1B191C;
}
</style>