Shades of Blackcurrant #1C1423
Tints of Blackcurrant #1C1423
RGB
CMYK
RGB Variations
Color information
#1C1423 (or 0x1C1423) is known color: Blackcurrant. HEX triplet: 1C, 14 and 23. RGB value is (28,20,35). Sum of RGB (Red+Green+Blue) = 28+20+35=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C1423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1423 is #E3EBDC. Grayscale: #181818. Windows color (decimal): -14937053 or 2298908. OLE color: 2298908.
HSL color Cylindrical-coordinate representation of color #1C1423: hue angle of 272º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C1423 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 20 | 35 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.86 |
| HSL | 272º | 0.27% | 0.11% | - |
| HSV(B) | 272º | 0.43% | 0.14% | - |
| XYZ | 1.03 | 0.87 | 1.7 | - |
| YUV | 24.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 35 | 0.20 | 0.43 | 0 | 0.86 | 272 | 0.27 | 0.11 |
| Hex | 1C | 14 | 23 | 14 | 2B | 0 | 56 | 110 | 1B | B |
| Octal | 34 | 24 | 43 | 24 | 53 | 0 | 126 | 420 | 33 | 13 |
| Binary | 11100 | 10100 | 100011 | 10100 | 101011 | 0 | 1010110 | 100010000 | 11011 | 1011 |
Color Harmonies of #1C1423
Complementary color
Monochromatic Colors of #1C1423
Black with #1C1423
Text Example
Text Example
White with #1C1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1423; }
p { color: rgb(28,20,35); }
H1.HeaderClassName
{
color: #1C1423;
}
.AnyTagClassName
{
color: #1C1423;
}
</style>
background-color css
<style>
a { background-color: #1C1423; }
a { background-color: rgb(28,20,35); }
div.DivClassName
{
background-color: #1C1423;
}
.BgClassName
{
background-color: #1C1423;
}
</style>
border-color css
<style>
span { border-color: #1C1423; }
span { border-color: rgb(28,20,35); }
td.TdClassName
{
border-color: #1C1423;
}
.TagClassName
{
border-color: #1C1423;
}
</style>