Shades of Blackcurrant #381447
Tints of Blackcurrant #381447
RGB
CMYK
RGB Variations
Color information
#381447 (or 0x381447) is known color: Blackcurrant. HEX triplet: 38, 14 and 47. RGB value is (56,20,71). Sum of RGB (Red+Green+Blue) = 56+20+71=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #381447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381447 is #C7EBB8. Grayscale: #242424. Windows color (decimal): -13102009 or 4658232. OLE color: 4658232.
HSL color Cylindrical-coordinate representation of color #381447: hue angle of 282.35º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381447 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 20 | 71 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.72 |
| HSL | 282.35º | 0.56% | 0.18% | - |
| HSV(B) | 282.35º | 0.72% | 0.28% | - |
| XYZ | 3.02 | 1.8 | 6.15 | - |
| YUV | 36.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 71 | 0.21 | 0.72 | 0 | 0.72 | 282.35 | 0.56 | 0.18 |
| Hex | 38 | 14 | 47 | 15 | 48 | 0 | 48 | 11A | 38 | 12 |
| Octal | 70 | 24 | 107 | 25 | 110 | 0 | 110 | 432 | 70 | 22 |
| Binary | 111000 | 10100 | 1000111 | 10101 | 1001000 | 0 | 1001000 | 100011010 | 111000 | 10010 |
Color Harmonies of #381447
Complementary color
Monochromatic Colors of #381447
Black with #381447
Text Example
Text Example
White with #381447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381447; }
p { color: rgb(56,20,71); }
H1.HeaderClassName
{
color: #381447;
}
.AnyTagClassName
{
color: #381447;
}
</style>
background-color css
<style>
a { background-color: #381447; }
a { background-color: rgb(56,20,71); }
div.DivClassName
{
background-color: #381447;
}
.BgClassName
{
background-color: #381447;
}
</style>
border-color css
<style>
span { border-color: #381447; }
span { border-color: rgb(56,20,71); }
td.TdClassName
{
border-color: #381447;
}
.TagClassName
{
border-color: #381447;
}
</style>