Shades of Blackcurrant #1C0A23
Tints of Blackcurrant #1C0A23
RGB
CMYK
RGB Variations
Color information
#1C0A23 (or 0x1C0A23) is known color: Blackcurrant. HEX triplet: 1C, 0A and 23. RGB value is (28,10,35). Sum of RGB (Red+Green+Blue) = 28+10+35=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C0A23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0A23 is #E3F5DC. Grayscale: #121212. Windows color (decimal): -14939613 or 2296348. OLE color: 2296348.
HSL color Cylindrical-coordinate representation of color #1C0A23: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0A23 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 10 | 35 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.86 |
| HSL | 283.2º | 0.56% | 0.09% | - |
| HSV(B) | 283.2º | 0.71% | 0.14% | - |
| XYZ | 0.89 | 0.59 | 1.66 | - |
| YUV | 18.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 35 | 0.20 | 0.71 | 0 | 0.86 | 283.2 | 0.56 | 0.09 |
| Hex | 1C | A | 23 | 14 | 47 | 0 | 56 | 11B | 38 | 9 |
| Octal | 34 | 12 | 43 | 24 | 107 | 0 | 126 | 433 | 70 | 11 |
| Binary | 11100 | 1010 | 100011 | 10100 | 1000111 | 0 | 1010110 | 100011011 | 111000 | 1001 |
Color Harmonies of #1C0A23
Complementary color
Monochromatic Colors of #1C0A23
Black with #1C0A23
Text Example
Text Example
White with #1C0A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A23; }
p { color: rgb(28,10,35); }
H1.HeaderClassName
{
color: #1C0A23;
}
.AnyTagClassName
{
color: #1C0A23;
}
</style>
background-color css
<style>
a { background-color: #1C0A23; }
a { background-color: rgb(28,10,35); }
div.DivClassName
{
background-color: #1C0A23;
}
.BgClassName
{
background-color: #1C0A23;
}
</style>
border-color css
<style>
span { border-color: #1C0A23; }
span { border-color: rgb(28,10,35); }
td.TdClassName
{
border-color: #1C0A23;
}
.TagClassName
{
border-color: #1C0A23;
}
</style>