Shades of Blackcurrant #1C081F
Tints of Blackcurrant #1C081F
RGB
CMYK
RGB Variations
Color information
#1C081F (or 0x1C081F) is known color: Blackcurrant. HEX triplet: 1C, 08 and 1F. RGB value is (28,8,31). Sum of RGB (Red+Green+Blue) = 28+8+31=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C081F is #E3F7E0. Grayscale: #101010. Windows color (decimal): -14940129 or 2033692. OLE color: 2033692.
HSL color Cylindrical-coordinate representation of color #1C081F: hue angle of 292.17º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C081F is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 8 | 31 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.88 |
| HSL | 292.17º | 0.59% | 0.08% | - |
| HSV(B) | 292.17º | 0.74% | 0.12% | - |
| XYZ | 0.81 | 0.52 | 1.35 | - |
| YUV | 16.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 31 | 0.10 | 0.74 | 0 | 0.88 | 292.17 | 0.59 | 0.08 |
| Hex | 1C | 8 | 1F | A | 4A | 0 | 58 | 124 | 3B | 8 |
| Octal | 34 | 10 | 37 | 12 | 112 | 0 | 130 | 444 | 73 | 10 |
| Binary | 11100 | 1000 | 11111 | 1010 | 1001010 | 0 | 1011000 | 100100100 | 111011 | 1000 |
Color Harmonies of #1C081F
Complementary color
Monochromatic Colors of #1C081F
Black with #1C081F
Text Example
Text Example
White with #1C081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C081F; }
p { color: rgb(28,8,31); }
H1.HeaderClassName
{
color: #1C081F;
}
.AnyTagClassName
{
color: #1C081F;
}
</style>
background-color css
<style>
a { background-color: #1C081F; }
a { background-color: rgb(28,8,31); }
div.DivClassName
{
background-color: #1C081F;
}
.BgClassName
{
background-color: #1C081F;
}
</style>
border-color css
<style>
span { border-color: #1C081F; }
span { border-color: rgb(28,8,31); }
td.TdClassName
{
border-color: #1C081F;
}
.TagClassName
{
border-color: #1C081F;
}
</style>