Shades of Blackcurrant #1F0D28
Tints of Blackcurrant #1F0D28
RGB
CMYK
RGB Variations
Color information
#1F0D28 (or 0x1F0D28) is known color: Blackcurrant. HEX triplet: 1F, 0D and 28. RGB value is (31,13,40). Sum of RGB (Red+Green+Blue) = 31+13+40=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F0D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D28 is #E0F2D7. Grayscale: #151515. Windows color (decimal): -14742232 or 2624799. OLE color: 2624799.
HSL color Cylindrical-coordinate representation of color #1F0D28: hue angle of 280º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F0D28 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 13 | 40 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.84 |
| HSL | 280º | 0.51% | 0.1% | - |
| HSV(B) | 280º | 0.68% | 0.16% | - |
| XYZ | 1.09 | 0.73 | 2.09 | - |
| YUV | 21.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 40 | 0.22 | 0.67 | 0 | 0.84 | 280 | 0.51 | 0.1 |
| Hex | 1F | D | 28 | 16 | 43 | 0 | 54 | 118 | 33 | A |
| Octal | 37 | 15 | 50 | 26 | 103 | 0 | 124 | 430 | 63 | 12 |
| Binary | 11111 | 1101 | 101000 | 10110 | 1000011 | 0 | 1010100 | 100011000 | 110011 | 1010 |
Color Harmonies of #1F0D28
Complementary color
Monochromatic Colors of #1F0D28
Black with #1F0D28
Text Example
Text Example
White with #1F0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D28; }
p { color: rgb(31,13,40); }
H1.HeaderClassName
{
color: #1F0D28;
}
.AnyTagClassName
{
color: #1F0D28;
}
</style>
background-color css
<style>
a { background-color: #1F0D28; }
a { background-color: rgb(31,13,40); }
div.DivClassName
{
background-color: #1F0D28;
}
.BgClassName
{
background-color: #1F0D28;
}
</style>
border-color css
<style>
span { border-color: #1F0D28; }
span { border-color: rgb(31,13,40); }
td.TdClassName
{
border-color: #1F0D28;
}
.TagClassName
{
border-color: #1F0D28;
}
</style>