Shades of Blackcurrant #381947
Tints of Blackcurrant #381947
RGB
CMYK
RGB Variations
Color information
#381947 (or 0x381947) is known color: Blackcurrant. HEX triplet: 38, 19 and 47. RGB value is (56,25,71). Sum of RGB (Red+Green+Blue) = 56+25+71=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #381947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381947 is #C7E6B8. Grayscale: #272727. Windows color (decimal): -13100729 or 4659512. OLE color: 4659512.
HSL color Cylindrical-coordinate representation of color #381947: hue angle of 280.43º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #381947 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 25 | 71 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.72 |
| HSL | 280.43º | 0.48% | 0.19% | - |
| HSV(B) | 280.43º | 0.65% | 0.28% | - |
| XYZ | 3.12 | 1.99 | 6.18 | - |
| YUV | 39.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 71 | 0.21 | 0.65 | 0 | 0.72 | 280.43 | 0.48 | 0.19 |
| Hex | 38 | 19 | 47 | 15 | 41 | 0 | 48 | 118 | 30 | 13 |
| Octal | 70 | 31 | 107 | 25 | 101 | 0 | 110 | 430 | 60 | 23 |
| Binary | 111000 | 11001 | 1000111 | 10101 | 1000001 | 0 | 1001000 | 100011000 | 110000 | 10011 |
Color Harmonies of #381947
Complementary color
Monochromatic Colors of #381947
Black with #381947
Text Example
Text Example
White with #381947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381947; }
p { color: rgb(56,25,71); }
H1.HeaderClassName
{
color: #381947;
}
.AnyTagClassName
{
color: #381947;
}
</style>
background-color css
<style>
a { background-color: #381947; }
a { background-color: rgb(56,25,71); }
div.DivClassName
{
background-color: #381947;
}
.BgClassName
{
background-color: #381947;
}
</style>
border-color css
<style>
span { border-color: #381947; }
span { border-color: rgb(56,25,71); }
td.TdClassName
{
border-color: #381947;
}
.TagClassName
{
border-color: #381947;
}
</style>