Shades of Blackcurrant #1F012D
Tints of Blackcurrant #1F012D
RGB
CMYK
RGB Variations
Color information
#1F012D (or 0x1F012D) is known color: Blackcurrant. HEX triplet: 1F, 01 and 2D. RGB value is (31,1,45). Sum of RGB (Red+Green+Blue) = 31+1+45=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F012D is #E0FED2. Grayscale: #0E0E0E. Windows color (decimal): -14745299 or 2949407. OLE color: 2949407.
HSL color Cylindrical-coordinate representation of color #1F012D: hue angle of 280.91º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F012D is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 1 | 45 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.82 |
| HSL | 280.91º | 0.96% | 0.09% | - |
| HSV(B) | 280.91º | 0.98% | 0.18% | - |
| XYZ | 1.05 | 0.5 | 2.52 | - |
| YUV | 14.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 45 | 0.31 | 0.98 | 0 | 0.82 | 280.91 | 0.96 | 0.09 |
| Hex | 1F | 1 | 2D | 1F | 62 | 0 | 52 | 119 | 60 | 9 |
| Octal | 37 | 1 | 55 | 37 | 142 | 0 | 122 | 431 | 140 | 11 |
| Binary | 11111 | 1 | 101101 | 11111 | 1100010 | 0 | 1010010 | 100011001 | 1100000 | 1001 |
Color Harmonies of #1F012D
Complementary color
Monochromatic Colors of #1F012D
Black with #1F012D
Text Example
Text Example
White with #1F012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F012D; }
p { color: rgb(31,1,45); }
H1.HeaderClassName
{
color: #1F012D;
}
.AnyTagClassName
{
color: #1F012D;
}
</style>
background-color css
<style>
a { background-color: #1F012D; }
a { background-color: rgb(31,1,45); }
div.DivClassName
{
background-color: #1F012D;
}
.BgClassName
{
background-color: #1F012D;
}
</style>
border-color css
<style>
span { border-color: #1F012D; }
span { border-color: rgb(31,1,45); }
td.TdClassName
{
border-color: #1F012D;
}
.TagClassName
{
border-color: #1F012D;
}
</style>