Shades of Blackcurrant #312338
Tints of Blackcurrant #312338
RGB
CMYK
RGB Variations
Color information
#312338 (or 0x312338) is known color: Blackcurrant. HEX triplet: 31, 23 and 38. RGB value is (49,35,56). Sum of RGB (Red+Green+Blue) = 49+35+56=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #312338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312338 is #CEDCC7. Grayscale: #292929. Windows color (decimal): -13556936 or 3679025. OLE color: 3679025.
HSL color Cylindrical-coordinate representation of color #312338: hue angle of 280º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #312338 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 35 | 56 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.78 |
| HSL | 280º | 0.23% | 0.18% | - |
| HSV(B) | 280º | 0.38% | 0.22% | - |
| XYZ | 2.58 | 2.14 | 4.02 | - |
| YUV | 41.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 56 | 0.12 | 0.37 | 0 | 0.78 | 280 | 0.23 | 0.18 |
| Hex | 31 | 23 | 38 | C | 25 | 0 | 4E | 118 | 17 | 12 |
| Octal | 61 | 43 | 70 | 14 | 45 | 0 | 116 | 430 | 27 | 22 |
| Binary | 110001 | 100011 | 111000 | 1100 | 100101 | 0 | 1001110 | 100011000 | 10111 | 10010 |
Color Harmonies of #312338
Complementary color
Monochromatic Colors of #312338
Black with #312338
Text Example
Text Example
White with #312338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312338; }
p { color: rgb(49,35,56); }
H1.HeaderClassName
{
color: #312338;
}
.AnyTagClassName
{
color: #312338;
}
</style>
background-color css
<style>
a { background-color: #312338; }
a { background-color: rgb(49,35,56); }
div.DivClassName
{
background-color: #312338;
}
.BgClassName
{
background-color: #312338;
}
</style>
border-color css
<style>
span { border-color: #312338; }
span { border-color: rgb(49,35,56); }
td.TdClassName
{
border-color: #312338;
}
.TagClassName
{
border-color: #312338;
}
</style>