Shades of Blackcurrant #1C1223
Tints of Blackcurrant #1C1223
RGB
CMYK
RGB Variations
Color information
#1C1223 (or 0x1C1223) is known color: Blackcurrant. HEX triplet: 1C, 12 and 23. RGB value is (28,18,35). Sum of RGB (Red+Green+Blue) = 28+18+35=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C1223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1223 is #E3EDDC. Grayscale: #161616. Windows color (decimal): -14937565 or 2298396. OLE color: 2298396.
HSL color Cylindrical-coordinate representation of color #1C1223: hue angle of 275.29º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C1223 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 18 | 35 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.86 |
| HSL | 275.29º | 0.32% | 0.1% | - |
| HSV(B) | 275.29º | 0.49% | 0.14% | - |
| XYZ | 1 | 0.8 | 1.69 | - |
| YUV | 22.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 35 | 0.20 | 0.49 | 0 | 0.86 | 275.29 | 0.32 | 0.1 |
| Hex | 1C | 12 | 23 | 14 | 31 | 0 | 56 | 113 | 20 | A |
| Octal | 34 | 22 | 43 | 24 | 61 | 0 | 126 | 423 | 40 | 12 |
| Binary | 11100 | 10010 | 100011 | 10100 | 110001 | 0 | 1010110 | 100010011 | 100000 | 1010 |
Color Harmonies of #1C1223
Complementary color
Monochromatic Colors of #1C1223
Black with #1C1223
Text Example
Text Example
White with #1C1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1223; }
p { color: rgb(28,18,35); }
H1.HeaderClassName
{
color: #1C1223;
}
.AnyTagClassName
{
color: #1C1223;
}
</style>
background-color css
<style>
a { background-color: #1C1223; }
a { background-color: rgb(28,18,35); }
div.DivClassName
{
background-color: #1C1223;
}
.BgClassName
{
background-color: #1C1223;
}
</style>
border-color css
<style>
span { border-color: #1C1223; }
span { border-color: rgb(28,18,35); }
td.TdClassName
{
border-color: #1C1223;
}
.TagClassName
{
border-color: #1C1223;
}
</style>