Shades of Blackcurrant #380851
Tints of Blackcurrant #380851
RGB
CMYK
RGB Variations
Color information
#380851 (or 0x380851) is known color: Blackcurrant. HEX triplet: 38, 08 and 51. RGB value is (56,8,81). Sum of RGB (Red+Green+Blue) = 56+8+81=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #380851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380851 is #C7F7AE. Grayscale: #1E1E1E. Windows color (decimal): -13105071 or 5310520. OLE color: 5310520.
HSL color Cylindrical-coordinate representation of color #380851: hue angle of 279.45º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380851 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 8 | 81 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.68 |
| HSL | 279.45º | 0.82% | 0.17% | - |
| HSV(B) | 279.45º | 0.9% | 0.32% | - |
| XYZ | 3.2 | 1.61 | 7.93 | - |
| YUV | 30.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 81 | 0.31 | 0.90 | 0 | 0.68 | 279.45 | 0.82 | 0.17 |
| Hex | 38 | 8 | 51 | 1F | 5A | 0 | 44 | 117 | 52 | 11 |
| Octal | 70 | 10 | 121 | 37 | 132 | 0 | 104 | 427 | 122 | 21 |
| Binary | 111000 | 1000 | 1010001 | 11111 | 1011010 | 0 | 1000100 | 100010111 | 1010010 | 10001 |
Color Harmonies of #380851
Complementary color
Monochromatic Colors of #380851
Black with #380851
Text Example
Text Example
White with #380851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380851; }
p { color: rgb(56,8,81); }
H1.HeaderClassName
{
color: #380851;
}
.AnyTagClassName
{
color: #380851;
}
</style>
background-color css
<style>
a { background-color: #380851; }
a { background-color: rgb(56,8,81); }
div.DivClassName
{
background-color: #380851;
}
.BgClassName
{
background-color: #380851;
}
</style>
border-color css
<style>
span { border-color: #380851; }
span { border-color: rgb(56,8,81); }
td.TdClassName
{
border-color: #380851;
}
.TagClassName
{
border-color: #380851;
}
</style>