Shades of Blackcurrant #1F0645
Tints of Blackcurrant #1F0645
RGB
CMYK
RGB Variations
Color information
#1F0645 (or 0x1F0645) is known color: Blackcurrant. HEX triplet: 1F, 06 and 45. RGB value is (31,6,69). Sum of RGB (Red+Green+Blue) = 31+6+69=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #1F0645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0645 is #E0F9BA. Grayscale: #141414. Windows color (decimal): -14743995 or 4523551. OLE color: 4523551.
HSL color Cylindrical-coordinate representation of color #1F0645: hue angle of 263.81º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0645 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 6 | 69 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.73 |
| HSL | 263.81º | 0.84% | 0.15% | - |
| HSV(B) | 263.81º | 0.91% | 0.27% | - |
| XYZ | 1.7 | 0.85 | 5.7 | - |
| YUV | 20.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 69 | 0.55 | 0.91 | 0 | 0.73 | 263.81 | 0.84 | 0.15 |
| Hex | 1F | 6 | 45 | 37 | 5B | 0 | 49 | 108 | 54 | F |
| Octal | 37 | 6 | 105 | 67 | 133 | 0 | 111 | 410 | 124 | 17 |
| Binary | 11111 | 110 | 1000101 | 110111 | 1011011 | 0 | 1001001 | 100001000 | 1010100 | 1111 |
Color Harmonies of #1F0645
Complementary color
Monochromatic Colors of #1F0645
Black with #1F0645
Text Example
Text Example
White with #1F0645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0645; }
p { color: rgb(31,6,69); }
H1.HeaderClassName
{
color: #1F0645;
}
.AnyTagClassName
{
color: #1F0645;
}
</style>
background-color css
<style>
a { background-color: #1F0645; }
a { background-color: rgb(31,6,69); }
div.DivClassName
{
background-color: #1F0645;
}
.BgClassName
{
background-color: #1F0645;
}
</style>
border-color css
<style>
span { border-color: #1F0645; }
span { border-color: rgb(31,6,69); }
td.TdClassName
{
border-color: #1F0645;
}
.TagClassName
{
border-color: #1F0645;
}
</style>