Shades of Blackcurrant #1F0727
Tints of Blackcurrant #1F0727
RGB
CMYK
RGB Variations
Color information
#1F0727 (or 0x1F0727) is known color: Blackcurrant. HEX triplet: 1F, 07 and 27. RGB value is (31,7,39). Sum of RGB (Red+Green+Blue) = 31+7+39=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0727 is #E0F8D8. Grayscale: #111111. Windows color (decimal): -14743769 or 2557727. OLE color: 2557727.
HSL color Cylindrical-coordinate representation of color #1F0727: hue angle of 285º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F0727 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 7 | 39 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.85 |
| HSL | 285º | 0.7% | 0.09% | - |
| HSV(B) | 285º | 0.82% | 0.15% | - |
| XYZ | 1.01 | 0.59 | 1.98 | - |
| YUV | 17.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 39 | 0.21 | 0.82 | 0 | 0.85 | 285 | 0.7 | 0.09 |
| Hex | 1F | 7 | 27 | 15 | 52 | 0 | 55 | 11D | 46 | 9 |
| Octal | 37 | 7 | 47 | 25 | 122 | 0 | 125 | 435 | 106 | 11 |
| Binary | 11111 | 111 | 100111 | 10101 | 1010010 | 0 | 1010101 | 100011101 | 1000110 | 1001 |
Color Harmonies of #1F0727
Complementary color
Monochromatic Colors of #1F0727
Black with #1F0727
Text Example
Text Example
White with #1F0727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0727; }
p { color: rgb(31,7,39); }
H1.HeaderClassName
{
color: #1F0727;
}
.AnyTagClassName
{
color: #1F0727;
}
</style>
background-color css
<style>
a { background-color: #1F0727; }
a { background-color: rgb(31,7,39); }
div.DivClassName
{
background-color: #1F0727;
}
.BgClassName
{
background-color: #1F0727;
}
</style>
border-color css
<style>
span { border-color: #1F0727; }
span { border-color: rgb(31,7,39); }
td.TdClassName
{
border-color: #1F0727;
}
.TagClassName
{
border-color: #1F0727;
}
</style>