Shades of Blackcurrant #1F003E
Tints of Blackcurrant #1F003E
RGB
CMYK
RGB Variations
Color information
#1F003E (or 0x1F003E) is known color: Blackcurrant. HEX triplet: 1F, 00 and 3E. RGB value is (31,0,62). Sum of RGB (Red+Green+Blue) = 31+0+62=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 62 (24.61% from 255 or 66.67% from 93); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F003E is #E0FFC1. Grayscale: #101010. Windows color (decimal): -14745538 or 4063263. OLE color: 4063263.
HSL color Cylindrical-coordinate representation of color #1F003E: hue angle of 270º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F003E is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 0 | 62 | - |
| CMYK | 0.5 | 1 | 0 | 0.76 |
| HSL | 270º | 1% | 0.12% | - |
| HSV(B) | 270º | 1% | 0.24% | - |
| XYZ | 1.43 | 0.64 | 4.61 | - |
| YUV | 16.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 62 | 0.5 | 1 | 0 | 0.76 | 270 | 1 | 0.12 |
| Hex | 1F | 0 | 3E | 32 | 64 | 0 | 4C | 10E | 64 | C |
| Octal | 37 | 0 | 76 | 62 | 144 | 0 | 114 | 416 | 144 | 14 |
| Binary | 11111 | 0 | 111110 | 110010 | 1100100 | 0 | 1001100 | 100001110 | 1100100 | 1100 |
Color Harmonies of #1F003E
Complementary color
Monochromatic Colors of #1F003E
Black with #1F003E
Text Example
Text Example
White with #1F003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F003E; }
p { color: rgb(31,0,62); }
H1.HeaderClassName
{
color: #1F003E;
}
.AnyTagClassName
{
color: #1F003E;
}
</style>
background-color css
<style>
a { background-color: #1F003E; }
a { background-color: rgb(31,0,62); }
div.DivClassName
{
background-color: #1F003E;
}
.BgClassName
{
background-color: #1F003E;
}
</style>
border-color css
<style>
span { border-color: #1F003E; }
span { border-color: rgb(31,0,62); }
td.TdClassName
{
border-color: #1F003E;
}
.TagClassName
{
border-color: #1F003E;
}
</style>