Shades of Blackcurrant #1C022C
Tints of Blackcurrant #1C022C
RGB
CMYK
RGB Variations
Color information
#1C022C (or 0x1C022C) is known color: Blackcurrant. HEX triplet: 1C, 02 and 2C. RGB value is (28,2,44). Sum of RGB (Red+Green+Blue) = 28+2+44=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C022C is #E3FDD3. Grayscale: #0E0E0E. Windows color (decimal): -14941652 or 2884124. OLE color: 2884124.
HSL color Cylindrical-coordinate representation of color #1C022C: hue angle of 277.14º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C022C is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 2 | 44 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.83 |
| HSL | 277.14º | 0.91% | 0.09% | - |
| HSV(B) | 277.14º | 0.95% | 0.17% | - |
| XYZ | 0.96 | 0.47 | 2.42 | - |
| YUV | 14.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 44 | 0.36 | 0.95 | 0 | 0.83 | 277.14 | 0.91 | 0.09 |
| Hex | 1C | 2 | 2C | 24 | 5F | 0 | 53 | 115 | 5B | 9 |
| Octal | 34 | 2 | 54 | 44 | 137 | 0 | 123 | 425 | 133 | 11 |
| Binary | 11100 | 10 | 101100 | 100100 | 1011111 | 0 | 1010011 | 100010101 | 1011011 | 1001 |
Color Harmonies of #1C022C
Complementary color
Monochromatic Colors of #1C022C
Black with #1C022C
Text Example
Text Example
White with #1C022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C022C; }
p { color: rgb(28,2,44); }
H1.HeaderClassName
{
color: #1C022C;
}
.AnyTagClassName
{
color: #1C022C;
}
</style>
background-color css
<style>
a { background-color: #1C022C; }
a { background-color: rgb(28,2,44); }
div.DivClassName
{
background-color: #1C022C;
}
.BgClassName
{
background-color: #1C022C;
}
</style>
border-color css
<style>
span { border-color: #1C022C; }
span { border-color: rgb(28,2,44); }
td.TdClassName
{
border-color: #1C022C;
}
.TagClassName
{
border-color: #1C022C;
}
</style>