Shades of Blackcurrant #1C161F
Tints of Blackcurrant #1C161F
RGB
CMYK
RGB Variations
Color information
#1C161F (or 0x1C161F) is known color: Blackcurrant. HEX triplet: 1C, 16 and 1F. RGB value is (28,22,31). Sum of RGB (Red+Green+Blue) = 28+22+31=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C161F is #E3E9E0. Grayscale: #181818. Windows color (decimal): -14936545 or 2037276. OLE color: 2037276.
HSL color Cylindrical-coordinate representation of color #1C161F: hue angle of 280º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1C161F is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 22 | 31 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.88 |
| HSL | 280º | 0.17% | 0.1% | - |
| HSV(B) | 280º | 0.29% | 0.12% | - |
| XYZ | 1.01 | 0.92 | 1.42 | - |
| YUV | 24.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 31 | 0.10 | 0.29 | 0 | 0.88 | 280 | 0.17 | 0.1 |
| Hex | 1C | 16 | 1F | A | 1D | 0 | 58 | 118 | 11 | A |
| Octal | 34 | 26 | 37 | 12 | 35 | 0 | 130 | 430 | 21 | 12 |
| Binary | 11100 | 10110 | 11111 | 1010 | 11101 | 0 | 1011000 | 100011000 | 10001 | 1010 |
Color Harmonies of #1C161F
Complementary color
Monochromatic Colors of #1C161F
Black with #1C161F
Text Example
Text Example
White with #1C161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C161F; }
p { color: rgb(28,22,31); }
H1.HeaderClassName
{
color: #1C161F;
}
.AnyTagClassName
{
color: #1C161F;
}
</style>
background-color css
<style>
a { background-color: #1C161F; }
a { background-color: rgb(28,22,31); }
div.DivClassName
{
background-color: #1C161F;
}
.BgClassName
{
background-color: #1C161F;
}
</style>
border-color css
<style>
span { border-color: #1C161F; }
span { border-color: rgb(28,22,31); }
td.TdClassName
{
border-color: #1C161F;
}
.TagClassName
{
border-color: #1C161F;
}
</style>