Shades of Blackcurrant #1C101E
Tints of Blackcurrant #1C101E
RGB
CMYK
RGB Variations
Color information
#1C101E (or 0x1C101E) is known color: Blackcurrant. HEX triplet: 1C, 10 and 1E. RGB value is (28,16,30). Sum of RGB (Red+Green+Blue) = 28+16+30=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C101E is #E3EFE1. Grayscale: #151515. Windows color (decimal): -14938082 or 1970204. OLE color: 1970204.
HSL color Cylindrical-coordinate representation of color #1C101E: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1C101E is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 16 | 30 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.88 |
| HSL | 291.43º | 0.3% | 0.09% | - |
| HSV(B) | 291.43º | 0.47% | 0.12% | - |
| XYZ | 0.9 | 0.71 | 1.32 | - |
| YUV | 21.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 30 | 0.07 | 0.47 | 0 | 0.88 | 291.43 | 0.3 | 0.09 |
| Hex | 1C | 10 | 1E | 7 | 2F | 0 | 58 | 123 | 1E | 9 |
| Octal | 34 | 20 | 36 | 7 | 57 | 0 | 130 | 443 | 36 | 11 |
| Binary | 11100 | 10000 | 11110 | 111 | 101111 | 0 | 1011000 | 100100011 | 11110 | 1001 |
Color Harmonies of #1C101E
Complementary color
Monochromatic Colors of #1C101E
Black with #1C101E
Text Example
Text Example
White with #1C101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C101E; }
p { color: rgb(28,16,30); }
H1.HeaderClassName
{
color: #1C101E;
}
.AnyTagClassName
{
color: #1C101E;
}
</style>
background-color css
<style>
a { background-color: #1C101E; }
a { background-color: rgb(28,16,30); }
div.DivClassName
{
background-color: #1C101E;
}
.BgClassName
{
background-color: #1C101E;
}
</style>
border-color css
<style>
span { border-color: #1C101E; }
span { border-color: rgb(28,16,30); }
td.TdClassName
{
border-color: #1C101E;
}
.TagClassName
{
border-color: #1C101E;
}
</style>