Shades of Blackcurrant #1F0B2A
Tints of Blackcurrant #1F0B2A
RGB
CMYK
RGB Variations
Color information
#1F0B2A (or 0x1F0B2A) is known color: Blackcurrant. HEX triplet: 1F, 0B and 2A. RGB value is (31,11,42). Sum of RGB (Red+Green+Blue) = 31+11+42=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F0B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B2A is #E0F4D5. Grayscale: #141414. Windows color (decimal): -14742742 or 2755359. OLE color: 2755359.
HSL color Cylindrical-coordinate representation of color #1F0B2A: hue angle of 278.71º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0B2A is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 11 | 42 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.84 |
| HSL | 278.71º | 0.58% | 0.1% | - |
| HSV(B) | 278.71º | 0.74% | 0.16% | - |
| XYZ | 1.1 | 0.7 | 2.27 | - |
| YUV | 20.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 42 | 0.26 | 0.74 | 0 | 0.84 | 278.71 | 0.58 | 0.1 |
| Hex | 1F | B | 2A | 1A | 4A | 0 | 54 | 117 | 3A | A |
| Octal | 37 | 13 | 52 | 32 | 112 | 0 | 124 | 427 | 72 | 12 |
| Binary | 11111 | 1011 | 101010 | 11010 | 1001010 | 0 | 1010100 | 100010111 | 111010 | 1010 |
Color Harmonies of #1F0B2A
Complementary color
Monochromatic Colors of #1F0B2A
Black with #1F0B2A
Text Example
Text Example
White with #1F0B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B2A; }
p { color: rgb(31,11,42); }
H1.HeaderClassName
{
color: #1F0B2A;
}
.AnyTagClassName
{
color: #1F0B2A;
}
</style>
background-color css
<style>
a { background-color: #1F0B2A; }
a { background-color: rgb(31,11,42); }
div.DivClassName
{
background-color: #1F0B2A;
}
.BgClassName
{
background-color: #1F0B2A;
}
</style>
border-color css
<style>
span { border-color: #1F0B2A; }
span { border-color: rgb(31,11,42); }
td.TdClassName
{
border-color: #1F0B2A;
}
.TagClassName
{
border-color: #1F0B2A;
}
</style>