Shades of Blackcurrant #310C41
Tints of Blackcurrant #310C41
RGB
CMYK
RGB Variations
Color information
#310C41 (or 0x310C41) is known color: Blackcurrant. HEX triplet: 31, 0C and 41. RGB value is (49,12,65). Sum of RGB (Red+Green+Blue) = 49+12+65=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #310C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C41 is #CEF3BE. Grayscale: #1C1C1C. Windows color (decimal): -13562815 or 4262961. OLE color: 4262961.
HSL color Cylindrical-coordinate representation of color #310C41: hue angle of 281.89º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310C41 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 12 | 65 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.75 |
| HSL | 281.89º | 0.69% | 0.15% | - |
| HSV(B) | 281.89º | 0.82% | 0.25% | - |
| XYZ | 2.35 | 1.3 | 5.13 | - |
| YUV | 29.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 65 | 0.25 | 0.82 | 0 | 0.75 | 281.89 | 0.69 | 0.15 |
| Hex | 31 | C | 41 | 19 | 52 | 0 | 4B | 11A | 45 | F |
| Octal | 61 | 14 | 101 | 31 | 122 | 0 | 113 | 432 | 105 | 17 |
| Binary | 110001 | 1100 | 1000001 | 11001 | 1010010 | 0 | 1001011 | 100011010 | 1000101 | 1111 |
Color Harmonies of #310C41
Complementary color
Monochromatic Colors of #310C41
Black with #310C41
Text Example
Text Example
White with #310C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C41; }
p { color: rgb(49,12,65); }
H1.HeaderClassName
{
color: #310C41;
}
.AnyTagClassName
{
color: #310C41;
}
</style>
background-color css
<style>
a { background-color: #310C41; }
a { background-color: rgb(49,12,65); }
div.DivClassName
{
background-color: #310C41;
}
.BgClassName
{
background-color: #310C41;
}
</style>
border-color css
<style>
span { border-color: #310C41; }
span { border-color: rgb(49,12,65); }
td.TdClassName
{
border-color: #310C41;
}
.TagClassName
{
border-color: #310C41;
}
</style>