Shades of Blackcurrant #1C0038
Tints of Blackcurrant #1C0038
RGB
CMYK
RGB Variations
Color information
#1C0038 (or 0x1C0038) is known color: Blackcurrant. HEX triplet: 1C, 00 and 38. RGB value is (28,0,56). Sum of RGB (Red+Green+Blue) = 28+0+56=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0038 is #E3FFC7. Grayscale: #0E0E0E. Windows color (decimal): -14942152 or 3670044. OLE color: 3670044.
HSL color Cylindrical-coordinate representation of color #1C0038: hue angle of 270º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0038 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 0 | 56 | - |
| CMYK | 0.50 | 1 | 0 | 0.78 |
| HSL | 270º | 1% | 0.11% | - |
| HSV(B) | 270º | 1% | 0.22% | - |
| XYZ | 1.19 | 0.53 | 3.78 | - |
| YUV | 14.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 56 | 0.50 | 1 | 0 | 0.78 | 270 | 1 | 0.11 |
| Hex | 1C | 0 | 38 | 32 | 64 | 0 | 4E | 10E | 64 | B |
| Octal | 34 | 0 | 70 | 62 | 144 | 0 | 116 | 416 | 144 | 13 |
| Binary | 11100 | 0 | 111000 | 110010 | 1100100 | 0 | 1001110 | 100001110 | 1100100 | 1011 |
Color Harmonies of #1C0038
Complementary color
Monochromatic Colors of #1C0038
Black with #1C0038
Text Example
Text Example
White with #1C0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0038; }
p { color: rgb(28,0,56); }
H1.HeaderClassName
{
color: #1C0038;
}
.AnyTagClassName
{
color: #1C0038;
}
</style>
background-color css
<style>
a { background-color: #1C0038; }
a { background-color: rgb(28,0,56); }
div.DivClassName
{
background-color: #1C0038;
}
.BgClassName
{
background-color: #1C0038;
}
</style>
border-color css
<style>
span { border-color: #1C0038; }
span { border-color: rgb(28,0,56); }
td.TdClassName
{
border-color: #1C0038;
}
.TagClassName
{
border-color: #1C0038;
}
</style>