Shades of Blackcurrant #380C4D
Tints of Blackcurrant #380C4D
RGB
CMYK
RGB Variations
Color information
#380C4D (or 0x380C4D) is known color: Blackcurrant. HEX triplet: 38, 0C and 4D. RGB value is (56,12,77). Sum of RGB (Red+Green+Blue) = 56+12+77=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #380C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C4D is #C7F3B2. Grayscale: #202020. Windows color (decimal): -13104051 or 5049400. OLE color: 5049400.
HSL color Cylindrical-coordinate representation of color #380C4D: hue angle of 280.62º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380C4D is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 12 | 77 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.70 |
| HSL | 280.62º | 0.73% | 0.17% | - |
| HSV(B) | 280.62º | 0.84% | 0.3% | - |
| XYZ | 3.1 | 1.64 | 7.17 | - |
| YUV | 32.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 77 | 0.27 | 0.84 | 0 | 0.70 | 280.62 | 0.73 | 0.17 |
| Hex | 38 | C | 4D | 1B | 54 | 0 | 46 | 119 | 49 | 11 |
| Octal | 70 | 14 | 115 | 33 | 124 | 0 | 106 | 431 | 111 | 21 |
| Binary | 111000 | 1100 | 1001101 | 11011 | 1010100 | 0 | 1000110 | 100011001 | 1001001 | 10001 |
Color Harmonies of #380C4D
Complementary color
Monochromatic Colors of #380C4D
Black with #380C4D
Text Example
Text Example
White with #380C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C4D; }
p { color: rgb(56,12,77); }
H1.HeaderClassName
{
color: #380C4D;
}
.AnyTagClassName
{
color: #380C4D;
}
</style>
background-color css
<style>
a { background-color: #380C4D; }
a { background-color: rgb(56,12,77); }
div.DivClassName
{
background-color: #380C4D;
}
.BgClassName
{
background-color: #380C4D;
}
</style>
border-color css
<style>
span { border-color: #380C4D; }
span { border-color: rgb(56,12,77); }
td.TdClassName
{
border-color: #380C4D;
}
.TagClassName
{
border-color: #380C4D;
}
</style>