Shades of Blackcurrant #1F0D27
Tints of Blackcurrant #1F0D27
RGB
CMYK
RGB Variations
Color information
#1F0D27 (or 0x1F0D27) is known color: Blackcurrant. HEX triplet: 1F, 0D and 27. RGB value is (31,13,39). Sum of RGB (Red+Green+Blue) = 31+13+39=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D27 is #E0F2D8. Grayscale: #151515. Windows color (decimal): -14742233 or 2559263. OLE color: 2559263.
HSL color Cylindrical-coordinate representation of color #1F0D27: hue angle of 281.54º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F0D27 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 13 | 39 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.85 |
| HSL | 281.54º | 0.5% | 0.1% | - |
| HSV(B) | 281.54º | 0.67% | 0.15% | - |
| XYZ | 1.08 | 0.73 | 2 | - |
| YUV | 21.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 39 | 0.21 | 0.67 | 0 | 0.85 | 281.54 | 0.5 | 0.1 |
| Hex | 1F | D | 27 | 15 | 43 | 0 | 55 | 11A | 32 | A |
| Octal | 37 | 15 | 47 | 25 | 103 | 0 | 125 | 432 | 62 | 12 |
| Binary | 11111 | 1101 | 100111 | 10101 | 1000011 | 0 | 1010101 | 100011010 | 110010 | 1010 |
Color Harmonies of #1F0D27
Complementary color
Monochromatic Colors of #1F0D27
Black with #1F0D27
Text Example
Text Example
White with #1F0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D27; }
p { color: rgb(31,13,39); }
H1.HeaderClassName
{
color: #1F0D27;
}
.AnyTagClassName
{
color: #1F0D27;
}
</style>
background-color css
<style>
a { background-color: #1F0D27; }
a { background-color: rgb(31,13,39); }
div.DivClassName
{
background-color: #1F0D27;
}
.BgClassName
{
background-color: #1F0D27;
}
</style>
border-color css
<style>
span { border-color: #1F0D27; }
span { border-color: rgb(31,13,39); }
td.TdClassName
{
border-color: #1F0D27;
}
.TagClassName
{
border-color: #1F0D27;
}
</style>