Shades of Blackcurrant #381346
Tints of Blackcurrant #381346
RGB
CMYK
RGB Variations
Color information
#381346 (or 0x381346) is known color: Blackcurrant. HEX triplet: 38, 13 and 46. RGB value is (56,19,70). Sum of RGB (Red+Green+Blue) = 56+19+70=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #381346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381346 is #C7ECB9. Grayscale: #232323. Windows color (decimal): -13102266 or 4592440. OLE color: 4592440.
HSL color Cylindrical-coordinate representation of color #381346: hue angle of 283.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381346 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 19 | 70 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.73 |
| HSL | 283.53º | 0.57% | 0.17% | - |
| HSV(B) | 283.53º | 0.73% | 0.27% | - |
| XYZ | 2.97 | 1.75 | 5.98 | - |
| YUV | 35.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 70 | 0.20 | 0.73 | 0 | 0.73 | 283.53 | 0.57 | 0.17 |
| Hex | 38 | 13 | 46 | 14 | 49 | 0 | 49 | 11C | 39 | 11 |
| Octal | 70 | 23 | 106 | 24 | 111 | 0 | 111 | 434 | 71 | 21 |
| Binary | 111000 | 10011 | 1000110 | 10100 | 1001001 | 0 | 1001001 | 100011100 | 111001 | 10001 |
Color Harmonies of #381346
Complementary color
Monochromatic Colors of #381346
Black with #381346
Text Example
Text Example
White with #381346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381346; }
p { color: rgb(56,19,70); }
H1.HeaderClassName
{
color: #381346;
}
.AnyTagClassName
{
color: #381346;
}
</style>
background-color css
<style>
a { background-color: #381346; }
a { background-color: rgb(56,19,70); }
div.DivClassName
{
background-color: #381346;
}
.BgClassName
{
background-color: #381346;
}
</style>
border-color css
<style>
span { border-color: #381346; }
span { border-color: rgb(56,19,70); }
td.TdClassName
{
border-color: #381346;
}
.TagClassName
{
border-color: #381346;
}
</style>