Shades of Blackcurrant #31074B
Tints of Blackcurrant #31074B
RGB
CMYK
RGB Variations
Color information
#31074B (or 0x31074B) is known color: Blackcurrant. HEX triplet: 31, 07 and 4B. RGB value is (49,7,75). Sum of RGB (Red+Green+Blue) = 49+7+75=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #31074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31074B is #CEF8B4. Grayscale: #1B1B1B. Windows color (decimal): -13564085 or 4917041. OLE color: 4917041.
HSL color Cylindrical-coordinate representation of color #31074B: hue angle of 277.06º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31074B is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 7 | 75 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.71 |
| HSL | 277.06º | 0.83% | 0.16% | - |
| HSV(B) | 277.06º | 0.91% | 0.29% | - |
| XYZ | 2.61 | 1.31 | 6.77 | - |
| YUV | 27.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 75 | 0.35 | 0.91 | 0 | 0.71 | 277.06 | 0.83 | 0.16 |
| Hex | 31 | 7 | 4B | 23 | 5B | 0 | 47 | 115 | 53 | 10 |
| Octal | 61 | 7 | 113 | 43 | 133 | 0 | 107 | 425 | 123 | 20 |
| Binary | 110001 | 111 | 1001011 | 100011 | 1011011 | 0 | 1000111 | 100010101 | 1010011 | 10000 |
Color Harmonies of #31074B
Complementary color
Monochromatic Colors of #31074B
Black with #31074B
Text Example
Text Example
White with #31074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31074B; }
p { color: rgb(49,7,75); }
H1.HeaderClassName
{
color: #31074B;
}
.AnyTagClassName
{
color: #31074B;
}
</style>
background-color css
<style>
a { background-color: #31074B; }
a { background-color: rgb(49,7,75); }
div.DivClassName
{
background-color: #31074B;
}
.BgClassName
{
background-color: #31074B;
}
</style>
border-color css
<style>
span { border-color: #31074B; }
span { border-color: rgb(49,7,75); }
td.TdClassName
{
border-color: #31074B;
}
.TagClassName
{
border-color: #31074B;
}
</style>