Shades of Blackcurrant #1C1421
Tints of Blackcurrant #1C1421
RGB
CMYK
RGB Variations
Color information
#1C1421 (or 0x1C1421) is known color: Blackcurrant. HEX triplet: 1C, 14 and 21. RGB value is (28,20,33). Sum of RGB (Red+Green+Blue) = 28+20+33=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #1C1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1421 is #E3EBDE. Grayscale: #171717. Windows color (decimal): -14937055 or 2167836. OLE color: 2167836.
HSL color Cylindrical-coordinate representation of color #1C1421: hue angle of 276.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C1421 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 20 | 33 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.87 |
| HSL | 276.92º | 0.25% | 0.1% | - |
| HSV(B) | 276.92º | 0.39% | 0.13% | - |
| XYZ | 1 | 0.86 | 1.55 | - |
| YUV | 23.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 33 | 0.15 | 0.39 | 0 | 0.87 | 276.92 | 0.25 | 0.1 |
| Hex | 1C | 14 | 21 | F | 27 | 0 | 57 | 115 | 19 | A |
| Octal | 34 | 24 | 41 | 17 | 47 | 0 | 127 | 425 | 31 | 12 |
| Binary | 11100 | 10100 | 100001 | 1111 | 100111 | 0 | 1010111 | 100010101 | 11001 | 1010 |
Color Harmonies of #1C1421
Complementary color
Monochromatic Colors of #1C1421
Black with #1C1421
Text Example
Text Example
White with #1C1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1421; }
p { color: rgb(28,20,33); }
H1.HeaderClassName
{
color: #1C1421;
}
.AnyTagClassName
{
color: #1C1421;
}
</style>
background-color css
<style>
a { background-color: #1C1421; }
a { background-color: rgb(28,20,33); }
div.DivClassName
{
background-color: #1C1421;
}
.BgClassName
{
background-color: #1C1421;
}
</style>
border-color css
<style>
span { border-color: #1C1421; }
span { border-color: rgb(28,20,33); }
td.TdClassName
{
border-color: #1C1421;
}
.TagClassName
{
border-color: #1C1421;
}
</style>