Shades of Blackcurrant #1F0923
Tints of Blackcurrant #1F0923
RGB
CMYK
RGB Variations
Color information
#1F0923 (or 0x1F0923) is known color: Blackcurrant. HEX triplet: 1F, 09 and 23. RGB value is (31,9,35). Sum of RGB (Red+Green+Blue) = 31+9+35=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0923 is #E0F6DC. Grayscale: #121212. Windows color (decimal): -14743261 or 2296095. OLE color: 2296095.
HSL color Cylindrical-coordinate representation of color #1F0923: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0923 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 9 | 35 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.86 |
| HSL | 290.77º | 0.59% | 0.09% | - |
| HSV(B) | 290.77º | 0.74% | 0.14% | - |
| XYZ | 0.97 | 0.61 | 1.66 | - |
| YUV | 18.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 35 | 0.11 | 0.74 | 0 | 0.86 | 290.77 | 0.59 | 0.09 |
| Hex | 1F | 9 | 23 | B | 4A | 0 | 56 | 123 | 3B | 9 |
| Octal | 37 | 11 | 43 | 13 | 112 | 0 | 126 | 443 | 73 | 11 |
| Binary | 11111 | 1001 | 100011 | 1011 | 1001010 | 0 | 1010110 | 100100011 | 111011 | 1001 |
Color Harmonies of #1F0923
Complementary color
Monochromatic Colors of #1F0923
Black with #1F0923
Text Example
Text Example
White with #1F0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0923; }
p { color: rgb(31,9,35); }
H1.HeaderClassName
{
color: #1F0923;
}
.AnyTagClassName
{
color: #1F0923;
}
</style>
background-color css
<style>
a { background-color: #1F0923; }
a { background-color: rgb(31,9,35); }
div.DivClassName
{
background-color: #1F0923;
}
.BgClassName
{
background-color: #1F0923;
}
</style>
border-color css
<style>
span { border-color: #1F0923; }
span { border-color: rgb(31,9,35); }
td.TdClassName
{
border-color: #1F0923;
}
.TagClassName
{
border-color: #1F0923;
}
</style>