Shades of Blackcurrant #31004B
Tints of Blackcurrant #31004B
RGB
CMYK
RGB Variations
Color information
#31004B (or 0x31004B) is known color: Blackcurrant. HEX triplet: 31, 00 and 4B. RGB value is (49,0,75). Sum of RGB (Red+Green+Blue) = 49+0+75=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #31004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31004B is #CEFFB4. Grayscale: #161616. Windows color (decimal): -13565877 or 4915249. OLE color: 4915249.
HSL color Cylindrical-coordinate representation of color #31004B: hue angle of 279.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31004B is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 0 | 75 | - |
| CMYK | 0.35 | 1 | 0 | 0.71 |
| HSL | 279.2º | 1% | 0.15% | - |
| HSV(B) | 279.2º | 1% | 0.29% | - |
| XYZ | 2.54 | 1.16 | 6.75 | - |
| YUV | 23.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 75 | 0.35 | 1 | 0 | 0.71 | 279.2 | 1 | 0.15 |
| Hex | 31 | 0 | 4B | 23 | 64 | 0 | 47 | 117 | 64 | F |
| Octal | 61 | 0 | 113 | 43 | 144 | 0 | 107 | 427 | 144 | 17 |
| Binary | 110001 | 0 | 1001011 | 100011 | 1100100 | 0 | 1000111 | 100010111 | 1100100 | 1111 |
Color Harmonies of #31004B
Complementary color
Monochromatic Colors of #31004B
Black with #31004B
Text Example
Text Example
White with #31004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31004B; }
p { color: rgb(49,0,75); }
H1.HeaderClassName
{
color: #31004B;
}
.AnyTagClassName
{
color: #31004B;
}
</style>
background-color css
<style>
a { background-color: #31004B; }
a { background-color: rgb(49,0,75); }
div.DivClassName
{
background-color: #31004B;
}
.BgClassName
{
background-color: #31004B;
}
</style>
border-color css
<style>
span { border-color: #31004B; }
span { border-color: rgb(49,0,75); }
td.TdClassName
{
border-color: #31004B;
}
.TagClassName
{
border-color: #31004B;
}
</style>