Shades of Blackcurrant #1F003D
Tints of Blackcurrant #1F003D
RGB
CMYK
RGB Variations
Color information
#1F003D (or 0x1F003D) is known color: Blackcurrant. HEX triplet: 1F, 00 and 3D. RGB value is (31,0,61). Sum of RGB (Red+Green+Blue) = 31+0+61=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F003D is #E0FFC2. Grayscale: #101010. Windows color (decimal): -14745539 or 3997727. OLE color: 3997727.
HSL color Cylindrical-coordinate representation of color #1F003D: hue angle of 270.49º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F003D is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 0 | 61 | - |
| CMYK | 0.49 | 1 | 0 | 0.76 |
| HSL | 270.49º | 1% | 0.12% | - |
| HSV(B) | 270.49º | 1% | 0.24% | - |
| XYZ | 1.41 | 0.63 | 4.46 | - |
| YUV | 16.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 61 | 0.49 | 1 | 0 | 0.76 | 270.49 | 1 | 0.12 |
| Hex | 1F | 0 | 3D | 31 | 64 | 0 | 4C | 10E | 64 | C |
| Octal | 37 | 0 | 75 | 61 | 144 | 0 | 114 | 416 | 144 | 14 |
| Binary | 11111 | 0 | 111101 | 110001 | 1100100 | 0 | 1001100 | 100001110 | 1100100 | 1100 |
Color Harmonies of #1F003D
Complementary color
Monochromatic Colors of #1F003D
Black with #1F003D
Text Example
Text Example
White with #1F003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F003D; }
p { color: rgb(31,0,61); }
H1.HeaderClassName
{
color: #1F003D;
}
.AnyTagClassName
{
color: #1F003D;
}
</style>
background-color css
<style>
a { background-color: #1F003D; }
a { background-color: rgb(31,0,61); }
div.DivClassName
{
background-color: #1F003D;
}
.BgClassName
{
background-color: #1F003D;
}
</style>
border-color css
<style>
span { border-color: #1F003D; }
span { border-color: rgb(31,0,61); }
td.TdClassName
{
border-color: #1F003D;
}
.TagClassName
{
border-color: #1F003D;
}
</style>