Shades of Blackcurrant #1F0B34
Tints of Blackcurrant #1F0B34
RGB
CMYK
RGB Variations
Color information
#1F0B34 (or 0x1F0B34) is known color: Blackcurrant. HEX triplet: 1F, 0B and 34. RGB value is (31,11,52). Sum of RGB (Red+Green+Blue) = 31+11+52=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F0B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B34 is #E0F4CB. Grayscale: #151515. Windows color (decimal): -14742732 or 3410719. OLE color: 3410719.
HSL color Cylindrical-coordinate representation of color #1F0B34: hue angle of 269.27º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F0B34 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 11 | 52 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.80 |
| HSL | 269.27º | 0.65% | 0.12% | - |
| HSV(B) | 269.27º | 0.79% | 0.2% | - |
| XYZ | 1.3 | 0.78 | 3.33 | - |
| YUV | 21.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 52 | 0.40 | 0.79 | 0 | 0.80 | 269.27 | 0.65 | 0.12 |
| Hex | 1F | B | 34 | 28 | 4F | 0 | 50 | 10D | 41 | C |
| Octal | 37 | 13 | 64 | 50 | 117 | 0 | 120 | 415 | 101 | 14 |
| Binary | 11111 | 1011 | 110100 | 101000 | 1001111 | 0 | 1010000 | 100001101 | 1000001 | 1100 |
Color Harmonies of #1F0B34
Complementary color
Monochromatic Colors of #1F0B34
Black with #1F0B34
Text Example
Text Example
White with #1F0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B34; }
p { color: rgb(31,11,52); }
H1.HeaderClassName
{
color: #1F0B34;
}
.AnyTagClassName
{
color: #1F0B34;
}
</style>
background-color css
<style>
a { background-color: #1F0B34; }
a { background-color: rgb(31,11,52); }
div.DivClassName
{
background-color: #1F0B34;
}
.BgClassName
{
background-color: #1F0B34;
}
</style>
border-color css
<style>
span { border-color: #1F0B34; }
span { border-color: rgb(31,11,52); }
td.TdClassName
{
border-color: #1F0B34;
}
.TagClassName
{
border-color: #1F0B34;
}
</style>