Shades of Blackcurrant #1C022E
Tints of Blackcurrant #1C022E
RGB
CMYK
RGB Variations
Color information
#1C022E (or 0x1C022E) is known color: Blackcurrant. HEX triplet: 1C, 02 and 2E. RGB value is (28,2,46). Sum of RGB (Red+Green+Blue) = 28+2+46=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #1C022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C022E is #E3FDD1. Grayscale: #0E0E0E. Windows color (decimal): -14941650 or 3015196. OLE color: 3015196.
HSL color Cylindrical-coordinate representation of color #1C022E: hue angle of 275.45º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C022E is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 2 | 46 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.82 |
| HSL | 275.45º | 0.92% | 0.09% | - |
| HSV(B) | 275.45º | 0.96% | 0.18% | - |
| XYZ | 0.99 | 0.49 | 2.63 | - |
| YUV | 14.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 46 | 0.39 | 0.96 | 0 | 0.82 | 275.45 | 0.92 | 0.09 |
| Hex | 1C | 2 | 2E | 27 | 60 | 0 | 52 | 113 | 5C | 9 |
| Octal | 34 | 2 | 56 | 47 | 140 | 0 | 122 | 423 | 134 | 11 |
| Binary | 11100 | 10 | 101110 | 100111 | 1100000 | 0 | 1010010 | 100010011 | 1011100 | 1001 |
Color Harmonies of #1C022E
Complementary color
Monochromatic Colors of #1C022E
Black with #1C022E
Text Example
Text Example
White with #1C022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C022E; }
p { color: rgb(28,2,46); }
H1.HeaderClassName
{
color: #1C022E;
}
.AnyTagClassName
{
color: #1C022E;
}
</style>
background-color css
<style>
a { background-color: #1C022E; }
a { background-color: rgb(28,2,46); }
div.DivClassName
{
background-color: #1C022E;
}
.BgClassName
{
background-color: #1C022E;
}
</style>
border-color css
<style>
span { border-color: #1C022E; }
span { border-color: rgb(28,2,46); }
td.TdClassName
{
border-color: #1C022E;
}
.TagClassName
{
border-color: #1C022E;
}
</style>