Shades of Blackcurrant #1C062F
Tints of Blackcurrant #1C062F
RGB
CMYK
RGB Variations
Color information
#1C062F (or 0x1C062F) is known color: Blackcurrant. HEX triplet: 1C, 06 and 2F. RGB value is (28,6,47). Sum of RGB (Red+Green+Blue) = 28+6+47=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C062F is #E3F9D0. Grayscale: #111111. Windows color (decimal): -14940625 or 3081756. OLE color: 3081756.
HSL color Cylindrical-coordinate representation of color #1C062F: hue angle of 272.2º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C062F is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 6 | 47 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.82 |
| HSL | 272.2º | 0.77% | 0.1% | - |
| HSV(B) | 272.2º | 0.87% | 0.18% | - |
| XYZ | 1.06 | 0.58 | 2.75 | - |
| YUV | 17.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 47 | 0.40 | 0.87 | 0 | 0.82 | 272.2 | 0.77 | 0.1 |
| Hex | 1C | 6 | 2F | 28 | 57 | 0 | 52 | 110 | 4D | A |
| Octal | 34 | 6 | 57 | 50 | 127 | 0 | 122 | 420 | 115 | 12 |
| Binary | 11100 | 110 | 101111 | 101000 | 1010111 | 0 | 1010010 | 100010000 | 1001101 | 1010 |
Color Harmonies of #1C062F
Complementary color
Monochromatic Colors of #1C062F
Black with #1C062F
Text Example
Text Example
White with #1C062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C062F; }
p { color: rgb(28,6,47); }
H1.HeaderClassName
{
color: #1C062F;
}
.AnyTagClassName
{
color: #1C062F;
}
</style>
background-color css
<style>
a { background-color: #1C062F; }
a { background-color: rgb(28,6,47); }
div.DivClassName
{
background-color: #1C062F;
}
.BgClassName
{
background-color: #1C062F;
}
</style>
border-color css
<style>
span { border-color: #1C062F; }
span { border-color: rgb(28,6,47); }
td.TdClassName
{
border-color: #1C062F;
}
.TagClassName
{
border-color: #1C062F;
}
</style>