Shades of Blackcurrant #1F002E
Tints of Blackcurrant #1F002E
RGB
CMYK
RGB Variations
Color information
#1F002E (or 0x1F002E) is known color: Blackcurrant. HEX triplet: 1F, 00 and 2E. RGB value is (31,0,46). Sum of RGB (Red+Green+Blue) = 31+0+46=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F002E is #E0FFD1. Grayscale: #0E0E0E. Windows color (decimal): -14745554 or 3014687. OLE color: 3014687.
HSL color Cylindrical-coordinate representation of color #1F002E: hue angle of 280.43º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F002E is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 0 | 46 | - |
| CMYK | 0.33 | 1 | 0 | 0.82 |
| HSL | 280.43º | 1% | 0.09% | - |
| HSV(B) | 280.43º | 1% | 0.18% | - |
| XYZ | 1.06 | 0.49 | 2.62 | - |
| YUV | 14.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 46 | 0.33 | 1 | 0 | 0.82 | 280.43 | 1 | 0.09 |
| Hex | 1F | 0 | 2E | 21 | 64 | 0 | 52 | 118 | 64 | 9 |
| Octal | 37 | 0 | 56 | 41 | 144 | 0 | 122 | 430 | 144 | 11 |
| Binary | 11111 | 0 | 101110 | 100001 | 1100100 | 0 | 1010010 | 100011000 | 1100100 | 1001 |
Color Harmonies of #1F002E
Complementary color
Monochromatic Colors of #1F002E
Black with #1F002E
Text Example
Text Example
White with #1F002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F002E; }
p { color: rgb(31,0,46); }
H1.HeaderClassName
{
color: #1F002E;
}
.AnyTagClassName
{
color: #1F002E;
}
</style>
background-color css
<style>
a { background-color: #1F002E; }
a { background-color: rgb(31,0,46); }
div.DivClassName
{
background-color: #1F002E;
}
.BgClassName
{
background-color: #1F002E;
}
</style>
border-color css
<style>
span { border-color: #1F002E; }
span { border-color: rgb(31,0,46); }
td.TdClassName
{
border-color: #1F002E;
}
.TagClassName
{
border-color: #1F002E;
}
</style>