Shades of Blackcurrant #1C141E
Tints of Blackcurrant #1C141E
RGB
CMYK
RGB Variations
Color information
#1C141E (or 0x1C141E) is known color: Blackcurrant. HEX triplet: 1C, 14 and 1E. RGB value is (28,20,30). Sum of RGB (Red+Green+Blue) = 28+20+30=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141E is #E3EBE1. Grayscale: #171717. Windows color (decimal): -14937058 or 1971228. OLE color: 1971228.
HSL color Cylindrical-coordinate representation of color #1C141E: hue angle of 288º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1C141E is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 20 | 30 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.88 |
| HSL | 288º | 0.2% | 0.1% | - |
| HSV(B) | 288º | 0.33% | 0.12% | - |
| XYZ | 0.96 | 0.84 | 1.34 | - |
| YUV | 23.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 30 | 0.07 | 0.33 | 0 | 0.88 | 288 | 0.2 | 0.1 |
| Hex | 1C | 14 | 1E | 7 | 21 | 0 | 58 | 120 | 14 | A |
| Octal | 34 | 24 | 36 | 7 | 41 | 0 | 130 | 440 | 24 | 12 |
| Binary | 11100 | 10100 | 11110 | 111 | 100001 | 0 | 1011000 | 100100000 | 10100 | 1010 |
Color Harmonies of #1C141E
Complementary color
Monochromatic Colors of #1C141E
Black with #1C141E
Text Example
Text Example
White with #1C141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C141E; }
p { color: rgb(28,20,30); }
H1.HeaderClassName
{
color: #1C141E;
}
.AnyTagClassName
{
color: #1C141E;
}
</style>
background-color css
<style>
a { background-color: #1C141E; }
a { background-color: rgb(28,20,30); }
div.DivClassName
{
background-color: #1C141E;
}
.BgClassName
{
background-color: #1C141E;
}
</style>
border-color css
<style>
span { border-color: #1C141E; }
span { border-color: rgb(28,20,30); }
td.TdClassName
{
border-color: #1C141E;
}
.TagClassName
{
border-color: #1C141E;
}
</style>