Shades of Blackcurrant #380D47
Tints of Blackcurrant #380D47
RGB
CMYK
RGB Variations
Color information
#380D47 (or 0x380D47) is known color: Blackcurrant. HEX triplet: 38, 0D and 47. RGB value is (56,13,71). Sum of RGB (Red+Green+Blue) = 56+13+71=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #380D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D47 is #C7F2B8. Grayscale: #202020. Windows color (decimal): -13103801 or 4656440. OLE color: 4656440.
HSL color Cylindrical-coordinate representation of color #380D47: hue angle of 284.48º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380D47 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 13 | 71 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.72 |
| HSL | 284.48º | 0.69% | 0.16% | - |
| HSV(B) | 284.48º | 0.82% | 0.28% | - |
| XYZ | 2.91 | 1.58 | 6.11 | - |
| YUV | 32.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 71 | 0.21 | 0.82 | 0 | 0.72 | 284.48 | 0.69 | 0.16 |
| Hex | 38 | D | 47 | 15 | 52 | 0 | 48 | 11C | 45 | 10 |
| Octal | 70 | 15 | 107 | 25 | 122 | 0 | 110 | 434 | 105 | 20 |
| Binary | 111000 | 1101 | 1000111 | 10101 | 1010010 | 0 | 1001000 | 100011100 | 1000101 | 10000 |
Color Harmonies of #380D47
Complementary color
Monochromatic Colors of #380D47
Black with #380D47
Text Example
Text Example
White with #380D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D47; }
p { color: rgb(56,13,71); }
H1.HeaderClassName
{
color: #380D47;
}
.AnyTagClassName
{
color: #380D47;
}
</style>
background-color css
<style>
a { background-color: #380D47; }
a { background-color: rgb(56,13,71); }
div.DivClassName
{
background-color: #380D47;
}
.BgClassName
{
background-color: #380D47;
}
</style>
border-color css
<style>
span { border-color: #380D47; }
span { border-color: rgb(56,13,71); }
td.TdClassName
{
border-color: #380D47;
}
.TagClassName
{
border-color: #380D47;
}
</style>