Shades of Blackcurrant #310B44
Tints of Blackcurrant #310B44
RGB
CMYK
RGB Variations
Color information
#310B44 (or 0x310B44) is known color: Blackcurrant. HEX triplet: 31, 0B and 44. RGB value is (49,11,68). Sum of RGB (Red+Green+Blue) = 49+11+68=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #310B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B44 is #CEF4BB. Grayscale: #1C1C1C. Windows color (decimal): -13563068 or 4459313. OLE color: 4459313.
HSL color Cylindrical-coordinate representation of color #310B44: hue angle of 280º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310B44 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 11 | 68 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.73 |
| HSL | 280º | 0.72% | 0.15% | - |
| HSV(B) | 280º | 0.84% | 0.27% | - |
| XYZ | 2.43 | 1.31 | 5.59 | - |
| YUV | 28.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 68 | 0.28 | 0.84 | 0 | 0.73 | 280 | 0.72 | 0.15 |
| Hex | 31 | B | 44 | 1C | 54 | 0 | 49 | 118 | 48 | F |
| Octal | 61 | 13 | 104 | 34 | 124 | 0 | 111 | 430 | 110 | 17 |
| Binary | 110001 | 1011 | 1000100 | 11100 | 1010100 | 0 | 1001001 | 100011000 | 1001000 | 1111 |
Color Harmonies of #310B44
Complementary color
Monochromatic Colors of #310B44
Black with #310B44
Text Example
Text Example
White with #310B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B44; }
p { color: rgb(49,11,68); }
H1.HeaderClassName
{
color: #310B44;
}
.AnyTagClassName
{
color: #310B44;
}
</style>
background-color css
<style>
a { background-color: #310B44; }
a { background-color: rgb(49,11,68); }
div.DivClassName
{
background-color: #310B44;
}
.BgClassName
{
background-color: #310B44;
}
</style>
border-color css
<style>
span { border-color: #310B44; }
span { border-color: rgb(49,11,68); }
td.TdClassName
{
border-color: #310B44;
}
.TagClassName
{
border-color: #310B44;
}
</style>