Shades of Blackcurrant #381646
Tints of Blackcurrant #381646
RGB
CMYK
RGB Variations
Color information
#381646 (or 0x381646) is known color: Blackcurrant. HEX triplet: 38, 16 and 46. RGB value is (56,22,70). Sum of RGB (Red+Green+Blue) = 56+22+70=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #381646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381646 is #C7E9B9. Grayscale: #252525. Windows color (decimal): -13101498 or 4593208. OLE color: 4593208.
HSL color Cylindrical-coordinate representation of color #381646: hue angle of 282.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #381646 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 22 | 70 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.73 |
| HSL | 282.5º | 0.52% | 0.18% | - |
| HSV(B) | 282.5º | 0.69% | 0.27% | - |
| XYZ | 3.02 | 1.86 | 5.99 | - |
| YUV | 37.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 70 | 0.20 | 0.69 | 0 | 0.73 | 282.5 | 0.52 | 0.18 |
| Hex | 38 | 16 | 46 | 14 | 45 | 0 | 49 | 11A | 34 | 12 |
| Octal | 70 | 26 | 106 | 24 | 105 | 0 | 111 | 432 | 64 | 22 |
| Binary | 111000 | 10110 | 1000110 | 10100 | 1000101 | 0 | 1001001 | 100011010 | 110100 | 10010 |
Color Harmonies of #381646
Complementary color
Monochromatic Colors of #381646
Black with #381646
Text Example
Text Example
White with #381646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381646; }
p { color: rgb(56,22,70); }
H1.HeaderClassName
{
color: #381646;
}
.AnyTagClassName
{
color: #381646;
}
</style>
background-color css
<style>
a { background-color: #381646; }
a { background-color: rgb(56,22,70); }
div.DivClassName
{
background-color: #381646;
}
.BgClassName
{
background-color: #381646;
}
</style>
border-color css
<style>
span { border-color: #381646; }
span { border-color: rgb(56,22,70); }
td.TdClassName
{
border-color: #381646;
}
.TagClassName
{
border-color: #381646;
}
</style>