Shades of Blackcurrant #1C031F
Tints of Blackcurrant #1C031F
RGB
CMYK
RGB Variations
Color information
#1C031F (or 0x1C031F) is known color: Blackcurrant. HEX triplet: 1C, 03 and 1F. RGB value is (28,3,31). Sum of RGB (Red+Green+Blue) = 28+3+31=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C031F is #E3FCE0. Grayscale: #0D0D0D. Windows color (decimal): -14941409 or 2032412. OLE color: 2032412.
HSL color Cylindrical-coordinate representation of color #1C031F: hue angle of 293.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C031F is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 3 | 31 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.88 |
| HSL | 293.57º | 0.82% | 0.07% | - |
| HSV(B) | 293.57º | 0.9% | 0.12% | - |
| XYZ | 0.76 | 0.41 | 1.34 | - |
| YUV | 13.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 31 | 0.10 | 0.90 | 0 | 0.88 | 293.57 | 0.82 | 0.07 |
| Hex | 1C | 3 | 1F | A | 5A | 0 | 58 | 126 | 52 | 7 |
| Octal | 34 | 3 | 37 | 12 | 132 | 0 | 130 | 446 | 122 | 7 |
| Binary | 11100 | 11 | 11111 | 1010 | 1011010 | 0 | 1011000 | 100100110 | 1010010 | 111 |
Color Harmonies of #1C031F
Complementary color
Monochromatic Colors of #1C031F
Black with #1C031F
Text Example
Text Example
White with #1C031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C031F; }
p { color: rgb(28,3,31); }
H1.HeaderClassName
{
color: #1C031F;
}
.AnyTagClassName
{
color: #1C031F;
}
</style>
background-color css
<style>
a { background-color: #1C031F; }
a { background-color: rgb(28,3,31); }
div.DivClassName
{
background-color: #1C031F;
}
.BgClassName
{
background-color: #1C031F;
}
</style>
border-color css
<style>
span { border-color: #1C031F; }
span { border-color: rgb(28,3,31); }
td.TdClassName
{
border-color: #1C031F;
}
.TagClassName
{
border-color: #1C031F;
}
</style>