Shades of Blackcurrant #1F013D
Tints of Blackcurrant #1F013D
RGB
CMYK
RGB Variations
Color information
#1F013D (or 0x1F013D) is known color: Blackcurrant. HEX triplet: 1F, 01 and 3D. RGB value is (31,1,61). Sum of RGB (Red+Green+Blue) = 31+1+61=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F013D is #E0FEC2. Grayscale: #101010. Windows color (decimal): -14745283 or 3997983. OLE color: 3997983.
HSL color Cylindrical-coordinate representation of color #1F013D: hue angle of 270º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F013D is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 1 | 61 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.76 |
| HSL | 270º | 0.97% | 0.12% | - |
| HSV(B) | 270º | 0.98% | 0.24% | - |
| XYZ | 1.42 | 0.65 | 4.47 | - |
| YUV | 16.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 61 | 0.49 | 0.98 | 0 | 0.76 | 270 | 0.97 | 0.12 |
| Hex | 1F | 1 | 3D | 31 | 62 | 0 | 4C | 10E | 61 | C |
| Octal | 37 | 1 | 75 | 61 | 142 | 0 | 114 | 416 | 141 | 14 |
| Binary | 11111 | 1 | 111101 | 110001 | 1100010 | 0 | 1001100 | 100001110 | 1100001 | 1100 |
Color Harmonies of #1F013D
Complementary color
Monochromatic Colors of #1F013D
Black with #1F013D
Text Example
Text Example
White with #1F013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F013D; }
p { color: rgb(31,1,61); }
H1.HeaderClassName
{
color: #1F013D;
}
.AnyTagClassName
{
color: #1F013D;
}
</style>
background-color css
<style>
a { background-color: #1F013D; }
a { background-color: rgb(31,1,61); }
div.DivClassName
{
background-color: #1F013D;
}
.BgClassName
{
background-color: #1F013D;
}
</style>
border-color css
<style>
span { border-color: #1F013D; }
span { border-color: rgb(31,1,61); }
td.TdClassName
{
border-color: #1F013D;
}
.TagClassName
{
border-color: #1F013D;
}
</style>