Shades of Blackcurrant #1F0939
Tints of Blackcurrant #1F0939
RGB
CMYK
RGB Variations
Color information
#1F0939 (or 0x1F0939) is known color: Blackcurrant. HEX triplet: 1F, 09 and 39. RGB value is (31,9,57). Sum of RGB (Red+Green+Blue) = 31+9+57=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F0939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0939 is #E0F6C6. Grayscale: #141414. Windows color (decimal): -14743239 or 3737887. OLE color: 3737887.
HSL color Cylindrical-coordinate representation of color #1F0939: hue angle of 267.5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0939 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 9 | 57 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.78 |
| HSL | 267.5º | 0.73% | 0.13% | - |
| HSV(B) | 267.5º | 0.84% | 0.22% | - |
| XYZ | 1.4 | 0.78 | 3.95 | - |
| YUV | 21.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 57 | 0.46 | 0.84 | 0 | 0.78 | 267.5 | 0.73 | 0.13 |
| Hex | 1F | 9 | 39 | 2E | 54 | 0 | 4E | 10C | 49 | D |
| Octal | 37 | 11 | 71 | 56 | 124 | 0 | 116 | 414 | 111 | 15 |
| Binary | 11111 | 1001 | 111001 | 101110 | 1010100 | 0 | 1001110 | 100001100 | 1001001 | 1101 |
Color Harmonies of #1F0939
Complementary color
Monochromatic Colors of #1F0939
Black with #1F0939
Text Example
Text Example
White with #1F0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0939; }
p { color: rgb(31,9,57); }
H1.HeaderClassName
{
color: #1F0939;
}
.AnyTagClassName
{
color: #1F0939;
}
</style>
background-color css
<style>
a { background-color: #1F0939; }
a { background-color: rgb(31,9,57); }
div.DivClassName
{
background-color: #1F0939;
}
.BgClassName
{
background-color: #1F0939;
}
</style>
border-color css
<style>
span { border-color: #1F0939; }
span { border-color: rgb(31,9,57); }
td.TdClassName
{
border-color: #1F0939;
}
.TagClassName
{
border-color: #1F0939;
}
</style>