Shades of Blackcurrant #1C0831
Tints of Blackcurrant #1C0831
RGB
CMYK
RGB Variations
Color information
#1C0831 (or 0x1C0831) is known color: Blackcurrant. HEX triplet: 1C, 08 and 31. RGB value is (28,8,49). Sum of RGB (Red+Green+Blue) = 28+8+49=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C0831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0831 is #E3F7CE. Grayscale: #121212. Windows color (decimal): -14940111 or 3213340. OLE color: 3213340.
HSL color Cylindrical-coordinate representation of color #1C0831: hue angle of 269.27º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C0831 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 8 | 49 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.81 |
| HSL | 269.27º | 0.72% | 0.11% | - |
| HSV(B) | 269.27º | 0.84% | 0.19% | - |
| XYZ | 1.12 | 0.64 | 2.97 | - |
| YUV | 18.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 49 | 0.43 | 0.84 | 0 | 0.81 | 269.27 | 0.72 | 0.11 |
| Hex | 1C | 8 | 31 | 2B | 54 | 0 | 51 | 10D | 48 | B |
| Octal | 34 | 10 | 61 | 53 | 124 | 0 | 121 | 415 | 110 | 13 |
| Binary | 11100 | 1000 | 110001 | 101011 | 1010100 | 0 | 1010001 | 100001101 | 1001000 | 1011 |
Color Harmonies of #1C0831
Complementary color
Monochromatic Colors of #1C0831
Black with #1C0831
Text Example
Text Example
White with #1C0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0831; }
p { color: rgb(28,8,49); }
H1.HeaderClassName
{
color: #1C0831;
}
.AnyTagClassName
{
color: #1C0831;
}
</style>
background-color css
<style>
a { background-color: #1C0831; }
a { background-color: rgb(28,8,49); }
div.DivClassName
{
background-color: #1C0831;
}
.BgClassName
{
background-color: #1C0831;
}
</style>
border-color css
<style>
span { border-color: #1C0831; }
span { border-color: rgb(28,8,49); }
td.TdClassName
{
border-color: #1C0831;
}
.TagClassName
{
border-color: #1C0831;
}
</style>