Shades of Blackcurrant #1F0935
Tints of Blackcurrant #1F0935
RGB
CMYK
RGB Variations
Color information
#1F0935 (or 0x1F0935) is known color: Blackcurrant. HEX triplet: 1F, 09 and 35. RGB value is (31,9,53). Sum of RGB (Red+Green+Blue) = 31+9+53=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #1F0935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0935 is #E0F6CA. Grayscale: #141414. Windows color (decimal): -14743243 or 3475743. OLE color: 3475743.
HSL color Cylindrical-coordinate representation of color #1F0935: hue angle of 270º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F0935 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 9 | 53 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.79 |
| HSL | 270º | 0.71% | 0.12% | - |
| HSV(B) | 270º | 0.83% | 0.21% | - |
| XYZ | 1.31 | 0.74 | 3.44 | - |
| YUV | 20.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 53 | 0.42 | 0.83 | 0 | 0.79 | 270 | 0.71 | 0.12 |
| Hex | 1F | 9 | 35 | 2A | 53 | 0 | 4F | 10E | 47 | C |
| Octal | 37 | 11 | 65 | 52 | 123 | 0 | 117 | 416 | 107 | 14 |
| Binary | 11111 | 1001 | 110101 | 101010 | 1010011 | 0 | 1001111 | 100001110 | 1000111 | 1100 |
Color Harmonies of #1F0935
Complementary color
Monochromatic Colors of #1F0935
Black with #1F0935
Text Example
Text Example
White with #1F0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0935; }
p { color: rgb(31,9,53); }
H1.HeaderClassName
{
color: #1F0935;
}
.AnyTagClassName
{
color: #1F0935;
}
</style>
background-color css
<style>
a { background-color: #1F0935; }
a { background-color: rgb(31,9,53); }
div.DivClassName
{
background-color: #1F0935;
}
.BgClassName
{
background-color: #1F0935;
}
</style>
border-color css
<style>
span { border-color: #1F0935; }
span { border-color: rgb(31,9,53); }
td.TdClassName
{
border-color: #1F0935;
}
.TagClassName
{
border-color: #1F0935;
}
</style>