Shades of Blackcurrant #1F002D
Tints of Blackcurrant #1F002D
RGB
CMYK
RGB Variations
Color information
#1F002D (or 0x1F002D) is known color: Blackcurrant. HEX triplet: 1F, 00 and 2D. RGB value is (31,0,45). Sum of RGB (Red+Green+Blue) = 31+0+45=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F002D is #E0FFD2. Grayscale: #0E0E0E. Windows color (decimal): -14745555 or 2949151. OLE color: 2949151.
HSL color Cylindrical-coordinate representation of color #1F002D: hue angle of 281.33º 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 #1F002D is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 0 | 45 | - |
| CMYK | 0.31 | 1 | 0 | 0.82 |
| HSL | 281.33º | 1% | 0.09% | - |
| HSV(B) | 281.33º | 1% | 0.18% | - |
| XYZ | 1.04 | 0.48 | 2.52 | - |
| YUV | 14.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 45 | 0.31 | 1 | 0 | 0.82 | 281.33 | 1 | 0.09 |
| Hex | 1F | 0 | 2D | 1F | 64 | 0 | 52 | 119 | 64 | 9 |
| Octal | 37 | 0 | 55 | 37 | 144 | 0 | 122 | 431 | 144 | 11 |
| Binary | 11111 | 0 | 101101 | 11111 | 1100100 | 0 | 1010010 | 100011001 | 1100100 | 1001 |
Color Harmonies of #1F002D
Complementary color
Monochromatic Colors of #1F002D
Black with #1F002D
Text Example
Text Example
White with #1F002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F002D; }
p { color: rgb(31,0,45); }
H1.HeaderClassName
{
color: #1F002D;
}
.AnyTagClassName
{
color: #1F002D;
}
</style>
background-color css
<style>
a { background-color: #1F002D; }
a { background-color: rgb(31,0,45); }
div.DivClassName
{
background-color: #1F002D;
}
.BgClassName
{
background-color: #1F002D;
}
</style>
border-color css
<style>
span { border-color: #1F002D; }
span { border-color: rgb(31,0,45); }
td.TdClassName
{
border-color: #1F002D;
}
.TagClassName
{
border-color: #1F002D;
}
</style>