Shades of Blackcurrant #1F0239
Tints of Blackcurrant #1F0239
RGB
CMYK
RGB Variations
Color information
#1F0239 (or 0x1F0239) is known color: Blackcurrant. HEX triplet: 1F, 02 and 39. RGB value is (31,2,57). Sum of RGB (Red+Green+Blue) = 31+2+57=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0239 is #E0FDC6. Grayscale: #101010. Windows color (decimal): -14745031 or 3736095. OLE color: 3736095.
HSL color Cylindrical-coordinate representation of color #1F0239: hue angle of 271.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0239 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 2 | 57 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.78 |
| HSL | 271.64º | 0.93% | 0.12% | - |
| HSV(B) | 271.64º | 0.96% | 0.22% | - |
| XYZ | 1.33 | 0.63 | 3.92 | - |
| YUV | 16.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 57 | 0.46 | 0.96 | 0 | 0.78 | 271.64 | 0.93 | 0.12 |
| Hex | 1F | 2 | 39 | 2E | 60 | 0 | 4E | 110 | 5D | C |
| Octal | 37 | 2 | 71 | 56 | 140 | 0 | 116 | 420 | 135 | 14 |
| Binary | 11111 | 10 | 111001 | 101110 | 1100000 | 0 | 1001110 | 100010000 | 1011101 | 1100 |
Color Harmonies of #1F0239
Complementary color
Monochromatic Colors of #1F0239
Black with #1F0239
Text Example
Text Example
White with #1F0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0239; }
p { color: rgb(31,2,57); }
H1.HeaderClassName
{
color: #1F0239;
}
.AnyTagClassName
{
color: #1F0239;
}
</style>
background-color css
<style>
a { background-color: #1F0239; }
a { background-color: rgb(31,2,57); }
div.DivClassName
{
background-color: #1F0239;
}
.BgClassName
{
background-color: #1F0239;
}
</style>
border-color css
<style>
span { border-color: #1F0239; }
span { border-color: rgb(31,2,57); }
td.TdClassName
{
border-color: #1F0239;
}
.TagClassName
{
border-color: #1F0239;
}
</style>