Shades of Blackcurrant #380548
Tints of Blackcurrant #380548
RGB
CMYK
RGB Variations
Color information
#380548 (or 0x380548) is known color: Blackcurrant. HEX triplet: 38, 05 and 48. RGB value is (56,5,72). Sum of RGB (Red+Green+Blue) = 56+5+72=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #380548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380548 is #C7FAB7. Grayscale: #1B1B1B. Windows color (decimal): -13105848 or 4719928. OLE color: 4719928.
HSL color Cylindrical-coordinate representation of color #380548: hue angle of 285.67º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380548 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 5 | 72 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.72 |
| HSL | 285.67º | 0.87% | 0.15% | - |
| HSV(B) | 285.67º | 0.93% | 0.28% | - |
| XYZ | 2.85 | 1.42 | 6.25 | - |
| YUV | 27.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 72 | 0.22 | 0.93 | 0 | 0.72 | 285.67 | 0.87 | 0.15 |
| Hex | 38 | 5 | 48 | 16 | 5D | 0 | 48 | 11E | 57 | F |
| Octal | 70 | 5 | 110 | 26 | 135 | 0 | 110 | 436 | 127 | 17 |
| Binary | 111000 | 101 | 1001000 | 10110 | 1011101 | 0 | 1001000 | 100011110 | 1010111 | 1111 |
Color Harmonies of #380548
Complementary color
Monochromatic Colors of #380548
Black with #380548
Text Example
Text Example
White with #380548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380548; }
p { color: rgb(56,5,72); }
H1.HeaderClassName
{
color: #380548;
}
.AnyTagClassName
{
color: #380548;
}
</style>
background-color css
<style>
a { background-color: #380548; }
a { background-color: rgb(56,5,72); }
div.DivClassName
{
background-color: #380548;
}
.BgClassName
{
background-color: #380548;
}
</style>
border-color css
<style>
span { border-color: #380548; }
span { border-color: rgb(56,5,72); }
td.TdClassName
{
border-color: #380548;
}
.TagClassName
{
border-color: #380548;
}
</style>