Shades of Blackcurrant #381651
Tints of Blackcurrant #381651
RGB
CMYK
RGB Variations
Color information
#381651 (or 0x381651) is known color: Blackcurrant. HEX triplet: 38, 16 and 51. RGB value is (56,22,81). Sum of RGB (Red+Green+Blue) = 56+22+81=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #381651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381651 is #C7E9AE. Grayscale: #262626. Windows color (decimal): -13101487 or 5314104. OLE color: 5314104.
HSL color Cylindrical-coordinate representation of color #381651: hue angle of 274.58º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381651 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 22 | 81 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.68 |
| HSL | 274.58º | 0.57% | 0.2% | - |
| HSV(B) | 274.58º | 0.73% | 0.32% | - |
| XYZ | 3.4 | 2.01 | 7.99 | - |
| YUV | 38.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 81 | 0.31 | 0.73 | 0 | 0.68 | 274.58 | 0.57 | 0.2 |
| Hex | 38 | 16 | 51 | 1F | 49 | 0 | 44 | 113 | 39 | 14 |
| Octal | 70 | 26 | 121 | 37 | 111 | 0 | 104 | 423 | 71 | 24 |
| Binary | 111000 | 10110 | 1010001 | 11111 | 1001001 | 0 | 1000100 | 100010011 | 111001 | 10100 |
Color Harmonies of #381651
Complementary color
Monochromatic Colors of #381651
Black with #381651
Text Example
Text Example
White with #381651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381651; }
p { color: rgb(56,22,81); }
H1.HeaderClassName
{
color: #381651;
}
.AnyTagClassName
{
color: #381651;
}
</style>
background-color css
<style>
a { background-color: #381651; }
a { background-color: rgb(56,22,81); }
div.DivClassName
{
background-color: #381651;
}
.BgClassName
{
background-color: #381651;
}
</style>
border-color css
<style>
span { border-color: #381651; }
span { border-color: rgb(56,22,81); }
td.TdClassName
{
border-color: #381651;
}
.TagClassName
{
border-color: #381651;
}
</style>