Shades of Blackcurrant #31134B
Tints of Blackcurrant #31134B
RGB
CMYK
RGB Variations
Color information
#31134B (or 0x31134B) is known color: Blackcurrant. HEX triplet: 31, 13 and 4B. RGB value is (49,19,75). Sum of RGB (Red+Green+Blue) = 49+19+75=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #31134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31134B is #CEECB4. Grayscale: #222222. Windows color (decimal): -13561013 or 4920113. OLE color: 4920113.
HSL color Cylindrical-coordinate representation of color #31134B: hue angle of 272.14º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31134B is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 19 | 75 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.71 |
| HSL | 272.14º | 0.6% | 0.18% | - |
| HSV(B) | 272.14º | 0.75% | 0.29% | - |
| XYZ | 2.77 | 1.63 | 6.82 | - |
| YUV | 34.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 75 | 0.35 | 0.75 | 0 | 0.71 | 272.14 | 0.6 | 0.18 |
| Hex | 31 | 13 | 4B | 23 | 4B | 0 | 47 | 110 | 3C | 12 |
| Octal | 61 | 23 | 113 | 43 | 113 | 0 | 107 | 420 | 74 | 22 |
| Binary | 110001 | 10011 | 1001011 | 100011 | 1001011 | 0 | 1000111 | 100010000 | 111100 | 10010 |
Color Harmonies of #31134B
Complementary color
Monochromatic Colors of #31134B
Black with #31134B
Text Example
Text Example
White with #31134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31134B; }
p { color: rgb(49,19,75); }
H1.HeaderClassName
{
color: #31134B;
}
.AnyTagClassName
{
color: #31134B;
}
</style>
background-color css
<style>
a { background-color: #31134B; }
a { background-color: rgb(49,19,75); }
div.DivClassName
{
background-color: #31134B;
}
.BgClassName
{
background-color: #31134B;
}
</style>
border-color css
<style>
span { border-color: #31134B; }
span { border-color: rgb(49,19,75); }
td.TdClassName
{
border-color: #31134B;
}
.TagClassName
{
border-color: #31134B;
}
</style>