Shades of Blackcurrant #380159
Tints of Blackcurrant #380159
RGB
CMYK
RGB Variations
Color information
#380159 (or 0x380159) is known color: Blackcurrant. HEX triplet: 38, 01 and 59. RGB value is (56,1,89). Sum of RGB (Red+Green+Blue) = 56+1+89=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #380159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380159 is #C7FEA6. Grayscale: #1B1B1B. Windows color (decimal): -13106855 or 5833016. OLE color: 5833016.
HSL color Cylindrical-coordinate representation of color #380159: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380159 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 1 | 89 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.65 |
| HSL | 277.5º | 0.98% | 0.18% | - |
| HSV(B) | 277.5º | 0.99% | 0.35% | - |
| XYZ | 3.44 | 1.58 | 9.58 | - |
| YUV | 27.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 89 | 0.37 | 0.99 | 0 | 0.65 | 277.5 | 0.98 | 0.18 |
| Hex | 38 | 1 | 59 | 25 | 63 | 0 | 41 | 116 | 62 | 12 |
| Octal | 70 | 1 | 131 | 45 | 143 | 0 | 101 | 426 | 142 | 22 |
| Binary | 111000 | 1 | 1011001 | 100101 | 1100011 | 0 | 1000001 | 100010110 | 1100010 | 10010 |
Color Harmonies of #380159
Complementary color
Monochromatic Colors of #380159
Black with #380159
Text Example
Text Example
White with #380159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380159; }
p { color: rgb(56,1,89); }
H1.HeaderClassName
{
color: #380159;
}
.AnyTagClassName
{
color: #380159;
}
</style>
background-color css
<style>
a { background-color: #380159; }
a { background-color: rgb(56,1,89); }
div.DivClassName
{
background-color: #380159;
}
.BgClassName
{
background-color: #380159;
}
</style>
border-color css
<style>
span { border-color: #380159; }
span { border-color: rgb(56,1,89); }
td.TdClassName
{
border-color: #380159;
}
.TagClassName
{
border-color: #380159;
}
</style>