Shades of Blackcurrant #380951
Tints of Blackcurrant #380951
RGB
CMYK
RGB Variations
Color information
#380951 (or 0x380951) is known color: Blackcurrant. HEX triplet: 38, 09 and 51. RGB value is (56,9,81). Sum of RGB (Red+Green+Blue) = 56+9+81=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #380951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380951 is #C7F6AE. Grayscale: #1F1F1F. Windows color (decimal): -13104815 or 5310776. OLE color: 5310776.
HSL color Cylindrical-coordinate representation of color #380951: hue angle of 279.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380951 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 9 | 81 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.68 |
| HSL | 279.17º | 0.8% | 0.18% | - |
| HSV(B) | 279.17º | 0.89% | 0.32% | - |
| XYZ | 3.21 | 1.63 | 7.93 | - |
| YUV | 31.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 81 | 0.31 | 0.89 | 0 | 0.68 | 279.17 | 0.8 | 0.18 |
| Hex | 38 | 9 | 51 | 1F | 59 | 0 | 44 | 117 | 50 | 12 |
| Octal | 70 | 11 | 121 | 37 | 131 | 0 | 104 | 427 | 120 | 22 |
| Binary | 111000 | 1001 | 1010001 | 11111 | 1011001 | 0 | 1000100 | 100010111 | 1010000 | 10010 |
Color Harmonies of #380951
Complementary color
Monochromatic Colors of #380951
Black with #380951
Text Example
Text Example
White with #380951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380951; }
p { color: rgb(56,9,81); }
H1.HeaderClassName
{
color: #380951;
}
.AnyTagClassName
{
color: #380951;
}
</style>
background-color css
<style>
a { background-color: #380951; }
a { background-color: rgb(56,9,81); }
div.DivClassName
{
background-color: #380951;
}
.BgClassName
{
background-color: #380951;
}
</style>
border-color css
<style>
span { border-color: #380951; }
span { border-color: rgb(56,9,81); }
td.TdClassName
{
border-color: #380951;
}
.TagClassName
{
border-color: #380951;
}
</style>