Shades of Blackcurrant #1C043F
Tints of Blackcurrant #1C043F
RGB
CMYK
RGB Variations
Color information
#1C043F (or 0x1C043F) is known color: Blackcurrant. HEX triplet: 1C, 04 and 3F. RGB value is (28,4,63). Sum of RGB (Red+Green+Blue) = 28+4+63=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C043F is #E3FBC0. Grayscale: #111111. Windows color (decimal): -14941121 or 4129820. OLE color: 4129820.
HSL color Cylindrical-coordinate representation of color #1C043F: hue angle of 264.41º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C043F is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 4 | 63 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.75 |
| HSL | 264.41º | 0.88% | 0.13% | - |
| HSV(B) | 264.41º | 0.94% | 0.25% | - |
| XYZ | 1.42 | 0.69 | 4.76 | - |
| YUV | 17.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 63 | 0.56 | 0.94 | 0 | 0.75 | 264.41 | 0.88 | 0.13 |
| Hex | 1C | 4 | 3F | 38 | 5E | 0 | 4B | 108 | 58 | D |
| Octal | 34 | 4 | 77 | 70 | 136 | 0 | 113 | 410 | 130 | 15 |
| Binary | 11100 | 100 | 111111 | 111000 | 1011110 | 0 | 1001011 | 100001000 | 1011000 | 1101 |
Color Harmonies of #1C043F
Complementary color
Monochromatic Colors of #1C043F
Black with #1C043F
Text Example
Text Example
White with #1C043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C043F; }
p { color: rgb(28,4,63); }
H1.HeaderClassName
{
color: #1C043F;
}
.AnyTagClassName
{
color: #1C043F;
}
</style>
background-color css
<style>
a { background-color: #1C043F; }
a { background-color: rgb(28,4,63); }
div.DivClassName
{
background-color: #1C043F;
}
.BgClassName
{
background-color: #1C043F;
}
</style>
border-color css
<style>
span { border-color: #1C043F; }
span { border-color: rgb(28,4,63); }
td.TdClassName
{
border-color: #1C043F;
}
.TagClassName
{
border-color: #1C043F;
}
</style>