Shades of Blackcurrant #1C001F
Tints of Blackcurrant #1C001F
RGB
CMYK
RGB Variations
Color information
#1C001F (or 0x1C001F) is known color: Blackcurrant. HEX triplet: 1C, 00 and 1F. RGB value is (28,0,31). Sum of RGB (Red+Green+Blue) = 28+0+31=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C001F is #E3FFE0. Grayscale: #0B0B0B. Windows color (decimal): -14942177 or 2031644. OLE color: 2031644.
HSL color Cylindrical-coordinate representation of color #1C001F: hue angle of 294.19º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C001F is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 0 | 31 | - |
| CMYK | 0.10 | 1 | 0 | 0.88 |
| HSL | 294.19º | 1% | 0.06% | - |
| HSV(B) | 294.19º | 1% | 0.12% | - |
| XYZ | 0.73 | 0.35 | 1.32 | - |
| YUV | 11.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 31 | 0.10 | 1 | 0 | 0.88 | 294.19 | 1 | 0.06 |
| Hex | 1C | 0 | 1F | A | 64 | 0 | 58 | 126 | 64 | 6 |
| Octal | 34 | 0 | 37 | 12 | 144 | 0 | 130 | 446 | 144 | 6 |
| Binary | 11100 | 0 | 11111 | 1010 | 1100100 | 0 | 1011000 | 100100110 | 1100100 | 110 |
Color Harmonies of #1C001F
Complementary color
Monochromatic Colors of #1C001F
Black with #1C001F
Text Example
Text Example
White with #1C001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C001F; }
p { color: rgb(28,0,31); }
H1.HeaderClassName
{
color: #1C001F;
}
.AnyTagClassName
{
color: #1C001F;
}
</style>
background-color css
<style>
a { background-color: #1C001F; }
a { background-color: rgb(28,0,31); }
div.DivClassName
{
background-color: #1C001F;
}
.BgClassName
{
background-color: #1C001F;
}
</style>
border-color css
<style>
span { border-color: #1C001F; }
span { border-color: rgb(28,0,31); }
td.TdClassName
{
border-color: #1C001F;
}
.TagClassName
{
border-color: #1C001F;
}
</style>