Shades of Blackcurrant #1F073D
Tints of Blackcurrant #1F073D
RGB
CMYK
RGB Variations
Color information
#1F073D (or 0x1F073D) is known color: Blackcurrant. HEX triplet: 1F, 07 and 3D. RGB value is (31,7,61). Sum of RGB (Red+Green+Blue) = 31+7+61=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F073D is #E0F8C2. Grayscale: #141414. Windows color (decimal): -14743747 or 3999519. OLE color: 3999519.
HSL color Cylindrical-coordinate representation of color #1F073D: hue angle of 266.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F073D is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 7 | 61 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.76 |
| HSL | 266.67º | 0.79% | 0.13% | - |
| HSV(B) | 266.67º | 0.89% | 0.24% | - |
| XYZ | 1.48 | 0.78 | 4.49 | - |
| YUV | 20.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 61 | 0.49 | 0.89 | 0 | 0.76 | 266.67 | 0.79 | 0.13 |
| Hex | 1F | 7 | 3D | 31 | 59 | 0 | 4C | 10B | 4F | D |
| Octal | 37 | 7 | 75 | 61 | 131 | 0 | 114 | 413 | 117 | 15 |
| Binary | 11111 | 111 | 111101 | 110001 | 1011001 | 0 | 1001100 | 100001011 | 1001111 | 1101 |
Color Harmonies of #1F073D
Complementary color
Monochromatic Colors of #1F073D
Black with #1F073D
Text Example
Text Example
White with #1F073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F073D; }
p { color: rgb(31,7,61); }
H1.HeaderClassName
{
color: #1F073D;
}
.AnyTagClassName
{
color: #1F073D;
}
</style>
background-color css
<style>
a { background-color: #1F073D; }
a { background-color: rgb(31,7,61); }
div.DivClassName
{
background-color: #1F073D;
}
.BgClassName
{
background-color: #1F073D;
}
</style>
border-color css
<style>
span { border-color: #1F073D; }
span { border-color: rgb(31,7,61); }
td.TdClassName
{
border-color: #1F073D;
}
.TagClassName
{
border-color: #1F073D;
}
</style>