Shades of Blackcurrant #381746
Tints of Blackcurrant #381746
RGB
CMYK
RGB Variations
Color information
#381746 (or 0x381746) is known color: Blackcurrant. HEX triplet: 38, 17 and 46. RGB value is (56,23,70). Sum of RGB (Red+Green+Blue) = 56+23+70=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #381746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381746 is #C7E8B9. Grayscale: #262626. Windows color (decimal): -13101242 or 4593464. OLE color: 4593464.
HSL color Cylindrical-coordinate representation of color #381746: hue angle of 282.13º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #381746 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 23 | 70 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.73 |
| HSL | 282.13º | 0.51% | 0.18% | - |
| HSV(B) | 282.13º | 0.67% | 0.27% | - |
| XYZ | 3.04 | 1.9 | 6 | - |
| YUV | 38.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 70 | 0.20 | 0.67 | 0 | 0.73 | 282.13 | 0.51 | 0.18 |
| Hex | 38 | 17 | 46 | 14 | 43 | 0 | 49 | 11A | 33 | 12 |
| Octal | 70 | 27 | 106 | 24 | 103 | 0 | 111 | 432 | 63 | 22 |
| Binary | 111000 | 10111 | 1000110 | 10100 | 1000011 | 0 | 1001001 | 100011010 | 110011 | 10010 |
Color Harmonies of #381746
Complementary color
Monochromatic Colors of #381746
Black with #381746
Text Example
Text Example
White with #381746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381746; }
p { color: rgb(56,23,70); }
H1.HeaderClassName
{
color: #381746;
}
.AnyTagClassName
{
color: #381746;
}
</style>
background-color css
<style>
a { background-color: #381746; }
a { background-color: rgb(56,23,70); }
div.DivClassName
{
background-color: #381746;
}
.BgClassName
{
background-color: #381746;
}
</style>
border-color css
<style>
span { border-color: #381746; }
span { border-color: rgb(56,23,70); }
td.TdClassName
{
border-color: #381746;
}
.TagClassName
{
border-color: #381746;
}
</style>