Shades of Blackcurrant #1F063D
Tints of Blackcurrant #1F063D
RGB
CMYK
RGB Variations
Color information
#1F063D (or 0x1F063D) is known color: Blackcurrant. HEX triplet: 1F, 06 and 3D. RGB value is (31,6,61). Sum of RGB (Red+Green+Blue) = 31+6+61=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F063D is #E0F9C2. Grayscale: #131313. Windows color (decimal): -14744003 or 3999263. OLE color: 3999263.
HSL color Cylindrical-coordinate representation of color #1F063D: hue angle of 267.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F063D is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 6 | 61 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.76 |
| HSL | 267.27º | 0.82% | 0.13% | - |
| HSV(B) | 267.27º | 0.9% | 0.24% | - |
| XYZ | 1.47 | 0.76 | 4.48 | - |
| YUV | 19.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 61 | 0.49 | 0.90 | 0 | 0.76 | 267.27 | 0.82 | 0.13 |
| Hex | 1F | 6 | 3D | 31 | 5A | 0 | 4C | 10B | 52 | D |
| Octal | 37 | 6 | 75 | 61 | 132 | 0 | 114 | 413 | 122 | 15 |
| Binary | 11111 | 110 | 111101 | 110001 | 1011010 | 0 | 1001100 | 100001011 | 1010010 | 1101 |
Color Harmonies of #1F063D
Complementary color
Monochromatic Colors of #1F063D
Black with #1F063D
Text Example
Text Example
White with #1F063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F063D; }
p { color: rgb(31,6,61); }
H1.HeaderClassName
{
color: #1F063D;
}
.AnyTagClassName
{
color: #1F063D;
}
</style>
background-color css
<style>
a { background-color: #1F063D; }
a { background-color: rgb(31,6,61); }
div.DivClassName
{
background-color: #1F063D;
}
.BgClassName
{
background-color: #1F063D;
}
</style>
border-color css
<style>
span { border-color: #1F063D; }
span { border-color: rgb(31,6,61); }
td.TdClassName
{
border-color: #1F063D;
}
.TagClassName
{
border-color: #1F063D;
}
</style>