Shades of Blackcurrant #380551
Tints of Blackcurrant #380551
RGB
CMYK
RGB Variations
Color information
#380551 (or 0x380551) is known color: Blackcurrant. HEX triplet: 38, 05 and 51. RGB value is (56,5,81). Sum of RGB (Red+Green+Blue) = 56+5+81=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #380551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380551 is #C7FAAE. Grayscale: #1C1C1C. Windows color (decimal): -13105839 or 5309752. OLE color: 5309752.
HSL color Cylindrical-coordinate representation of color #380551: hue angle of 280.26º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380551 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 5 | 81 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.68 |
| HSL | 280.26º | 0.88% | 0.17% | - |
| HSV(B) | 280.26º | 0.94% | 0.32% | - |
| XYZ | 3.17 | 1.54 | 7.92 | - |
| YUV | 28.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 81 | 0.31 | 0.94 | 0 | 0.68 | 280.26 | 0.88 | 0.17 |
| Hex | 38 | 5 | 51 | 1F | 5E | 0 | 44 | 118 | 58 | 11 |
| Octal | 70 | 5 | 121 | 37 | 136 | 0 | 104 | 430 | 130 | 21 |
| Binary | 111000 | 101 | 1010001 | 11111 | 1011110 | 0 | 1000100 | 100011000 | 1011000 | 10001 |
Color Harmonies of #380551
Complementary color
Monochromatic Colors of #380551
Black with #380551
Text Example
Text Example
White with #380551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380551; }
p { color: rgb(56,5,81); }
H1.HeaderClassName
{
color: #380551;
}
.AnyTagClassName
{
color: #380551;
}
</style>
background-color css
<style>
a { background-color: #380551; }
a { background-color: rgb(56,5,81); }
div.DivClassName
{
background-color: #380551;
}
.BgClassName
{
background-color: #380551;
}
</style>
border-color css
<style>
span { border-color: #380551; }
span { border-color: rgb(56,5,81); }
td.TdClassName
{
border-color: #380551;
}
.TagClassName
{
border-color: #380551;
}
</style>