Shades of Blackcurrant #382540
Tints of Blackcurrant #382540
RGB
CMYK
RGB Variations
Color information
#382540 (or 0x382540) is known color: Blackcurrant. HEX triplet: 38, 25 and 40. RGB value is (56,37,64). Sum of RGB (Red+Green+Blue) = 56+37+64=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #382540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382540 is #C7DABF. Grayscale: #2D2D2D. Windows color (decimal): -13097664 or 4203832. OLE color: 4203832.
HSL color Cylindrical-coordinate representation of color #382540: hue angle of 282.22º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #382540 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 37 | 64 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.75 |
| HSL | 282.22º | 0.27% | 0.2% | - |
| HSV(B) | 282.22º | 0.42% | 0.25% | - |
| XYZ | 3.22 | 2.53 | 5.17 | - |
| YUV | 45.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 64 | 0.13 | 0.42 | 0 | 0.75 | 282.22 | 0.27 | 0.2 |
| Hex | 38 | 25 | 40 | D | 2A | 0 | 4B | 11A | 1B | 14 |
| Octal | 70 | 45 | 100 | 15 | 52 | 0 | 113 | 432 | 33 | 24 |
| Binary | 111000 | 100101 | 1000000 | 1101 | 101010 | 0 | 1001011 | 100011010 | 11011 | 10100 |
Color Harmonies of #382540
Complementary color
Monochromatic Colors of #382540
Black with #382540
Text Example
Text Example
White with #382540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382540; }
p { color: rgb(56,37,64); }
H1.HeaderClassName
{
color: #382540;
}
.AnyTagClassName
{
color: #382540;
}
</style>
background-color css
<style>
a { background-color: #382540; }
a { background-color: rgb(56,37,64); }
div.DivClassName
{
background-color: #382540;
}
.BgClassName
{
background-color: #382540;
}
</style>
border-color css
<style>
span { border-color: #382540; }
span { border-color: rgb(56,37,64); }
td.TdClassName
{
border-color: #382540;
}
.TagClassName
{
border-color: #382540;
}
</style>