Shades of Blackcurrant #380259
Tints of Blackcurrant #380259
RGB
CMYK
RGB Variations
Color information
#380259 (or 0x380259) is known color: Blackcurrant. HEX triplet: 38, 02 and 59. RGB value is (56,2,89). Sum of RGB (Red+Green+Blue) = 56+2+89=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #380259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380259 is #C7FDA6. Grayscale: #1B1B1B. Windows color (decimal): -13106599 or 5833272. OLE color: 5833272.
HSL color Cylindrical-coordinate representation of color #380259: hue angle of 277.24º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380259 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 2 | 89 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.65 |
| HSL | 277.24º | 0.96% | 0.18% | - |
| HSV(B) | 277.24º | 0.98% | 0.35% | - |
| XYZ | 3.46 | 1.61 | 9.58 | - |
| YUV | 28.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 89 | 0.37 | 0.98 | 0 | 0.65 | 277.24 | 0.96 | 0.18 |
| Hex | 38 | 2 | 59 | 25 | 62 | 0 | 41 | 115 | 60 | 12 |
| Octal | 70 | 2 | 131 | 45 | 142 | 0 | 101 | 425 | 140 | 22 |
| Binary | 111000 | 10 | 1011001 | 100101 | 1100010 | 0 | 1000001 | 100010101 | 1100000 | 10010 |
Color Harmonies of #380259
Complementary color
Monochromatic Colors of #380259
Black with #380259
Text Example
Text Example
White with #380259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380259; }
p { color: rgb(56,2,89); }
H1.HeaderClassName
{
color: #380259;
}
.AnyTagClassName
{
color: #380259;
}
</style>
background-color css
<style>
a { background-color: #380259; }
a { background-color: rgb(56,2,89); }
div.DivClassName
{
background-color: #380259;
}
.BgClassName
{
background-color: #380259;
}
</style>
border-color css
<style>
span { border-color: #380259; }
span { border-color: rgb(56,2,89); }
td.TdClassName
{
border-color: #380259;
}
.TagClassName
{
border-color: #380259;
}
</style>