Shades of Blackcurrant #1F0B2B
Tints of Blackcurrant #1F0B2B
RGB
CMYK
RGB Variations
Color information
#1F0B2B (or 0x1F0B2B) is known color: Blackcurrant. HEX triplet: 1F, 0B and 2B. RGB value is (31,11,43). Sum of RGB (Red+Green+Blue) = 31+11+43=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F0B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B2B is #E0F4D4. Grayscale: #141414. Windows color (decimal): -14742741 or 2820895. OLE color: 2820895.
HSL color Cylindrical-coordinate representation of color #1F0B2B: hue angle of 277.5º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0B2B is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 11 | 43 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.83 |
| HSL | 277.5º | 0.59% | 0.11% | - |
| HSV(B) | 277.5º | 0.74% | 0.17% | - |
| XYZ | 1.12 | 0.71 | 2.36 | - |
| YUV | 20.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 43 | 0.28 | 0.74 | 0 | 0.83 | 277.5 | 0.59 | 0.11 |
| Hex | 1F | B | 2B | 1C | 4A | 0 | 53 | 116 | 3B | B |
| Octal | 37 | 13 | 53 | 34 | 112 | 0 | 123 | 426 | 73 | 13 |
| Binary | 11111 | 1011 | 101011 | 11100 | 1001010 | 0 | 1010011 | 100010110 | 111011 | 1011 |
Color Harmonies of #1F0B2B
Complementary color
Monochromatic Colors of #1F0B2B
Black with #1F0B2B
Text Example
Text Example
White with #1F0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B2B; }
p { color: rgb(31,11,43); }
H1.HeaderClassName
{
color: #1F0B2B;
}
.AnyTagClassName
{
color: #1F0B2B;
}
</style>
background-color css
<style>
a { background-color: #1F0B2B; }
a { background-color: rgb(31,11,43); }
div.DivClassName
{
background-color: #1F0B2B;
}
.BgClassName
{
background-color: #1F0B2B;
}
</style>
border-color css
<style>
span { border-color: #1F0B2B; }
span { border-color: rgb(31,11,43); }
td.TdClassName
{
border-color: #1F0B2B;
}
.TagClassName
{
border-color: #1F0B2B;
}
</style>