Shades of Blackcurrant #1F0D35
Tints of Blackcurrant #1F0D35
RGB
CMYK
RGB Variations
Color information
#1F0D35 (or 0x1F0D35) is known color: Blackcurrant. HEX triplet: 1F, 0D and 35. RGB value is (31,13,53). Sum of RGB (Red+Green+Blue) = 31+13+53=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #1F0D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D35 is #E0F2CA. Grayscale: #161616. Windows color (decimal): -14742219 or 3476767. OLE color: 3476767.
HSL color Cylindrical-coordinate representation of color #1F0D35: hue angle of 267º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F0D35 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 13 | 53 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.79 |
| HSL | 267º | 0.61% | 0.13% | - |
| HSV(B) | 267º | 0.75% | 0.21% | - |
| XYZ | 1.35 | 0.84 | 3.46 | - |
| YUV | 22.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 53 | 0.42 | 0.75 | 0 | 0.79 | 267 | 0.61 | 0.13 |
| Hex | 1F | D | 35 | 2A | 4B | 0 | 4F | 10B | 3D | D |
| Octal | 37 | 15 | 65 | 52 | 113 | 0 | 117 | 413 | 75 | 15 |
| Binary | 11111 | 1101 | 110101 | 101010 | 1001011 | 0 | 1001111 | 100001011 | 111101 | 1101 |
Color Harmonies of #1F0D35
Complementary color
Monochromatic Colors of #1F0D35
Black with #1F0D35
Text Example
Text Example
White with #1F0D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D35; }
p { color: rgb(31,13,53); }
H1.HeaderClassName
{
color: #1F0D35;
}
.AnyTagClassName
{
color: #1F0D35;
}
</style>
background-color css
<style>
a { background-color: #1F0D35; }
a { background-color: rgb(31,13,53); }
div.DivClassName
{
background-color: #1F0D35;
}
.BgClassName
{
background-color: #1F0D35;
}
</style>
border-color css
<style>
span { border-color: #1F0D35; }
span { border-color: rgb(31,13,53); }
td.TdClassName
{
border-color: #1F0D35;
}
.TagClassName
{
border-color: #1F0D35;
}
</style>