Shades of Blackcurrant #1F0223
Tints of Blackcurrant #1F0223
RGB
CMYK
RGB Variations
Color information
#1F0223 (or 0x1F0223) is known color: Blackcurrant. HEX triplet: 1F, 02 and 23. RGB value is (31,2,35). Sum of RGB (Red+Green+Blue) = 31+2+35=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 35 (14.06% from 255 or 51.47% from 68); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F0223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0223 is #E0FDDC. Grayscale: #0E0E0E. Windows color (decimal): -14745053 or 2294303. OLE color: 2294303.
HSL color Cylindrical-coordinate representation of color #1F0223: hue angle of 292.73º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0223 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 2 | 35 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.86 |
| HSL | 292.73º | 0.89% | 0.07% | - |
| HSV(B) | 292.73º | 0.94% | 0.14% | - |
| XYZ | 0.89 | 0.46 | 1.63 | - |
| YUV | 14.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 35 | 0.11 | 0.94 | 0 | 0.86 | 292.73 | 0.89 | 0.07 |
| Hex | 1F | 2 | 23 | B | 5E | 0 | 56 | 125 | 59 | 7 |
| Octal | 37 | 2 | 43 | 13 | 136 | 0 | 126 | 445 | 131 | 7 |
| Binary | 11111 | 10 | 100011 | 1011 | 1011110 | 0 | 1010110 | 100100101 | 1011001 | 111 |
Color Harmonies of #1F0223
Complementary color
Monochromatic Colors of #1F0223
Black with #1F0223
Text Example
Text Example
White with #1F0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0223; }
p { color: rgb(31,2,35); }
H1.HeaderClassName
{
color: #1F0223;
}
.AnyTagClassName
{
color: #1F0223;
}
</style>
background-color css
<style>
a { background-color: #1F0223; }
a { background-color: rgb(31,2,35); }
div.DivClassName
{
background-color: #1F0223;
}
.BgClassName
{
background-color: #1F0223;
}
</style>
border-color css
<style>
span { border-color: #1F0223; }
span { border-color: rgb(31,2,35); }
td.TdClassName
{
border-color: #1F0223;
}
.TagClassName
{
border-color: #1F0223;
}
</style>