Shades of Blackcurrant #1F022C
Tints of Blackcurrant #1F022C
RGB
CMYK
RGB Variations
Color information
#1F022C (or 0x1F022C) is known color: Blackcurrant. HEX triplet: 1F, 02 and 2C. RGB value is (31,2,44). Sum of RGB (Red+Green+Blue) = 31+2+44=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F022C is #E0FDD3. Grayscale: #0F0F0F. Windows color (decimal): -14745044 or 2884127. OLE color: 2884127.
HSL color Cylindrical-coordinate representation of color #1F022C: hue angle of 281.43º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F022C is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 2 | 44 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.83 |
| HSL | 281.43º | 0.91% | 0.09% | - |
| HSV(B) | 281.43º | 0.95% | 0.17% | - |
| XYZ | 1.04 | 0.52 | 2.43 | - |
| YUV | 15.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 44 | 0.30 | 0.95 | 0 | 0.83 | 281.43 | 0.91 | 0.09 |
| Hex | 1F | 2 | 2C | 1E | 5F | 0 | 53 | 119 | 5B | 9 |
| Octal | 37 | 2 | 54 | 36 | 137 | 0 | 123 | 431 | 133 | 11 |
| Binary | 11111 | 10 | 101100 | 11110 | 1011111 | 0 | 1010011 | 100011001 | 1011011 | 1001 |
Color Harmonies of #1F022C
Complementary color
Monochromatic Colors of #1F022C
Black with #1F022C
Text Example
Text Example
White with #1F022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F022C; }
p { color: rgb(31,2,44); }
H1.HeaderClassName
{
color: #1F022C;
}
.AnyTagClassName
{
color: #1F022C;
}
</style>
background-color css
<style>
a { background-color: #1F022C; }
a { background-color: rgb(31,2,44); }
div.DivClassName
{
background-color: #1F022C;
}
.BgClassName
{
background-color: #1F022C;
}
</style>
border-color css
<style>
span { border-color: #1F022C; }
span { border-color: rgb(31,2,44); }
td.TdClassName
{
border-color: #1F022C;
}
.TagClassName
{
border-color: #1F022C;
}
</style>