Shades of Blackcurrant #31023C
Tints of Blackcurrant #31023C
RGB
CMYK
RGB Variations
Color information
#31023C (or 0x31023C) is known color: Blackcurrant. HEX triplet: 31, 02 and 3C. RGB value is (49,2,60). Sum of RGB (Red+Green+Blue) = 49+2+60=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #31023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31023C is #CEFDC3. Grayscale: #161616. Windows color (decimal): -13565380 or 3932721. OLE color: 3932721.
HSL color Cylindrical-coordinate representation of color #31023C: hue angle of 288.62º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31023C is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 2 | 60 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.76 |
| HSL | 288.62º | 0.94% | 0.12% | - |
| HSV(B) | 288.62º | 0.97% | 0.24% | - |
| XYZ | 2.1 | 1.02 | 4.36 | - |
| YUV | 22.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 60 | 0.18 | 0.97 | 0 | 0.76 | 288.62 | 0.94 | 0.12 |
| Hex | 31 | 2 | 3C | 12 | 61 | 0 | 4C | 121 | 5E | C |
| Octal | 61 | 2 | 74 | 22 | 141 | 0 | 114 | 441 | 136 | 14 |
| Binary | 110001 | 10 | 111100 | 10010 | 1100001 | 0 | 1001100 | 100100001 | 1011110 | 1100 |
Color Harmonies of #31023C
Complementary color
Monochromatic Colors of #31023C
Black with #31023C
Text Example
Text Example
White with #31023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31023C; }
p { color: rgb(49,2,60); }
H1.HeaderClassName
{
color: #31023C;
}
.AnyTagClassName
{
color: #31023C;
}
</style>
background-color css
<style>
a { background-color: #31023C; }
a { background-color: rgb(49,2,60); }
div.DivClassName
{
background-color: #31023C;
}
.BgClassName
{
background-color: #31023C;
}
</style>
border-color css
<style>
span { border-color: #31023C; }
span { border-color: rgb(49,2,60); }
td.TdClassName
{
border-color: #31023C;
}
.TagClassName
{
border-color: #31023C;
}
</style>