Shades of Blackcurrant #1F0B2F
Tints of Blackcurrant #1F0B2F
RGB
CMYK
RGB Variations
Color information
#1F0B2F (or 0x1F0B2F) is known color: Blackcurrant. HEX triplet: 1F, 0B and 2F. RGB value is (31,11,47). Sum of RGB (Red+Green+Blue) = 31+11+47=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F0B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B2F is #E0F4D0. Grayscale: #141414. Windows color (decimal): -14742737 or 3083039. OLE color: 3083039.
HSL color Cylindrical-coordinate representation of color #1F0B2F: hue angle of 273.33º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F0B2F is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 11 | 47 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.82 |
| HSL | 273.33º | 0.62% | 0.11% | - |
| HSV(B) | 273.33º | 0.77% | 0.18% | - |
| XYZ | 1.2 | 0.74 | 2.77 | - |
| YUV | 21.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 47 | 0.34 | 0.77 | 0 | 0.82 | 273.33 | 0.62 | 0.11 |
| Hex | 1F | B | 2F | 22 | 4D | 0 | 52 | 111 | 3E | B |
| Octal | 37 | 13 | 57 | 42 | 115 | 0 | 122 | 421 | 76 | 13 |
| Binary | 11111 | 1011 | 101111 | 100010 | 1001101 | 0 | 1010010 | 100010001 | 111110 | 1011 |
Color Harmonies of #1F0B2F
Complementary color
Monochromatic Colors of #1F0B2F
Black with #1F0B2F
Text Example
Text Example
White with #1F0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B2F; }
p { color: rgb(31,11,47); }
H1.HeaderClassName
{
color: #1F0B2F;
}
.AnyTagClassName
{
color: #1F0B2F;
}
</style>
background-color css
<style>
a { background-color: #1F0B2F; }
a { background-color: rgb(31,11,47); }
div.DivClassName
{
background-color: #1F0B2F;
}
.BgClassName
{
background-color: #1F0B2F;
}
</style>
border-color css
<style>
span { border-color: #1F0B2F; }
span { border-color: rgb(31,11,47); }
td.TdClassName
{
border-color: #1F0B2F;
}
.TagClassName
{
border-color: #1F0B2F;
}
</style>