Shades of Blackcurrant #1F0C2B
Tints of Blackcurrant #1F0C2B
RGB
CMYK
RGB Variations
Color information
#1F0C2B (or 0x1F0C2B) is known color: Blackcurrant. HEX triplet: 1F, 0C and 2B. RGB value is (31,12,43). Sum of RGB (Red+Green+Blue) = 31+12+43=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F0C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0C2B is #E0F3D4. Grayscale: #151515. Windows color (decimal): -14742485 or 2821151. OLE color: 2821151.
HSL color Cylindrical-coordinate representation of color #1F0C2B: hue angle of 276.77º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F0C2B is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 12 | 43 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.83 |
| HSL | 276.77º | 0.56% | 0.11% | - |
| HSV(B) | 276.77º | 0.72% | 0.17% | - |
| XYZ | 1.13 | 0.73 | 2.37 | - |
| YUV | 21.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 43 | 0.28 | 0.72 | 0 | 0.83 | 276.77 | 0.56 | 0.11 |
| Hex | 1F | C | 2B | 1C | 48 | 0 | 53 | 115 | 38 | B |
| Octal | 37 | 14 | 53 | 34 | 110 | 0 | 123 | 425 | 70 | 13 |
| Binary | 11111 | 1100 | 101011 | 11100 | 1001000 | 0 | 1010011 | 100010101 | 111000 | 1011 |
Color Harmonies of #1F0C2B
Complementary color
Monochromatic Colors of #1F0C2B
Black with #1F0C2B
Text Example
Text Example
White with #1F0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C2B; }
p { color: rgb(31,12,43); }
H1.HeaderClassName
{
color: #1F0C2B;
}
.AnyTagClassName
{
color: #1F0C2B;
}
</style>
background-color css
<style>
a { background-color: #1F0C2B; }
a { background-color: rgb(31,12,43); }
div.DivClassName
{
background-color: #1F0C2B;
}
.BgClassName
{
background-color: #1F0C2B;
}
</style>
border-color css
<style>
span { border-color: #1F0C2B; }
span { border-color: rgb(31,12,43); }
td.TdClassName
{
border-color: #1F0C2B;
}
.TagClassName
{
border-color: #1F0C2B;
}
</style>