Shades of Blackcurrant #1F092F
Tints of Blackcurrant #1F092F
RGB
CMYK
RGB Variations
Color information
#1F092F (or 0x1F092F) is known color: Blackcurrant. HEX triplet: 1F, 09 and 2F. RGB value is (31,9,47). Sum of RGB (Red+Green+Blue) = 31+9+47=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F092F is #E0F6D0. Grayscale: #131313. Windows color (decimal): -14743249 or 3082527. OLE color: 3082527.
HSL color Cylindrical-coordinate representation of color #1F092F: hue angle of 274.74º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F092F is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 9 | 47 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.82 |
| HSL | 274.74º | 0.68% | 0.11% | - |
| HSV(B) | 274.74º | 0.81% | 0.18% | - |
| XYZ | 1.18 | 0.69 | 2.76 | - |
| YUV | 19.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 47 | 0.34 | 0.81 | 0 | 0.82 | 274.74 | 0.68 | 0.11 |
| Hex | 1F | 9 | 2F | 22 | 51 | 0 | 52 | 113 | 44 | B |
| Octal | 37 | 11 | 57 | 42 | 121 | 0 | 122 | 423 | 104 | 13 |
| Binary | 11111 | 1001 | 101111 | 100010 | 1010001 | 0 | 1010010 | 100010011 | 1000100 | 1011 |
Color Harmonies of #1F092F
Complementary color
Monochromatic Colors of #1F092F
Black with #1F092F
Text Example
Text Example
White with #1F092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F092F; }
p { color: rgb(31,9,47); }
H1.HeaderClassName
{
color: #1F092F;
}
.AnyTagClassName
{
color: #1F092F;
}
</style>
background-color css
<style>
a { background-color: #1F092F; }
a { background-color: rgb(31,9,47); }
div.DivClassName
{
background-color: #1F092F;
}
.BgClassName
{
background-color: #1F092F;
}
</style>
border-color css
<style>
span { border-color: #1F092F; }
span { border-color: rgb(31,9,47); }
td.TdClassName
{
border-color: #1F092F;
}
.TagClassName
{
border-color: #1F092F;
}
</style>