Shades of Blackcurrant #1F0225
Tints of Blackcurrant #1F0225
RGB
CMYK
RGB Variations
Color information
#1F0225 (or 0x1F0225) is known color: Blackcurrant. HEX triplet: 1F, 02 and 25. RGB value is (31,2,37). Sum of RGB (Red+Green+Blue) = 31+2+37=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0225 is #E0FDDA. Grayscale: #0E0E0E. Windows color (decimal): -14745051 or 2425375. OLE color: 2425375.
HSL color Cylindrical-coordinate representation of color #1F0225: hue angle of 289.71º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0225 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 2 | 37 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.85 |
| HSL | 289.71º | 0.9% | 0.08% | - |
| HSV(B) | 289.71º | 0.95% | 0.15% | - |
| XYZ | 0.92 | 0.47 | 1.79 | - |
| YUV | 14.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 37 | 0.16 | 0.95 | 0 | 0.85 | 289.71 | 0.9 | 0.08 |
| Hex | 1F | 2 | 25 | 10 | 5F | 0 | 55 | 122 | 5A | 8 |
| Octal | 37 | 2 | 45 | 20 | 137 | 0 | 125 | 442 | 132 | 10 |
| Binary | 11111 | 10 | 100101 | 10000 | 1011111 | 0 | 1010101 | 100100010 | 1011010 | 1000 |
Color Harmonies of #1F0225
Complementary color
Monochromatic Colors of #1F0225
Black with #1F0225
Text Example
Text Example
White with #1F0225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0225; }
p { color: rgb(31,2,37); }
H1.HeaderClassName
{
color: #1F0225;
}
.AnyTagClassName
{
color: #1F0225;
}
</style>
background-color css
<style>
a { background-color: #1F0225; }
a { background-color: rgb(31,2,37); }
div.DivClassName
{
background-color: #1F0225;
}
.BgClassName
{
background-color: #1F0225;
}
</style>
border-color css
<style>
span { border-color: #1F0225; }
span { border-color: rgb(31,2,37); }
td.TdClassName
{
border-color: #1F0225;
}
.TagClassName
{
border-color: #1F0225;
}
</style>