Shades of Blackcurrant #1F0F35
Tints of Blackcurrant #1F0F35
RGB
CMYK
RGB Variations
Color information
#1F0F35 (or 0x1F0F35) is known color: Blackcurrant. HEX triplet: 1F, 0F and 35. RGB value is (31,15,53). Sum of RGB (Red+Green+Blue) = 31+15+53=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #1F0F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0F35 is #E0F0CA. Grayscale: #171717. Windows color (decimal): -14741707 or 3477279. OLE color: 3477279.
HSL color Cylindrical-coordinate representation of color #1F0F35: hue angle of 265.26º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F0F35 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 15 | 53 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.79 |
| HSL | 265.26º | 0.56% | 0.13% | - |
| HSV(B) | 265.26º | 0.72% | 0.21% | - |
| XYZ | 1.38 | 0.89 | 3.47 | - |
| YUV | 24.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 53 | 0.42 | 0.72 | 0 | 0.79 | 265.26 | 0.56 | 0.13 |
| Hex | 1F | F | 35 | 2A | 48 | 0 | 4F | 109 | 38 | D |
| Octal | 37 | 17 | 65 | 52 | 110 | 0 | 117 | 411 | 70 | 15 |
| Binary | 11111 | 1111 | 110101 | 101010 | 1001000 | 0 | 1001111 | 100001001 | 111000 | 1101 |
Color Harmonies of #1F0F35
Complementary color
Monochromatic Colors of #1F0F35
Black with #1F0F35
Text Example
Text Example
White with #1F0F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F35; }
p { color: rgb(31,15,53); }
H1.HeaderClassName
{
color: #1F0F35;
}
.AnyTagClassName
{
color: #1F0F35;
}
</style>
background-color css
<style>
a { background-color: #1F0F35; }
a { background-color: rgb(31,15,53); }
div.DivClassName
{
background-color: #1F0F35;
}
.BgClassName
{
background-color: #1F0F35;
}
</style>
border-color css
<style>
span { border-color: #1F0F35; }
span { border-color: rgb(31,15,53); }
td.TdClassName
{
border-color: #1F0F35;
}
.TagClassName
{
border-color: #1F0F35;
}
</style>