Shades of Blackcurrant #1F033D
Tints of Blackcurrant #1F033D
RGB
CMYK
RGB Variations
Color information
#1F033D (or 0x1F033D) is known color: Blackcurrant. HEX triplet: 1F, 03 and 3D. RGB value is (31,3,61). Sum of RGB (Red+Green+Blue) = 31+3+61=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F033D is #E0FCC2. Grayscale: #111111. Windows color (decimal): -14744771 or 3998495. OLE color: 3998495.
HSL color Cylindrical-coordinate representation of color #1F033D: hue angle of 268.97º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F033D is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 3 | 61 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.76 |
| HSL | 268.97º | 0.91% | 0.13% | - |
| HSV(B) | 268.97º | 0.95% | 0.24% | - |
| XYZ | 1.44 | 0.69 | 4.47 | - |
| YUV | 17.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 61 | 0.49 | 0.95 | 0 | 0.76 | 268.97 | 0.91 | 0.13 |
| Hex | 1F | 3 | 3D | 31 | 5F | 0 | 4C | 10D | 5B | D |
| Octal | 37 | 3 | 75 | 61 | 137 | 0 | 114 | 415 | 133 | 15 |
| Binary | 11111 | 11 | 111101 | 110001 | 1011111 | 0 | 1001100 | 100001101 | 1011011 | 1101 |
Color Harmonies of #1F033D
Complementary color
Monochromatic Colors of #1F033D
Black with #1F033D
Text Example
Text Example
White with #1F033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F033D; }
p { color: rgb(31,3,61); }
H1.HeaderClassName
{
color: #1F033D;
}
.AnyTagClassName
{
color: #1F033D;
}
</style>
background-color css
<style>
a { background-color: #1F033D; }
a { background-color: rgb(31,3,61); }
div.DivClassName
{
background-color: #1F033D;
}
.BgClassName
{
background-color: #1F033D;
}
</style>
border-color css
<style>
span { border-color: #1F033D; }
span { border-color: rgb(31,3,61); }
td.TdClassName
{
border-color: #1F033D;
}
.TagClassName
{
border-color: #1F033D;
}
</style>