Shades of Blackcurrant #31263C
Tints of Blackcurrant #31263C
RGB
CMYK
RGB Variations
Color information
#31263C (or 0x31263C) is known color: Blackcurrant. HEX triplet: 31, 26 and 3C. RGB value is (49,38,60). Sum of RGB (Red+Green+Blue) = 49+38+60=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #31263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31263C is #CED9C3. Grayscale: #2B2B2B. Windows color (decimal): -13556164 or 3941937. OLE color: 3941937.
HSL color Cylindrical-coordinate representation of color #31263C: hue angle of 270º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31263C is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 38 | 60 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.76 |
| HSL | 270º | 0.22% | 0.19% | - |
| HSV(B) | 270º | 0.37% | 0.24% | - |
| XYZ | 2.78 | 2.37 | 4.59 | - |
| YUV | 43.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 60 | 0.18 | 0.37 | 0 | 0.76 | 270 | 0.22 | 0.19 |
| Hex | 31 | 26 | 3C | 12 | 25 | 0 | 4C | 10E | 16 | 13 |
| Octal | 61 | 46 | 74 | 22 | 45 | 0 | 114 | 416 | 26 | 23 |
| Binary | 110001 | 100110 | 111100 | 10010 | 100101 | 0 | 1001100 | 100001110 | 10110 | 10011 |
Color Harmonies of #31263C
Complementary color
Monochromatic Colors of #31263C
Black with #31263C
Text Example
Text Example
White with #31263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31263C; }
p { color: rgb(49,38,60); }
H1.HeaderClassName
{
color: #31263C;
}
.AnyTagClassName
{
color: #31263C;
}
</style>
background-color css
<style>
a { background-color: #31263C; }
a { background-color: rgb(49,38,60); }
div.DivClassName
{
background-color: #31263C;
}
.BgClassName
{
background-color: #31263C;
}
</style>
border-color css
<style>
span { border-color: #31263C; }
span { border-color: rgb(49,38,60); }
td.TdClassName
{
border-color: #31263C;
}
.TagClassName
{
border-color: #31263C;
}
</style>