Shades of Blackcurrant #1F0030
Tints of Blackcurrant #1F0030
RGB
CMYK
RGB Variations
Color information
#1F0030 (or 0x1F0030) is known color: Blackcurrant. HEX triplet: 1F, 00 and 30. RGB value is (31,0,48). Sum of RGB (Red+Green+Blue) = 31+0+48=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0030 is #E0FFCF. Grayscale: #0E0E0E. Windows color (decimal): -14745552 or 3145759. OLE color: 3145759.
HSL color Cylindrical-coordinate representation of color #1F0030: hue angle of 278.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0030 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 0 | 48 | - |
| CMYK | 0.35 | 1 | 0 | 0.81 |
| HSL | 278.75º | 1% | 0.09% | - |
| HSV(B) | 278.75º | 1% | 0.19% | - |
| XYZ | 1.1 | 0.5 | 2.84 | - |
| YUV | 14.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 48 | 0.35 | 1 | 0 | 0.81 | 278.75 | 1 | 0.09 |
| Hex | 1F | 0 | 30 | 23 | 64 | 0 | 51 | 117 | 64 | 9 |
| Octal | 37 | 0 | 60 | 43 | 144 | 0 | 121 | 427 | 144 | 11 |
| Binary | 11111 | 0 | 110000 | 100011 | 1100100 | 0 | 1010001 | 100010111 | 1100100 | 1001 |
Color Harmonies of #1F0030
Complementary color
Monochromatic Colors of #1F0030
Black with #1F0030
Text Example
Text Example
White with #1F0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0030; }
p { color: rgb(31,0,48); }
H1.HeaderClassName
{
color: #1F0030;
}
.AnyTagClassName
{
color: #1F0030;
}
</style>
background-color css
<style>
a { background-color: #1F0030; }
a { background-color: rgb(31,0,48); }
div.DivClassName
{
background-color: #1F0030;
}
.BgClassName
{
background-color: #1F0030;
}
</style>
border-color css
<style>
span { border-color: #1F0030; }
span { border-color: rgb(31,0,48); }
td.TdClassName
{
border-color: #1F0030;
}
.TagClassName
{
border-color: #1F0030;
}
</style>