Shades of Blackcurrant #1C191F
Tints of Blackcurrant #1C191F
RGB
CMYK
RGB Variations
Color information
#1C191F (or 0x1C191F) is known color: Blackcurrant. HEX triplet: 1C, 19 and 1F. RGB value is (28,25,31). Sum of RGB (Red+Green+Blue) = 28+25+31=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C191F is #E3E6E0. Grayscale: #1A1A1A. Windows color (decimal): -14935777 or 2038044. OLE color: 2038044.
HSL color Cylindrical-coordinate representation of color #1C191F: hue angle of 270º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1C191F is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 25 | 31 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.88 |
| HSL | 270º | 0.11% | 0.11% | - |
| HSV(B) | 270º | 0.19% | 0.12% | - |
| XYZ | 1.07 | 1.04 | 1.44 | - |
| YUV | 26.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 31 | 0.10 | 0.19 | 0 | 0.88 | 270 | 0.11 | 0.11 |
| Hex | 1C | 19 | 1F | A | 13 | 0 | 58 | 10E | B | B |
| Octal | 34 | 31 | 37 | 12 | 23 | 0 | 130 | 416 | 13 | 13 |
| Binary | 11100 | 11001 | 11111 | 1010 | 10011 | 0 | 1011000 | 100001110 | 1011 | 1011 |
Color Harmonies of #1C191F
Complementary color
Monochromatic Colors of #1C191F
Black with #1C191F
Text Example
Text Example
White with #1C191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C191F; }
p { color: rgb(28,25,31); }
H1.HeaderClassName
{
color: #1C191F;
}
.AnyTagClassName
{
color: #1C191F;
}
</style>
background-color css
<style>
a { background-color: #1C191F; }
a { background-color: rgb(28,25,31); }
div.DivClassName
{
background-color: #1C191F;
}
.BgClassName
{
background-color: #1C191F;
}
</style>
border-color css
<style>
span { border-color: #1C191F; }
span { border-color: rgb(28,25,31); }
td.TdClassName
{
border-color: #1C191F;
}
.TagClassName
{
border-color: #1C191F;
}
</style>