Shades of Blackcurrant #31253C
Tints of Blackcurrant #31253C
RGB
CMYK
RGB Variations
Color information
#31253C (or 0x31253C) is known color: Blackcurrant. HEX triplet: 31, 25 and 3C. RGB value is (49,37,60). Sum of RGB (Red+Green+Blue) = 49+37+60=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #31253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31253C is #CEDAC3. Grayscale: #2B2B2B. Windows color (decimal): -13556420 or 3941681. OLE color: 3941681.
HSL color Cylindrical-coordinate representation of color #31253C: hue angle of 271.3º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31253C is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 37 | 60 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.76 |
| HSL | 271.3º | 0.24% | 0.19% | - |
| HSV(B) | 271.3º | 0.38% | 0.24% | - |
| XYZ | 2.74 | 2.3 | 4.57 | - |
| YUV | 43.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 60 | 0.18 | 0.38 | 0 | 0.76 | 271.3 | 0.24 | 0.19 |
| Hex | 31 | 25 | 3C | 12 | 26 | 0 | 4C | 10F | 18 | 13 |
| Octal | 61 | 45 | 74 | 22 | 46 | 0 | 114 | 417 | 30 | 23 |
| Binary | 110001 | 100101 | 111100 | 10010 | 100110 | 0 | 1001100 | 100001111 | 11000 | 10011 |
Color Harmonies of #31253C
Complementary color
Monochromatic Colors of #31253C
Black with #31253C
Text Example
Text Example
White with #31253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31253C; }
p { color: rgb(49,37,60); }
H1.HeaderClassName
{
color: #31253C;
}
.AnyTagClassName
{
color: #31253C;
}
</style>
background-color css
<style>
a { background-color: #31253C; }
a { background-color: rgb(49,37,60); }
div.DivClassName
{
background-color: #31253C;
}
.BgClassName
{
background-color: #31253C;
}
</style>
border-color css
<style>
span { border-color: #31253C; }
span { border-color: rgb(49,37,60); }
td.TdClassName
{
border-color: #31253C;
}
.TagClassName
{
border-color: #31253C;
}
</style>