Shades of Blackcurrant #380555
Tints of Blackcurrant #380555
RGB
CMYK
RGB Variations
Color information
#380555 (or 0x380555) is known color: Blackcurrant. HEX triplet: 38, 05 and 55. RGB value is (56,5,85). Sum of RGB (Red+Green+Blue) = 56+5+85=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #380555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380555 is #C7FAAA. Grayscale: #1D1D1D. Windows color (decimal): -13105835 or 5571896. OLE color: 5571896.
HSL color Cylindrical-coordinate representation of color #380555: hue angle of 278.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380555 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 5 | 85 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.67 |
| HSL | 278.25º | 0.89% | 0.18% | - |
| HSV(B) | 278.25º | 0.94% | 0.33% | - |
| XYZ | 3.32 | 1.61 | 8.73 | - |
| YUV | 29.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 85 | 0.34 | 0.94 | 0 | 0.67 | 278.25 | 0.89 | 0.18 |
| Hex | 38 | 5 | 55 | 22 | 5E | 0 | 43 | 116 | 59 | 12 |
| Octal | 70 | 5 | 125 | 42 | 136 | 0 | 103 | 426 | 131 | 22 |
| Binary | 111000 | 101 | 1010101 | 100010 | 1011110 | 0 | 1000011 | 100010110 | 1011001 | 10010 |
Color Harmonies of #380555
Complementary color
Monochromatic Colors of #380555
Black with #380555
Text Example
Text Example
White with #380555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380555; }
p { color: rgb(56,5,85); }
H1.HeaderClassName
{
color: #380555;
}
.AnyTagClassName
{
color: #380555;
}
</style>
background-color css
<style>
a { background-color: #380555; }
a { background-color: rgb(56,5,85); }
div.DivClassName
{
background-color: #380555;
}
.BgClassName
{
background-color: #380555;
}
</style>
border-color css
<style>
span { border-color: #380555; }
span { border-color: rgb(56,5,85); }
td.TdClassName
{
border-color: #380555;
}
.TagClassName
{
border-color: #380555;
}
</style>