Shades of Blackcurrant #1C0823
Tints of Blackcurrant #1C0823
RGB
CMYK
RGB Variations
Color information
#1C0823 (or 0x1C0823) is known color: Blackcurrant. HEX triplet: 1C, 08 and 23. RGB value is (28,8,35). Sum of RGB (Red+Green+Blue) = 28+8+35=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C0823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0823 is #E3F7DC. Grayscale: #101010. Windows color (decimal): -14940125 or 2295836. OLE color: 2295836.
HSL color Cylindrical-coordinate representation of color #1C0823: hue angle of 284.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C0823 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 8 | 35 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.86 |
| HSL | 284.44º | 0.63% | 0.08% | - |
| HSV(B) | 284.44º | 0.77% | 0.14% | - |
| XYZ | 0.87 | 0.54 | 1.65 | - |
| YUV | 17.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 35 | 0.20 | 0.77 | 0 | 0.86 | 284.44 | 0.63 | 0.08 |
| Hex | 1C | 8 | 23 | 14 | 4D | 0 | 56 | 11C | 3F | 8 |
| Octal | 34 | 10 | 43 | 24 | 115 | 0 | 126 | 434 | 77 | 10 |
| Binary | 11100 | 1000 | 100011 | 10100 | 1001101 | 0 | 1010110 | 100011100 | 111111 | 1000 |
Color Harmonies of #1C0823
Complementary color
Monochromatic Colors of #1C0823
Black with #1C0823
Text Example
Text Example
White with #1C0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0823; }
p { color: rgb(28,8,35); }
H1.HeaderClassName
{
color: #1C0823;
}
.AnyTagClassName
{
color: #1C0823;
}
</style>
background-color css
<style>
a { background-color: #1C0823; }
a { background-color: rgb(28,8,35); }
div.DivClassName
{
background-color: #1C0823;
}
.BgClassName
{
background-color: #1C0823;
}
</style>
border-color css
<style>
span { border-color: #1C0823; }
span { border-color: rgb(28,8,35); }
td.TdClassName
{
border-color: #1C0823;
}
.TagClassName
{
border-color: #1C0823;
}
</style>