Shades of Blackcurrant #1F0325
Tints of Blackcurrant #1F0325
RGB
CMYK
RGB Variations
Color information
#1F0325 (or 0x1F0325) is known color: Blackcurrant. HEX triplet: 1F, 03 and 25. RGB value is (31,3,37). Sum of RGB (Red+Green+Blue) = 31+3+37=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0325 is #E0FCDA. Grayscale: #0F0F0F. Windows color (decimal): -14744795 or 2425631. OLE color: 2425631.
HSL color Cylindrical-coordinate representation of color #1F0325: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0325 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 3 | 37 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.85 |
| HSL | 289.41º | 0.85% | 0.08% | - |
| HSV(B) | 289.41º | 0.92% | 0.15% | - |
| XYZ | 0.93 | 0.49 | 1.8 | - |
| YUV | 15.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 37 | 0.16 | 0.92 | 0 | 0.85 | 289.41 | 0.85 | 0.08 |
| Hex | 1F | 3 | 25 | 10 | 5C | 0 | 55 | 121 | 55 | 8 |
| Octal | 37 | 3 | 45 | 20 | 134 | 0 | 125 | 441 | 125 | 10 |
| Binary | 11111 | 11 | 100101 | 10000 | 1011100 | 0 | 1010101 | 100100001 | 1010101 | 1000 |
Color Harmonies of #1F0325
Complementary color
Monochromatic Colors of #1F0325
Black with #1F0325
Text Example
Text Example
White with #1F0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0325; }
p { color: rgb(31,3,37); }
H1.HeaderClassName
{
color: #1F0325;
}
.AnyTagClassName
{
color: #1F0325;
}
</style>
background-color css
<style>
a { background-color: #1F0325; }
a { background-color: rgb(31,3,37); }
div.DivClassName
{
background-color: #1F0325;
}
.BgClassName
{
background-color: #1F0325;
}
</style>
border-color css
<style>
span { border-color: #1F0325; }
span { border-color: rgb(31,3,37); }
td.TdClassName
{
border-color: #1F0325;
}
.TagClassName
{
border-color: #1F0325;
}
</style>