Shades of Blackcurrant #1F072D
Tints of Blackcurrant #1F072D
RGB
CMYK
RGB Variations
Color information
#1F072D (or 0x1F072D) is known color: Blackcurrant. HEX triplet: 1F, 07 and 2D. RGB value is (31,7,45). Sum of RGB (Red+Green+Blue) = 31+7+45=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F072D is #E0F8D2. Grayscale: #121212. Windows color (decimal): -14743763 or 2950943. OLE color: 2950943.
HSL color Cylindrical-coordinate representation of color #1F072D: hue angle of 277.89º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F072D is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 7 | 45 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.82 |
| HSL | 277.89º | 0.73% | 0.1% | - |
| HSV(B) | 277.89º | 0.84% | 0.18% | - |
| XYZ | 1.11 | 0.63 | 2.55 | - |
| YUV | 18.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 45 | 0.31 | 0.84 | 0 | 0.82 | 277.89 | 0.73 | 0.1 |
| Hex | 1F | 7 | 2D | 1F | 54 | 0 | 52 | 116 | 49 | A |
| Octal | 37 | 7 | 55 | 37 | 124 | 0 | 122 | 426 | 111 | 12 |
| Binary | 11111 | 111 | 101101 | 11111 | 1010100 | 0 | 1010010 | 100010110 | 1001001 | 1010 |
Color Harmonies of #1F072D
Complementary color
Monochromatic Colors of #1F072D
Black with #1F072D
Text Example
Text Example
White with #1F072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F072D; }
p { color: rgb(31,7,45); }
H1.HeaderClassName
{
color: #1F072D;
}
.AnyTagClassName
{
color: #1F072D;
}
</style>
background-color css
<style>
a { background-color: #1F072D; }
a { background-color: rgb(31,7,45); }
div.DivClassName
{
background-color: #1F072D;
}
.BgClassName
{
background-color: #1F072D;
}
</style>
border-color css
<style>
span { border-color: #1F072D; }
span { border-color: rgb(31,7,45); }
td.TdClassName
{
border-color: #1F072D;
}
.TagClassName
{
border-color: #1F072D;
}
</style>