Shades of Blackcurrant #380956
Tints of Blackcurrant #380956
RGB
CMYK
RGB Variations
Color information
#380956 (or 0x380956) is known color: Blackcurrant. HEX triplet: 38, 09 and 56. RGB value is (56,9,86). Sum of RGB (Red+Green+Blue) = 56+9+86=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #380956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380956 is #C7F6A9. Grayscale: #1F1F1F. Windows color (decimal): -13104810 or 5638456. OLE color: 5638456.
HSL color Cylindrical-coordinate representation of color #380956: hue angle of 276.62º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380956 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 9 | 86 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.66 |
| HSL | 276.62º | 0.81% | 0.19% | - |
| HSV(B) | 276.62º | 0.9% | 0.34% | - |
| XYZ | 3.41 | 1.71 | 8.95 | - |
| YUV | 31.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 86 | 0.35 | 0.90 | 0 | 0.66 | 276.62 | 0.81 | 0.19 |
| Hex | 38 | 9 | 56 | 23 | 5A | 0 | 42 | 115 | 51 | 13 |
| Octal | 70 | 11 | 126 | 43 | 132 | 0 | 102 | 425 | 121 | 23 |
| Binary | 111000 | 1001 | 1010110 | 100011 | 1011010 | 0 | 1000010 | 100010101 | 1010001 | 10011 |
Color Harmonies of #380956
Complementary color
Monochromatic Colors of #380956
Black with #380956
Text Example
Text Example
White with #380956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380956; }
p { color: rgb(56,9,86); }
H1.HeaderClassName
{
color: #380956;
}
.AnyTagClassName
{
color: #380956;
}
</style>
background-color css
<style>
a { background-color: #380956; }
a { background-color: rgb(56,9,86); }
div.DivClassName
{
background-color: #380956;
}
.BgClassName
{
background-color: #380956;
}
</style>
border-color css
<style>
span { border-color: #380956; }
span { border-color: rgb(56,9,86); }
td.TdClassName
{
border-color: #380956;
}
.TagClassName
{
border-color: #380956;
}
</style>