Shades of Blackcurrant #1C072F
Tints of Blackcurrant #1C072F
RGB
CMYK
RGB Variations
Color information
#1C072F (or 0x1C072F) is known color: Blackcurrant. HEX triplet: 1C, 07 and 2F. RGB value is (28,7,47). Sum of RGB (Red+Green+Blue) = 28+7+47=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C072F is #E3F8D0. Grayscale: #111111. Windows color (decimal): -14940369 or 3082012. OLE color: 3082012.
HSL color Cylindrical-coordinate representation of color #1C072F: hue angle of 271.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C072F is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 7 | 47 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.82 |
| HSL | 271.5º | 0.74% | 0.11% | - |
| HSV(B) | 271.5º | 0.85% | 0.18% | - |
| XYZ | 1.07 | 0.6 | 2.75 | - |
| YUV | 17.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 47 | 0.40 | 0.85 | 0 | 0.82 | 271.5 | 0.74 | 0.11 |
| Hex | 1C | 7 | 2F | 28 | 55 | 0 | 52 | 110 | 4A | B |
| Octal | 34 | 7 | 57 | 50 | 125 | 0 | 122 | 420 | 112 | 13 |
| Binary | 11100 | 111 | 101111 | 101000 | 1010101 | 0 | 1010010 | 100010000 | 1001010 | 1011 |
Color Harmonies of #1C072F
Complementary color
Monochromatic Colors of #1C072F
Black with #1C072F
Text Example
Text Example
White with #1C072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C072F; }
p { color: rgb(28,7,47); }
H1.HeaderClassName
{
color: #1C072F;
}
.AnyTagClassName
{
color: #1C072F;
}
</style>
background-color css
<style>
a { background-color: #1C072F; }
a { background-color: rgb(28,7,47); }
div.DivClassName
{
background-color: #1C072F;
}
.BgClassName
{
background-color: #1C072F;
}
</style>
border-color css
<style>
span { border-color: #1C072F; }
span { border-color: rgb(28,7,47); }
td.TdClassName
{
border-color: #1C072F;
}
.TagClassName
{
border-color: #1C072F;
}
</style>