Shades of Blackcurrant #310F42
Tints of Blackcurrant #310F42
RGB
CMYK
RGB Variations
Color information
#310F42 (or 0x310F42) is known color: Blackcurrant. HEX triplet: 31, 0F and 42. RGB value is (49,15,66). Sum of RGB (Red+Green+Blue) = 49+15+66=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #310F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F42 is #CEF0BD. Grayscale: #1E1E1E. Windows color (decimal): -13562046 or 4329265. OLE color: 4329265.
HSL color Cylindrical-coordinate representation of color #310F42: hue angle of 280º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #310F42 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 15 | 66 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.74 |
| HSL | 280º | 0.63% | 0.16% | - |
| HSV(B) | 280º | 0.77% | 0.26% | - |
| XYZ | 2.42 | 1.39 | 5.29 | - |
| YUV | 30.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 66 | 0.26 | 0.77 | 0 | 0.74 | 280 | 0.63 | 0.16 |
| Hex | 31 | F | 42 | 1A | 4D | 0 | 4A | 118 | 3F | 10 |
| Octal | 61 | 17 | 102 | 32 | 115 | 0 | 112 | 430 | 77 | 20 |
| Binary | 110001 | 1111 | 1000010 | 11010 | 1001101 | 0 | 1001010 | 100011000 | 111111 | 10000 |
Color Harmonies of #310F42
Complementary color
Monochromatic Colors of #310F42
Black with #310F42
Text Example
Text Example
White with #310F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F42; }
p { color: rgb(49,15,66); }
H1.HeaderClassName
{
color: #310F42;
}
.AnyTagClassName
{
color: #310F42;
}
</style>
background-color css
<style>
a { background-color: #310F42; }
a { background-color: rgb(49,15,66); }
div.DivClassName
{
background-color: #310F42;
}
.BgClassName
{
background-color: #310F42;
}
</style>
border-color css
<style>
span { border-color: #310F42; }
span { border-color: rgb(49,15,66); }
td.TdClassName
{
border-color: #310F42;
}
.TagClassName
{
border-color: #310F42;
}
</style>