Shades of Blackcurrant #1F083B
Tints of Blackcurrant #1F083B
RGB
CMYK
RGB Variations
Color information
#1F083B (or 0x1F083B) is known color: Blackcurrant. HEX triplet: 1F, 08 and 3B. RGB value is (31,8,59). Sum of RGB (Red+Green+Blue) = 31+8+59=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F083B is #E0F7C4. Grayscale: #141414. Windows color (decimal): -14743493 or 3868703. OLE color: 3868703.
HSL color Cylindrical-coordinate representation of color #1F083B: hue angle of 267.06º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F083B is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 8 | 59 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.77 |
| HSL | 267.06º | 0.76% | 0.13% | - |
| HSV(B) | 267.06º | 0.86% | 0.23% | - |
| XYZ | 1.44 | 0.78 | 4.21 | - |
| YUV | 20.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 59 | 0.47 | 0.86 | 0 | 0.77 | 267.06 | 0.76 | 0.13 |
| Hex | 1F | 8 | 3B | 2F | 56 | 0 | 4D | 10B | 4C | D |
| Octal | 37 | 10 | 73 | 57 | 126 | 0 | 115 | 413 | 114 | 15 |
| Binary | 11111 | 1000 | 111011 | 101111 | 1010110 | 0 | 1001101 | 100001011 | 1001100 | 1101 |
Color Harmonies of #1F083B
Complementary color
Monochromatic Colors of #1F083B
Black with #1F083B
Text Example
Text Example
White with #1F083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F083B; }
p { color: rgb(31,8,59); }
H1.HeaderClassName
{
color: #1F083B;
}
.AnyTagClassName
{
color: #1F083B;
}
</style>
background-color css
<style>
a { background-color: #1F083B; }
a { background-color: rgb(31,8,59); }
div.DivClassName
{
background-color: #1F083B;
}
.BgClassName
{
background-color: #1F083B;
}
</style>
border-color css
<style>
span { border-color: #1F083B; }
span { border-color: rgb(31,8,59); }
td.TdClassName
{
border-color: #1F083B;
}
.TagClassName
{
border-color: #1F083B;
}
</style>