Shades of Blackcurrant #1F0638
Tints of Blackcurrant #1F0638
RGB
CMYK
RGB Variations
Color information
#1F0638 (or 0x1F0638) is known color: Blackcurrant. HEX triplet: 1F, 06 and 38. RGB value is (31,6,56). Sum of RGB (Red+Green+Blue) = 31+6+56=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F0638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0638 is #E0F9C7. Grayscale: #131313. Windows color (decimal): -14744008 or 3671583. OLE color: 3671583.
HSL color Cylindrical-coordinate representation of color #1F0638: hue angle of 270º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0638 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 6 | 56 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.78 |
| HSL | 270º | 0.81% | 0.12% | - |
| HSV(B) | 270º | 0.89% | 0.22% | - |
| XYZ | 1.34 | 0.71 | 3.81 | - |
| YUV | 19.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 56 | 0.45 | 0.89 | 0 | 0.78 | 270 | 0.81 | 0.12 |
| Hex | 1F | 6 | 38 | 2D | 59 | 0 | 4E | 10E | 51 | C |
| Octal | 37 | 6 | 70 | 55 | 131 | 0 | 116 | 416 | 121 | 14 |
| Binary | 11111 | 110 | 111000 | 101101 | 1011001 | 0 | 1001110 | 100001110 | 1010001 | 1100 |
Color Harmonies of #1F0638
Complementary color
Monochromatic Colors of #1F0638
Black with #1F0638
Text Example
Text Example
White with #1F0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0638; }
p { color: rgb(31,6,56); }
H1.HeaderClassName
{
color: #1F0638;
}
.AnyTagClassName
{
color: #1F0638;
}
</style>
background-color css
<style>
a { background-color: #1F0638; }
a { background-color: rgb(31,6,56); }
div.DivClassName
{
background-color: #1F0638;
}
.BgClassName
{
background-color: #1F0638;
}
</style>
border-color css
<style>
span { border-color: #1F0638; }
span { border-color: rgb(31,6,56); }
td.TdClassName
{
border-color: #1F0638;
}
.TagClassName
{
border-color: #1F0638;
}
</style>