Shades of Blackcurrant #380E4C
Tints of Blackcurrant #380E4C
RGB
CMYK
RGB Variations
Color information
#380E4C (or 0x380E4C) is known color: Blackcurrant. HEX triplet: 38, 0E and 4C. RGB value is (56,14,76). Sum of RGB (Red+Green+Blue) = 56+14+76=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #380E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E4C is #C7F1B3. Grayscale: #212121. Windows color (decimal): -13103540 or 4984376. OLE color: 4984376.
HSL color Cylindrical-coordinate representation of color #380E4C: hue angle of 280.65º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380E4C is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 14 | 76 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.70 |
| HSL | 280.65º | 0.69% | 0.18% | - |
| HSV(B) | 280.65º | 0.82% | 0.3% | - |
| XYZ | 3.09 | 1.68 | 7 | - |
| YUV | 33.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 76 | 0.26 | 0.82 | 0 | 0.70 | 280.65 | 0.69 | 0.18 |
| Hex | 38 | E | 4C | 1A | 52 | 0 | 46 | 119 | 45 | 12 |
| Octal | 70 | 16 | 114 | 32 | 122 | 0 | 106 | 431 | 105 | 22 |
| Binary | 111000 | 1110 | 1001100 | 11010 | 1010010 | 0 | 1000110 | 100011001 | 1000101 | 10010 |
Color Harmonies of #380E4C
Complementary color
Monochromatic Colors of #380E4C
Black with #380E4C
Text Example
Text Example
White with #380E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E4C; }
p { color: rgb(56,14,76); }
H1.HeaderClassName
{
color: #380E4C;
}
.AnyTagClassName
{
color: #380E4C;
}
</style>
background-color css
<style>
a { background-color: #380E4C; }
a { background-color: rgb(56,14,76); }
div.DivClassName
{
background-color: #380E4C;
}
.BgClassName
{
background-color: #380E4C;
}
</style>
border-color css
<style>
span { border-color: #380E4C; }
span { border-color: rgb(56,14,76); }
td.TdClassName
{
border-color: #380E4C;
}
.TagClassName
{
border-color: #380E4C;
}
</style>