Shades of Blackcurrant #381740
Tints of Blackcurrant #381740
RGB
CMYK
RGB Variations
Color information
#381740 (or 0x381740) is known color: Blackcurrant. HEX triplet: 38, 17 and 40. RGB value is (56,23,64). Sum of RGB (Red+Green+Blue) = 56+23+64=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #381740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381740 is #C7E8BF. Grayscale: #252525. Windows color (decimal): -13101248 or 4200248. OLE color: 4200248.
HSL color Cylindrical-coordinate representation of color #381740: hue angle of 288.29º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381740 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 23 | 64 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.75 |
| HSL | 288.29º | 0.47% | 0.17% | - |
| HSV(B) | 288.29º | 0.64% | 0.25% | - |
| XYZ | 2.86 | 1.82 | 5.05 | - |
| YUV | 37.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 64 | 0.13 | 0.64 | 0 | 0.75 | 288.29 | 0.47 | 0.17 |
| Hex | 38 | 17 | 40 | D | 40 | 0 | 4B | 120 | 2F | 11 |
| Octal | 70 | 27 | 100 | 15 | 100 | 0 | 113 | 440 | 57 | 21 |
| Binary | 111000 | 10111 | 1000000 | 1101 | 1000000 | 0 | 1001011 | 100100000 | 101111 | 10001 |
Color Harmonies of #381740
Complementary color
Monochromatic Colors of #381740
Black with #381740
Text Example
Text Example
White with #381740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381740; }
p { color: rgb(56,23,64); }
H1.HeaderClassName
{
color: #381740;
}
.AnyTagClassName
{
color: #381740;
}
</style>
background-color css
<style>
a { background-color: #381740; }
a { background-color: rgb(56,23,64); }
div.DivClassName
{
background-color: #381740;
}
.BgClassName
{
background-color: #381740;
}
</style>
border-color css
<style>
span { border-color: #381740; }
span { border-color: rgb(56,23,64); }
td.TdClassName
{
border-color: #381740;
}
.TagClassName
{
border-color: #381740;
}
</style>