Shades of Blackcurrant #1F062F
Tints of Blackcurrant #1F062F
RGB
CMYK
RGB Variations
Color information
#1F062F (or 0x1F062F) is known color: Blackcurrant. HEX triplet: 1F, 06 and 2F. RGB value is (31,6,47). Sum of RGB (Red+Green+Blue) = 31+6+47=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F062F is #E0F9D0. Grayscale: #121212. Windows color (decimal): -14744017 or 3081759. OLE color: 3081759.
HSL color Cylindrical-coordinate representation of color #1F062F: hue angle of 276.59º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F062F is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 6 | 47 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.82 |
| HSL | 276.59º | 0.77% | 0.1% | - |
| HSV(B) | 276.59º | 0.87% | 0.18% | - |
| XYZ | 1.14 | 0.63 | 2.75 | - |
| YUV | 18.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 47 | 0.34 | 0.87 | 0 | 0.82 | 276.59 | 0.77 | 0.1 |
| Hex | 1F | 6 | 2F | 22 | 57 | 0 | 52 | 115 | 4D | A |
| Octal | 37 | 6 | 57 | 42 | 127 | 0 | 122 | 425 | 115 | 12 |
| Binary | 11111 | 110 | 101111 | 100010 | 1010111 | 0 | 1010010 | 100010101 | 1001101 | 1010 |
Color Harmonies of #1F062F
Complementary color
Monochromatic Colors of #1F062F
Black with #1F062F
Text Example
Text Example
White with #1F062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F062F; }
p { color: rgb(31,6,47); }
H1.HeaderClassName
{
color: #1F062F;
}
.AnyTagClassName
{
color: #1F062F;
}
</style>
background-color css
<style>
a { background-color: #1F062F; }
a { background-color: rgb(31,6,47); }
div.DivClassName
{
background-color: #1F062F;
}
.BgClassName
{
background-color: #1F062F;
}
</style>
border-color css
<style>
span { border-color: #1F062F; }
span { border-color: rgb(31,6,47); }
td.TdClassName
{
border-color: #1F062F;
}
.TagClassName
{
border-color: #1F062F;
}
</style>