Shades of Blackcurrant #1F093F
Tints of Blackcurrant #1F093F
RGB
CMYK
RGB Variations
Color information
#1F093F (or 0x1F093F) is known color: Blackcurrant. HEX triplet: 1F, 09 and 3F. RGB value is (31,9,63). Sum of RGB (Red+Green+Blue) = 31+9+63=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F093F is #E0F6C0. Grayscale: #151515. Windows color (decimal): -14743233 or 4131103. OLE color: 4131103.
HSL color Cylindrical-coordinate representation of color #1F093F: hue angle of 264.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F093F is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 9 | 63 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.75 |
| HSL | 264.44º | 0.75% | 0.14% | - |
| HSV(B) | 264.44º | 0.86% | 0.25% | - |
| XYZ | 1.56 | 0.85 | 4.78 | - |
| YUV | 21.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 63 | 0.51 | 0.86 | 0 | 0.75 | 264.44 | 0.75 | 0.14 |
| Hex | 1F | 9 | 3F | 33 | 56 | 0 | 4B | 108 | 4B | E |
| Octal | 37 | 11 | 77 | 63 | 126 | 0 | 113 | 410 | 113 | 16 |
| Binary | 11111 | 1001 | 111111 | 110011 | 1010110 | 0 | 1001011 | 100001000 | 1001011 | 1110 |
Color Harmonies of #1F093F
Complementary color
Monochromatic Colors of #1F093F
Black with #1F093F
Text Example
Text Example
White with #1F093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F093F; }
p { color: rgb(31,9,63); }
H1.HeaderClassName
{
color: #1F093F;
}
.AnyTagClassName
{
color: #1F093F;
}
</style>
background-color css
<style>
a { background-color: #1F093F; }
a { background-color: rgb(31,9,63); }
div.DivClassName
{
background-color: #1F093F;
}
.BgClassName
{
background-color: #1F093F;
}
</style>
border-color css
<style>
span { border-color: #1F093F; }
span { border-color: rgb(31,9,63); }
td.TdClassName
{
border-color: #1F093F;
}
.TagClassName
{
border-color: #1F093F;
}
</style>