Shades of Blackcurrant #1F1032
Tints of Blackcurrant #1F1032
RGB
CMYK
RGB Variations
Color information
#1F1032 (or 0x1F1032) is known color: Blackcurrant. HEX triplet: 1F, 10 and 32. RGB value is (31,16,50). Sum of RGB (Red+Green+Blue) = 31+16+50=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F1032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1032 is #E0EFCD. Grayscale: #181818. Windows color (decimal): -14741454 or 3280927. OLE color: 3280927.
HSL color Cylindrical-coordinate representation of color #1F1032: hue angle of 266.47º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F1032 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 16 | 50 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.80 |
| HSL | 266.47º | 0.52% | 0.13% | - |
| HSV(B) | 266.47º | 0.68% | 0.2% | - |
| XYZ | 1.33 | 0.89 | 3.12 | - |
| YUV | 24.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 50 | 0.38 | 0.68 | 0 | 0.80 | 266.47 | 0.52 | 0.13 |
| Hex | 1F | 10 | 32 | 26 | 44 | 0 | 50 | 10A | 34 | D |
| Octal | 37 | 20 | 62 | 46 | 104 | 0 | 120 | 412 | 64 | 15 |
| Binary | 11111 | 10000 | 110010 | 100110 | 1000100 | 0 | 1010000 | 100001010 | 110100 | 1101 |
Color Harmonies of #1F1032
Complementary color
Monochromatic Colors of #1F1032
Black with #1F1032
Text Example
Text Example
White with #1F1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1032; }
p { color: rgb(31,16,50); }
H1.HeaderClassName
{
color: #1F1032;
}
.AnyTagClassName
{
color: #1F1032;
}
</style>
background-color css
<style>
a { background-color: #1F1032; }
a { background-color: rgb(31,16,50); }
div.DivClassName
{
background-color: #1F1032;
}
.BgClassName
{
background-color: #1F1032;
}
</style>
border-color css
<style>
span { border-color: #1F1032; }
span { border-color: rgb(31,16,50); }
td.TdClassName
{
border-color: #1F1032;
}
.TagClassName
{
border-color: #1F1032;
}
</style>