Shades of Blackcurrant #1F132F
Tints of Blackcurrant #1F132F
RGB
CMYK
RGB Variations
Color information
#1F132F (or 0x1F132F) is known color: Blackcurrant. HEX triplet: 1F, 13 and 2F. RGB value is (31,19,47). Sum of RGB (Red+Green+Blue) = 31+19+47=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F132F is #E0ECD0. Grayscale: #191919. Windows color (decimal): -14740689 or 3085087. OLE color: 3085087.
HSL color Cylindrical-coordinate representation of color #1F132F: hue angle of 265.71º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F132F is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 19 | 47 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.82 |
| HSL | 265.71º | 0.42% | 0.13% | - |
| HSV(B) | 265.71º | 0.6% | 0.18% | - |
| XYZ | 1.31 | 0.96 | 2.81 | - |
| YUV | 25.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 47 | 0.34 | 0.60 | 0 | 0.82 | 265.71 | 0.42 | 0.13 |
| Hex | 1F | 13 | 2F | 22 | 3C | 0 | 52 | 10A | 2A | D |
| Octal | 37 | 23 | 57 | 42 | 74 | 0 | 122 | 412 | 52 | 15 |
| Binary | 11111 | 10011 | 101111 | 100010 | 111100 | 0 | 1010010 | 100001010 | 101010 | 1101 |
Color Harmonies of #1F132F
Complementary color
Monochromatic Colors of #1F132F
Black with #1F132F
Text Example
Text Example
White with #1F132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F132F; }
p { color: rgb(31,19,47); }
H1.HeaderClassName
{
color: #1F132F;
}
.AnyTagClassName
{
color: #1F132F;
}
</style>
background-color css
<style>
a { background-color: #1F132F; }
a { background-color: rgb(31,19,47); }
div.DivClassName
{
background-color: #1F132F;
}
.BgClassName
{
background-color: #1F132F;
}
</style>
border-color css
<style>
span { border-color: #1F132F; }
span { border-color: rgb(31,19,47); }
td.TdClassName
{
border-color: #1F132F;
}
.TagClassName
{
border-color: #1F132F;
}
</style>