Shades of Blackcurrant #380557
Tints of Blackcurrant #380557
RGB
CMYK
RGB Variations
Color information
#380557 (or 0x380557) is known color: Blackcurrant. HEX triplet: 38, 05 and 57. RGB value is (56,5,87). Sum of RGB (Red+Green+Blue) = 56+5+87=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #380557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380557 is #C7FAA8. Grayscale: #1D1D1D. Windows color (decimal): -13105833 or 5702968. OLE color: 5702968.
HSL color Cylindrical-coordinate representation of color #380557: hue angle of 277.32º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380557 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 5 | 87 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.66 |
| HSL | 277.32º | 0.89% | 0.18% | - |
| HSV(B) | 277.32º | 0.94% | 0.34% | - |
| XYZ | 3.41 | 1.64 | 9.15 | - |
| YUV | 29.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 87 | 0.36 | 0.94 | 0 | 0.66 | 277.32 | 0.89 | 0.18 |
| Hex | 38 | 5 | 57 | 24 | 5E | 0 | 42 | 115 | 59 | 12 |
| Octal | 70 | 5 | 127 | 44 | 136 | 0 | 102 | 425 | 131 | 22 |
| Binary | 111000 | 101 | 1010111 | 100100 | 1011110 | 0 | 1000010 | 100010101 | 1011001 | 10010 |
Color Harmonies of #380557
Complementary color
Monochromatic Colors of #380557
Black with #380557
Text Example
Text Example
White with #380557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380557; }
p { color: rgb(56,5,87); }
H1.HeaderClassName
{
color: #380557;
}
.AnyTagClassName
{
color: #380557;
}
</style>
background-color css
<style>
a { background-color: #380557; }
a { background-color: rgb(56,5,87); }
div.DivClassName
{
background-color: #380557;
}
.BgClassName
{
background-color: #380557;
}
</style>
border-color css
<style>
span { border-color: #380557; }
span { border-color: rgb(56,5,87); }
td.TdClassName
{
border-color: #380557;
}
.TagClassName
{
border-color: #380557;
}
</style>