Shades of Blackcurrant #1F012F
Tints of Blackcurrant #1F012F
RGB
CMYK
RGB Variations
Color information
#1F012F (or 0x1F012F) is known color: Blackcurrant. HEX triplet: 1F, 01 and 2F. RGB value is (31,1,47). Sum of RGB (Red+Green+Blue) = 31+1+47=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F012F is #E0FED0. Grayscale: #0F0F0F. Windows color (decimal): -14745297 or 3080479. OLE color: 3080479.
HSL color Cylindrical-coordinate representation of color #1F012F: hue angle of 279.13º 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 #1F012F is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 1 | 47 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.82 |
| HSL | 279.13º | 0.96% | 0.09% | - |
| HSV(B) | 279.13º | 0.98% | 0.18% | - |
| XYZ | 1.09 | 0.52 | 2.73 | - |
| YUV | 15.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 47 | 0.34 | 0.98 | 0 | 0.82 | 279.13 | 0.96 | 0.09 |
| Hex | 1F | 1 | 2F | 22 | 62 | 0 | 52 | 117 | 60 | 9 |
| Octal | 37 | 1 | 57 | 42 | 142 | 0 | 122 | 427 | 140 | 11 |
| Binary | 11111 | 1 | 101111 | 100010 | 1100010 | 0 | 1010010 | 100010111 | 1100000 | 1001 |
Color Harmonies of #1F012F
Complementary color
Monochromatic Colors of #1F012F
Black with #1F012F
Text Example
Text Example
White with #1F012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F012F; }
p { color: rgb(31,1,47); }
H1.HeaderClassName
{
color: #1F012F;
}
.AnyTagClassName
{
color: #1F012F;
}
</style>
background-color css
<style>
a { background-color: #1F012F; }
a { background-color: rgb(31,1,47); }
div.DivClassName
{
background-color: #1F012F;
}
.BgClassName
{
background-color: #1F012F;
}
</style>
border-color css
<style>
span { border-color: #1F012F; }
span { border-color: rgb(31,1,47); }
td.TdClassName
{
border-color: #1F012F;
}
.TagClassName
{
border-color: #1F012F;
}
</style>