Shades of Blackcurrant #1C002F
Tints of Blackcurrant #1C002F
RGB
CMYK
RGB Variations
Color information
#1C002F (or 0x1C002F) is known color: Blackcurrant. HEX triplet: 1C, 00 and 2F. RGB value is (28,0,47). Sum of RGB (Red+Green+Blue) = 28+0+47=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C002F is #E3FFD0. Grayscale: #0D0D0D. Windows color (decimal): -14942161 or 3080220. OLE color: 3080220.
HSL color Cylindrical-coordinate representation of color #1C002F: hue angle of 275.74º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C002F is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 0 | 47 | - |
| CMYK | 0.40 | 1 | 0 | 0.82 |
| HSL | 275.74º | 1% | 0.09% | - |
| HSV(B) | 275.74º | 1% | 0.18% | - |
| XYZ | 0.99 | 0.45 | 2.72 | - |
| YUV | 13.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 47 | 0.40 | 1 | 0 | 0.82 | 275.74 | 1 | 0.09 |
| Hex | 1C | 0 | 2F | 28 | 64 | 0 | 52 | 114 | 64 | 9 |
| Octal | 34 | 0 | 57 | 50 | 144 | 0 | 122 | 424 | 144 | 11 |
| Binary | 11100 | 0 | 101111 | 101000 | 1100100 | 0 | 1010010 | 100010100 | 1100100 | 1001 |
Color Harmonies of #1C002F
Complementary color
Monochromatic Colors of #1C002F
Black with #1C002F
Text Example
Text Example
White with #1C002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C002F; }
p { color: rgb(28,0,47); }
H1.HeaderClassName
{
color: #1C002F;
}
.AnyTagClassName
{
color: #1C002F;
}
</style>
background-color css
<style>
a { background-color: #1C002F; }
a { background-color: rgb(28,0,47); }
div.DivClassName
{
background-color: #1C002F;
}
.BgClassName
{
background-color: #1C002F;
}
</style>
border-color css
<style>
span { border-color: #1C002F; }
span { border-color: rgb(28,0,47); }
td.TdClassName
{
border-color: #1C002F;
}
.TagClassName
{
border-color: #1C002F;
}
</style>