Shades of Blackcurrant #1C002E
Tints of Blackcurrant #1C002E
RGB
CMYK
RGB Variations
Color information
#1C002E (or 0x1C002E) is known color: Blackcurrant. HEX triplet: 1C, 00 and 2E. RGB value is (28,0,46). Sum of RGB (Red+Green+Blue) = 28+0+46=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #1C002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C002E is #E3FFD1. Grayscale: #0D0D0D. Windows color (decimal): -14942162 or 3014684. OLE color: 3014684.
HSL color Cylindrical-coordinate representation of color #1C002E: hue angle of 276.52º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C002E is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 0 | 46 | - |
| CMYK | 0.39 | 1 | 0 | 0.82 |
| HSL | 276.52º | 1% | 0.09% | - |
| HSV(B) | 276.52º | 1% | 0.18% | - |
| XYZ | 0.97 | 0.44 | 2.62 | - |
| YUV | 13.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 46 | 0.39 | 1 | 0 | 0.82 | 276.52 | 1 | 0.09 |
| Hex | 1C | 0 | 2E | 27 | 64 | 0 | 52 | 115 | 64 | 9 |
| Octal | 34 | 0 | 56 | 47 | 144 | 0 | 122 | 425 | 144 | 11 |
| Binary | 11100 | 0 | 101110 | 100111 | 1100100 | 0 | 1010010 | 100010101 | 1100100 | 1001 |
Color Harmonies of #1C002E
Complementary color
Monochromatic Colors of #1C002E
Black with #1C002E
Text Example
Text Example
White with #1C002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C002E; }
p { color: rgb(28,0,46); }
H1.HeaderClassName
{
color: #1C002E;
}
.AnyTagClassName
{
color: #1C002E;
}
</style>
background-color css
<style>
a { background-color: #1C002E; }
a { background-color: rgb(28,0,46); }
div.DivClassName
{
background-color: #1C002E;
}
.BgClassName
{
background-color: #1C002E;
}
</style>
border-color css
<style>
span { border-color: #1C002E; }
span { border-color: rgb(28,0,46); }
td.TdClassName
{
border-color: #1C002E;
}
.TagClassName
{
border-color: #1C002E;
}
</style>