Shades of Blackcurrant #31063C
Tints of Blackcurrant #31063C
RGB
CMYK
RGB Variations
Color information
#31063C (or 0x31063C) is known color: Blackcurrant. HEX triplet: 31, 06 and 3C. RGB value is (49,6,60). Sum of RGB (Red+Green+Blue) = 49+6+60=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #31063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31063C is #CEF9C3. Grayscale: #181818. Windows color (decimal): -13564356 or 3933745. OLE color: 3933745.
HSL color Cylindrical-coordinate representation of color #31063C: hue angle of 287.78º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31063C is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 6 | 60 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.76 |
| HSL | 287.78º | 0.82% | 0.13% | - |
| HSV(B) | 287.78º | 0.9% | 0.24% | - |
| XYZ | 2.15 | 1.11 | 4.38 | - |
| YUV | 25.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 60 | 0.18 | 0.90 | 0 | 0.76 | 287.78 | 0.82 | 0.13 |
| Hex | 31 | 6 | 3C | 12 | 5A | 0 | 4C | 120 | 52 | D |
| Octal | 61 | 6 | 74 | 22 | 132 | 0 | 114 | 440 | 122 | 15 |
| Binary | 110001 | 110 | 111100 | 10010 | 1011010 | 0 | 1001100 | 100100000 | 1010010 | 1101 |
Color Harmonies of #31063C
Complementary color
Monochromatic Colors of #31063C
Black with #31063C
Text Example
Text Example
White with #31063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31063C; }
p { color: rgb(49,6,60); }
H1.HeaderClassName
{
color: #31063C;
}
.AnyTagClassName
{
color: #31063C;
}
</style>
background-color css
<style>
a { background-color: #31063C; }
a { background-color: rgb(49,6,60); }
div.DivClassName
{
background-color: #31063C;
}
.BgClassName
{
background-color: #31063C;
}
</style>
border-color css
<style>
span { border-color: #31063C; }
span { border-color: rgb(49,6,60); }
td.TdClassName
{
border-color: #31063C;
}
.TagClassName
{
border-color: #31063C;
}
</style>