Shades of Blackcurrant #380059
Tints of Blackcurrant #380059
RGB
CMYK
RGB Variations
Color information
#380059 (or 0x380059) is known color: Blackcurrant. HEX triplet: 38, 00 and 59. RGB value is (56,0,89). Sum of RGB (Red+Green+Blue) = 56+0+89=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #380059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380059 is #C7FFA6. Grayscale: #1A1A1A. Windows color (decimal): -13107111 or 5832760. OLE color: 5832760.
HSL color Cylindrical-coordinate representation of color #380059: hue angle of 277.75º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380059 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 0 | 89 | - |
| CMYK | 0.37 | 1 | 0 | 0.65 |
| HSL | 277.75º | 1% | 0.17% | - |
| HSV(B) | 277.75º | 1% | 0.35% | - |
| XYZ | 3.43 | 1.56 | 9.57 | - |
| YUV | 26.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 89 | 0.37 | 1 | 0 | 0.65 | 277.75 | 1 | 0.17 |
| Hex | 38 | 0 | 59 | 25 | 64 | 0 | 41 | 116 | 64 | 11 |
| Octal | 70 | 0 | 131 | 45 | 144 | 0 | 101 | 426 | 144 | 21 |
| Binary | 111000 | 0 | 1011001 | 100101 | 1100100 | 0 | 1000001 | 100010110 | 1100100 | 10001 |
Color Harmonies of #380059
Complementary color
Monochromatic Colors of #380059
Black with #380059
Text Example
Text Example
White with #380059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380059; }
p { color: rgb(56,0,89); }
H1.HeaderClassName
{
color: #380059;
}
.AnyTagClassName
{
color: #380059;
}
</style>
background-color css
<style>
a { background-color: #380059; }
a { background-color: rgb(56,0,89); }
div.DivClassName
{
background-color: #380059;
}
.BgClassName
{
background-color: #380059;
}
</style>
border-color css
<style>
span { border-color: #380059; }
span { border-color: rgb(56,0,89); }
td.TdClassName
{
border-color: #380059;
}
.TagClassName
{
border-color: #380059;
}
</style>