Shades of Blackcurrant #1F072C
Tints of Blackcurrant #1F072C
RGB
CMYK
RGB Variations
Color information
#1F072C (or 0x1F072C) is known color: Blackcurrant. HEX triplet: 1F, 07 and 2C. RGB value is (31,7,44). Sum of RGB (Red+Green+Blue) = 31+7+44=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F072C is #E0F8D3. Grayscale: #121212. Windows color (decimal): -14743764 or 2885407. OLE color: 2885407.
HSL color Cylindrical-coordinate representation of color #1F072C: hue angle of 278.92º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F072C is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 7 | 44 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.83 |
| HSL | 278.92º | 0.73% | 0.1% | - |
| HSV(B) | 278.92º | 0.84% | 0.17% | - |
| XYZ | 1.1 | 0.63 | 2.45 | - |
| YUV | 18.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 44 | 0.30 | 0.84 | 0 | 0.83 | 278.92 | 0.73 | 0.1 |
| Hex | 1F | 7 | 2C | 1E | 54 | 0 | 53 | 117 | 49 | A |
| Octal | 37 | 7 | 54 | 36 | 124 | 0 | 123 | 427 | 111 | 12 |
| Binary | 11111 | 111 | 101100 | 11110 | 1010100 | 0 | 1010011 | 100010111 | 1001001 | 1010 |
Color Harmonies of #1F072C
Complementary color
Monochromatic Colors of #1F072C
Black with #1F072C
Text Example
Text Example
White with #1F072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F072C; }
p { color: rgb(31,7,44); }
H1.HeaderClassName
{
color: #1F072C;
}
.AnyTagClassName
{
color: #1F072C;
}
</style>
background-color css
<style>
a { background-color: #1F072C; }
a { background-color: rgb(31,7,44); }
div.DivClassName
{
background-color: #1F072C;
}
.BgClassName
{
background-color: #1F072C;
}
</style>
border-color css
<style>
span { border-color: #1F072C; }
span { border-color: rgb(31,7,44); }
td.TdClassName
{
border-color: #1F072C;
}
.TagClassName
{
border-color: #1F072C;
}
</style>