Shades of Blackcurrant #380B4D
Tints of Blackcurrant #380B4D
RGB
CMYK
RGB Variations
Color information
#380B4D (or 0x380B4D) is known color: Blackcurrant. HEX triplet: 38, 0B and 4D. RGB value is (56,11,77). Sum of RGB (Red+Green+Blue) = 56+11+77=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #380B4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380B4D is #C7F4B2. Grayscale: #1F1F1F. Windows color (decimal): -13104307 or 5049144. OLE color: 5049144.
HSL color Cylindrical-coordinate representation of color #380B4D: hue angle of 280.91º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380B4D is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 11 | 77 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.70 |
| HSL | 280.91º | 0.75% | 0.17% | - |
| HSV(B) | 280.91º | 0.86% | 0.3% | - |
| XYZ | 3.09 | 1.62 | 7.17 | - |
| YUV | 31.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 77 | 0.27 | 0.86 | 0 | 0.70 | 280.91 | 0.75 | 0.17 |
| Hex | 38 | B | 4D | 1B | 56 | 0 | 46 | 119 | 4B | 11 |
| Octal | 70 | 13 | 115 | 33 | 126 | 0 | 106 | 431 | 113 | 21 |
| Binary | 111000 | 1011 | 1001101 | 11011 | 1010110 | 0 | 1000110 | 100011001 | 1001011 | 10001 |
Color Harmonies of #380B4D
Complementary color
Monochromatic Colors of #380B4D
Black with #380B4D
Text Example
Text Example
White with #380B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B4D; }
p { color: rgb(56,11,77); }
H1.HeaderClassName
{
color: #380B4D;
}
.AnyTagClassName
{
color: #380B4D;
}
</style>
background-color css
<style>
a { background-color: #380B4D; }
a { background-color: rgb(56,11,77); }
div.DivClassName
{
background-color: #380B4D;
}
.BgClassName
{
background-color: #380B4D;
}
</style>
border-color css
<style>
span { border-color: #380B4D; }
span { border-color: rgb(56,11,77); }
td.TdClassName
{
border-color: #380B4D;
}
.TagClassName
{
border-color: #380B4D;
}
</style>