Shades of Blackcurrant #1C073F
Tints of Blackcurrant #1C073F
RGB
CMYK
RGB Variations
Color information
#1C073F (or 0x1C073F) is known color: Blackcurrant. HEX triplet: 1C, 07 and 3F. RGB value is (28,7,63). Sum of RGB (Red+Green+Blue) = 28+7+63=98 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.57% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C073F is #E3F8C0. Grayscale: #131313. Windows color (decimal): -14940353 or 4130588. OLE color: 4130588.
HSL color Cylindrical-coordinate representation of color #1C073F: hue angle of 262.5º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C073F is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 7 | 63 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.75 |
| HSL | 262.5º | 0.8% | 0.14% | - |
| HSV(B) | 262.5º | 0.89% | 0.25% | - |
| XYZ | 1.45 | 0.76 | 4.77 | - |
| YUV | 19.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 63 | 0.56 | 0.89 | 0 | 0.75 | 262.5 | 0.8 | 0.14 |
| Hex | 1C | 7 | 3F | 38 | 59 | 0 | 4B | 106 | 50 | E |
| Octal | 34 | 7 | 77 | 70 | 131 | 0 | 113 | 406 | 120 | 16 |
| Binary | 11100 | 111 | 111111 | 111000 | 1011001 | 0 | 1001011 | 100000110 | 1010000 | 1110 |
Color Harmonies of #1C073F
Complementary color
Monochromatic Colors of #1C073F
Black with #1C073F
Text Example
Text Example
White with #1C073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C073F; }
p { color: rgb(28,7,63); }
H1.HeaderClassName
{
color: #1C073F;
}
.AnyTagClassName
{
color: #1C073F;
}
</style>
background-color css
<style>
a { background-color: #1C073F; }
a { background-color: rgb(28,7,63); }
div.DivClassName
{
background-color: #1C073F;
}
.BgClassName
{
background-color: #1C073F;
}
</style>
border-color css
<style>
span { border-color: #1C073F; }
span { border-color: rgb(28,7,63); }
td.TdClassName
{
border-color: #1C073F;
}
.TagClassName
{
border-color: #1C073F;
}
</style>