Shades of Blackcurrant #1F093D
Tints of Blackcurrant #1F093D
RGB
CMYK
RGB Variations
Color information
#1F093D (or 0x1F093D) is known color: Blackcurrant. HEX triplet: 1F, 09 and 3D. RGB value is (31,9,61). Sum of RGB (Red+Green+Blue) = 31+9+61=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F093D is #E0F6C2. Grayscale: #151515. Windows color (decimal): -14743235 or 4000031. OLE color: 4000031.
HSL color Cylindrical-coordinate representation of color #1F093D: hue angle of 265.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F093D is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 9 | 61 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.76 |
| HSL | 265.38º | 0.74% | 0.14% | - |
| HSV(B) | 265.38º | 0.85% | 0.24% | - |
| XYZ | 1.51 | 0.82 | 4.49 | - |
| YUV | 21.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 61 | 0.49 | 0.85 | 0 | 0.76 | 265.38 | 0.74 | 0.14 |
| Hex | 1F | 9 | 3D | 31 | 55 | 0 | 4C | 109 | 4A | E |
| Octal | 37 | 11 | 75 | 61 | 125 | 0 | 114 | 411 | 112 | 16 |
| Binary | 11111 | 1001 | 111101 | 110001 | 1010101 | 0 | 1001100 | 100001001 | 1001010 | 1110 |
Color Harmonies of #1F093D
Complementary color
Monochromatic Colors of #1F093D
Black with #1F093D
Text Example
Text Example
White with #1F093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F093D; }
p { color: rgb(31,9,61); }
H1.HeaderClassName
{
color: #1F093D;
}
.AnyTagClassName
{
color: #1F093D;
}
</style>
background-color css
<style>
a { background-color: #1F093D; }
a { background-color: rgb(31,9,61); }
div.DivClassName
{
background-color: #1F093D;
}
.BgClassName
{
background-color: #1F093D;
}
</style>
border-color css
<style>
span { border-color: #1F093D; }
span { border-color: rgb(31,9,61); }
td.TdClassName
{
border-color: #1F093D;
}
.TagClassName
{
border-color: #1F093D;
}
</style>