Shades of Blackcurrant #1F033E
Tints of Blackcurrant #1F033E
RGB
CMYK
RGB Variations
Color information
#1F033E (or 0x1F033E) is known color: Blackcurrant. HEX triplet: 1F, 03 and 3E. RGB value is (31,3,62). Sum of RGB (Red+Green+Blue) = 31+3+62=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F033E is #E0FCC1. Grayscale: #111111. Windows color (decimal): -14744770 or 4064031. OLE color: 4064031.
HSL color Cylindrical-coordinate representation of color #1F033E: hue angle of 268.47º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F033E is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 3 | 62 | - |
| CMYK | 0.5 | 0.95 | 0 | 0.76 |
| HSL | 268.47º | 0.91% | 0.13% | - |
| HSV(B) | 268.47º | 0.95% | 0.24% | - |
| XYZ | 1.47 | 0.7 | 4.62 | - |
| YUV | 18.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 62 | 0.5 | 0.95 | 0 | 0.76 | 268.47 | 0.91 | 0.13 |
| Hex | 1F | 3 | 3E | 32 | 5F | 0 | 4C | 10C | 5B | D |
| Octal | 37 | 3 | 76 | 62 | 137 | 0 | 114 | 414 | 133 | 15 |
| Binary | 11111 | 11 | 111110 | 110010 | 1011111 | 0 | 1001100 | 100001100 | 1011011 | 1101 |
Color Harmonies of #1F033E
Complementary color
Monochromatic Colors of #1F033E
Black with #1F033E
Text Example
Text Example
White with #1F033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F033E; }
p { color: rgb(31,3,62); }
H1.HeaderClassName
{
color: #1F033E;
}
.AnyTagClassName
{
color: #1F033E;
}
</style>
background-color css
<style>
a { background-color: #1F033E; }
a { background-color: rgb(31,3,62); }
div.DivClassName
{
background-color: #1F033E;
}
.BgClassName
{
background-color: #1F033E;
}
</style>
border-color css
<style>
span { border-color: #1F033E; }
span { border-color: rgb(31,3,62); }
td.TdClassName
{
border-color: #1F033E;
}
.TagClassName
{
border-color: #1F033E;
}
</style>