Shades of Blackcurrant #1C141F
Tints of Blackcurrant #1C141F
RGB
CMYK
RGB Variations
Color information
#1C141F (or 0x1C141F) is known color: Blackcurrant. HEX triplet: 1C, 14 and 1F. RGB value is (28,20,31). Sum of RGB (Red+Green+Blue) = 28+20+31=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141F is #E3EBE0. Grayscale: #171717. Windows color (decimal): -14937057 or 2036764. OLE color: 2036764.
HSL color Cylindrical-coordinate representation of color #1C141F: hue angle of 283.64º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1C141F is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 20 | 31 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.88 |
| HSL | 283.64º | 0.22% | 0.1% | - |
| HSV(B) | 283.64º | 0.35% | 0.12% | - |
| XYZ | 0.98 | 0.85 | 1.41 | - |
| YUV | 23.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 31 | 0.10 | 0.35 | 0 | 0.88 | 283.64 | 0.22 | 0.1 |
| Hex | 1C | 14 | 1F | A | 23 | 0 | 58 | 11C | 16 | A |
| Octal | 34 | 24 | 37 | 12 | 43 | 0 | 130 | 434 | 26 | 12 |
| Binary | 11100 | 10100 | 11111 | 1010 | 100011 | 0 | 1011000 | 100011100 | 10110 | 1010 |
Color Harmonies of #1C141F
Complementary color
Monochromatic Colors of #1C141F
Black with #1C141F
Text Example
Text Example
White with #1C141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C141F; }
p { color: rgb(28,20,31); }
H1.HeaderClassName
{
color: #1C141F;
}
.AnyTagClassName
{
color: #1C141F;
}
</style>
background-color css
<style>
a { background-color: #1C141F; }
a { background-color: rgb(28,20,31); }
div.DivClassName
{
background-color: #1C141F;
}
.BgClassName
{
background-color: #1C141F;
}
</style>
border-color css
<style>
span { border-color: #1C141F; }
span { border-color: rgb(28,20,31); }
td.TdClassName
{
border-color: #1C141F;
}
.TagClassName
{
border-color: #1C141F;
}
</style>