Shades of Blackcurrant #1C0244
Tints of Blackcurrant #1C0244
RGB
CMYK
RGB Variations
Color information
#1C0244 (or 0x1C0244) is known color: Blackcurrant. HEX triplet: 1C, 02 and 44. RGB value is (28,2,68). Sum of RGB (Red+Green+Blue) = 28+2+68=98 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.57% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 68 (26.95% from 255 or 69.39% from 98); Max value from RGB is 68 - color contains mainly: blue. Hex color #1C0244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0244 is #E3FDBB. Grayscale: #111111. Windows color (decimal): -14941628 or 4456988. OLE color: 4456988.
HSL color Cylindrical-coordinate representation of color #1C0244: hue angle of 263.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0244 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 2 | 68 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.73 |
| HSL | 263.64º | 0.94% | 0.14% | - |
| HSV(B) | 263.64º | 0.97% | 0.27% | - |
| XYZ | 1.54 | 0.71 | 5.52 | - |
| YUV | 17.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 68 | 0.59 | 0.97 | 0 | 0.73 | 263.64 | 0.94 | 0.14 |
| Hex | 1C | 2 | 44 | 3B | 61 | 0 | 49 | 108 | 5E | E |
| Octal | 34 | 2 | 104 | 73 | 141 | 0 | 111 | 410 | 136 | 16 |
| Binary | 11100 | 10 | 1000100 | 111011 | 1100001 | 0 | 1001001 | 100001000 | 1011110 | 1110 |
Color Harmonies of #1C0244
Complementary color
Monochromatic Colors of #1C0244
Black with #1C0244
Text Example
Text Example
White with #1C0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0244; }
p { color: rgb(28,2,68); }
H1.HeaderClassName
{
color: #1C0244;
}
.AnyTagClassName
{
color: #1C0244;
}
</style>
background-color css
<style>
a { background-color: #1C0244; }
a { background-color: rgb(28,2,68); }
div.DivClassName
{
background-color: #1C0244;
}
.BgClassName
{
background-color: #1C0244;
}
</style>
border-color css
<style>
span { border-color: #1C0244; }
span { border-color: rgb(28,2,68); }
td.TdClassName
{
border-color: #1C0244;
}
.TagClassName
{
border-color: #1C0244;
}
</style>