Shades of Blackcurrant #381748
Tints of Blackcurrant #381748
RGB
CMYK
RGB Variations
Color information
#381748 (or 0x381748) is known color: Blackcurrant. HEX triplet: 38, 17 and 48. RGB value is (56,23,72). Sum of RGB (Red+Green+Blue) = 56+23+72=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #381748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381748 is #C7E8B7. Grayscale: #262626. Windows color (decimal): -13101240 or 4724536. OLE color: 4724536.
HSL color Cylindrical-coordinate representation of color #381748: hue angle of 280.41º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381748 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 23 | 72 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.72 |
| HSL | 280.41º | 0.52% | 0.19% | - |
| HSV(B) | 280.41º | 0.68% | 0.28% | - |
| XYZ | 3.11 | 1.92 | 6.34 | - |
| YUV | 38.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 72 | 0.22 | 0.68 | 0 | 0.72 | 280.41 | 0.52 | 0.19 |
| Hex | 38 | 17 | 48 | 16 | 44 | 0 | 48 | 118 | 34 | 13 |
| Octal | 70 | 27 | 110 | 26 | 104 | 0 | 110 | 430 | 64 | 23 |
| Binary | 111000 | 10111 | 1001000 | 10110 | 1000100 | 0 | 1001000 | 100011000 | 110100 | 10011 |
Color Harmonies of #381748
Complementary color
Monochromatic Colors of #381748
Black with #381748
Text Example
Text Example
White with #381748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381748; }
p { color: rgb(56,23,72); }
H1.HeaderClassName
{
color: #381748;
}
.AnyTagClassName
{
color: #381748;
}
</style>
background-color css
<style>
a { background-color: #381748; }
a { background-color: rgb(56,23,72); }
div.DivClassName
{
background-color: #381748;
}
.BgClassName
{
background-color: #381748;
}
</style>
border-color css
<style>
span { border-color: #381748; }
span { border-color: rgb(56,23,72); }
td.TdClassName
{
border-color: #381748;
}
.TagClassName
{
border-color: #381748;
}
</style>