Shades of Blackcurrant #1F013F
Tints of Blackcurrant #1F013F
RGB
CMYK
RGB Variations
Color information
#1F013F (or 0x1F013F) is known color: Blackcurrant. HEX triplet: 1F, 01 and 3F. RGB value is (31,1,63). Sum of RGB (Red+Green+Blue) = 31+1+63=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F013F is #E0FEC0. Grayscale: #101010. Windows color (decimal): -14745281 or 4129055. OLE color: 4129055.
HSL color Cylindrical-coordinate representation of color #1F013F: hue angle of 269.03º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F013F is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 1 | 63 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.75 |
| HSL | 269.03º | 0.97% | 0.13% | - |
| HSV(B) | 269.03º | 0.98% | 0.25% | - |
| XYZ | 1.47 | 0.67 | 4.75 | - |
| YUV | 17.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 63 | 0.51 | 0.98 | 0 | 0.75 | 269.03 | 0.97 | 0.13 |
| Hex | 1F | 1 | 3F | 33 | 62 | 0 | 4B | 10D | 61 | D |
| Octal | 37 | 1 | 77 | 63 | 142 | 0 | 113 | 415 | 141 | 15 |
| Binary | 11111 | 1 | 111111 | 110011 | 1100010 | 0 | 1001011 | 100001101 | 1100001 | 1101 |
Color Harmonies of #1F013F
Complementary color
Monochromatic Colors of #1F013F
Black with #1F013F
Text Example
Text Example
White with #1F013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F013F; }
p { color: rgb(31,1,63); }
H1.HeaderClassName
{
color: #1F013F;
}
.AnyTagClassName
{
color: #1F013F;
}
</style>
background-color css
<style>
a { background-color: #1F013F; }
a { background-color: rgb(31,1,63); }
div.DivClassName
{
background-color: #1F013F;
}
.BgClassName
{
background-color: #1F013F;
}
</style>
border-color css
<style>
span { border-color: #1F013F; }
span { border-color: rgb(31,1,63); }
td.TdClassName
{
border-color: #1F013F;
}
.TagClassName
{
border-color: #1F013F;
}
</style>