Shades of Blackcurrant #381340
Tints of Blackcurrant #381340
RGB
CMYK
RGB Variations
Color information
#381340 (or 0x381340) is known color: Blackcurrant. HEX triplet: 38, 13 and 40. RGB value is (56,19,64). Sum of RGB (Red+Green+Blue) = 56+19+64=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #381340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381340 is #C7ECBF. Grayscale: #232323. Windows color (decimal): -13102272 or 4199224. OLE color: 4199224.
HSL color Cylindrical-coordinate representation of color #381340: hue angle of 289.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381340 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 19 | 64 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.75 |
| HSL | 289.33º | 0.54% | 0.16% | - |
| HSV(B) | 289.33º | 0.7% | 0.25% | - |
| XYZ | 2.79 | 1.68 | 5.03 | - |
| YUV | 35.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 64 | 0.13 | 0.70 | 0 | 0.75 | 289.33 | 0.54 | 0.16 |
| Hex | 38 | 13 | 40 | D | 46 | 0 | 4B | 121 | 36 | 10 |
| Octal | 70 | 23 | 100 | 15 | 106 | 0 | 113 | 441 | 66 | 20 |
| Binary | 111000 | 10011 | 1000000 | 1101 | 1000110 | 0 | 1001011 | 100100001 | 110110 | 10000 |
Color Harmonies of #381340
Complementary color
Monochromatic Colors of #381340
Black with #381340
Text Example
Text Example
White with #381340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381340; }
p { color: rgb(56,19,64); }
H1.HeaderClassName
{
color: #381340;
}
.AnyTagClassName
{
color: #381340;
}
</style>
background-color css
<style>
a { background-color: #381340; }
a { background-color: rgb(56,19,64); }
div.DivClassName
{
background-color: #381340;
}
.BgClassName
{
background-color: #381340;
}
</style>
border-color css
<style>
span { border-color: #381340; }
span { border-color: rgb(56,19,64); }
td.TdClassName
{
border-color: #381340;
}
.TagClassName
{
border-color: #381340;
}
</style>