Shades of Blackcurrant #380058
Tints of Blackcurrant #380058
RGB
CMYK
RGB Variations
Color information
#380058 (or 0x380058) is known color: Blackcurrant. HEX triplet: 38, 00 and 58. RGB value is (56,0,88). Sum of RGB (Red+Green+Blue) = 56+0+88=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #380058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380058 is #C7FFA7. Grayscale: #1A1A1A. Windows color (decimal): -13107112 or 5767224. OLE color: 5767224.
HSL color Cylindrical-coordinate representation of color #380058: hue angle of 278.18º 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 #380058 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 0 | 88 | - |
| CMYK | 0.36 | 1 | 0 | 0.65 |
| HSL | 278.18º | 1% | 0.17% | - |
| HSV(B) | 278.18º | 1% | 0.35% | - |
| XYZ | 3.39 | 1.55 | 9.35 | - |
| YUV | 26.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 88 | 0.36 | 1 | 0 | 0.65 | 278.18 | 1 | 0.17 |
| Hex | 38 | 0 | 58 | 24 | 64 | 0 | 41 | 116 | 64 | 11 |
| Octal | 70 | 0 | 130 | 44 | 144 | 0 | 101 | 426 | 144 | 21 |
| Binary | 111000 | 0 | 1011000 | 100100 | 1100100 | 0 | 1000001 | 100010110 | 1100100 | 10001 |
Color Harmonies of #380058
Complementary color
Monochromatic Colors of #380058
Black with #380058
Text Example
Text Example
White with #380058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380058; }
p { color: rgb(56,0,88); }
H1.HeaderClassName
{
color: #380058;
}
.AnyTagClassName
{
color: #380058;
}
</style>
background-color css
<style>
a { background-color: #380058; }
a { background-color: rgb(56,0,88); }
div.DivClassName
{
background-color: #380058;
}
.BgClassName
{
background-color: #380058;
}
</style>
border-color css
<style>
span { border-color: #380058; }
span { border-color: rgb(56,0,88); }
td.TdClassName
{
border-color: #380058;
}
.TagClassName
{
border-color: #380058;
}
</style>