Shades of Blackcurrant #31013C
Tints of Blackcurrant #31013C
RGB
CMYK
RGB Variations
Color information
#31013C (or 0x31013C) is known color: Blackcurrant. HEX triplet: 31, 01 and 3C. RGB value is (49,1,60). Sum of RGB (Red+Green+Blue) = 49+1+60=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #31013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31013C is #CEFEC3. Grayscale: #151515. Windows color (decimal): -13565636 or 3932465. OLE color: 3932465.
HSL color Cylindrical-coordinate representation of color #31013C: hue angle of 288.81º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31013C is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 1 | 60 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.76 |
| HSL | 288.81º | 0.97% | 0.12% | - |
| HSV(B) | 288.81º | 0.98% | 0.24% | - |
| XYZ | 2.09 | 1 | 4.36 | - |
| YUV | 22.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 60 | 0.18 | 0.98 | 0 | 0.76 | 288.81 | 0.97 | 0.12 |
| Hex | 31 | 1 | 3C | 12 | 62 | 0 | 4C | 121 | 61 | C |
| Octal | 61 | 1 | 74 | 22 | 142 | 0 | 114 | 441 | 141 | 14 |
| Binary | 110001 | 1 | 111100 | 10010 | 1100010 | 0 | 1001100 | 100100001 | 1100001 | 1100 |
Color Harmonies of #31013C
Complementary color
Monochromatic Colors of #31013C
Black with #31013C
Text Example
Text Example
White with #31013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31013C; }
p { color: rgb(49,1,60); }
H1.HeaderClassName
{
color: #31013C;
}
.AnyTagClassName
{
color: #31013C;
}
</style>
background-color css
<style>
a { background-color: #31013C; }
a { background-color: rgb(49,1,60); }
div.DivClassName
{
background-color: #31013C;
}
.BgClassName
{
background-color: #31013C;
}
</style>
border-color css
<style>
span { border-color: #31013C; }
span { border-color: rgb(49,1,60); }
td.TdClassName
{
border-color: #31013C;
}
.TagClassName
{
border-color: #31013C;
}
</style>