Shades of Blackcurrant #380747
Tints of Blackcurrant #380747
RGB
CMYK
RGB Variations
Color information
#380747 (or 0x380747) is known color: Blackcurrant. HEX triplet: 38, 07 and 47. RGB value is (56,7,71). Sum of RGB (Red+Green+Blue) = 56+7+71=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #380747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380747 is #C7F8B8. Grayscale: #1C1C1C. Windows color (decimal): -13105337 or 4654904. OLE color: 4654904.
HSL color Cylindrical-coordinate representation of color #380747: hue angle of 285.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380747 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 7 | 71 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.72 |
| HSL | 285.94º | 0.82% | 0.15% | - |
| HSV(B) | 285.94º | 0.9% | 0.28% | - |
| XYZ | 2.84 | 1.45 | 6.09 | - |
| YUV | 28.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 71 | 0.21 | 0.90 | 0 | 0.72 | 285.94 | 0.82 | 0.15 |
| Hex | 38 | 7 | 47 | 15 | 5A | 0 | 48 | 11E | 52 | F |
| Octal | 70 | 7 | 107 | 25 | 132 | 0 | 110 | 436 | 122 | 17 |
| Binary | 111000 | 111 | 1000111 | 10101 | 1011010 | 0 | 1001000 | 100011110 | 1010010 | 1111 |
Color Harmonies of #380747
Complementary color
Monochromatic Colors of #380747
Black with #380747
Text Example
Text Example
White with #380747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380747; }
p { color: rgb(56,7,71); }
H1.HeaderClassName
{
color: #380747;
}
.AnyTagClassName
{
color: #380747;
}
</style>
background-color css
<style>
a { background-color: #380747; }
a { background-color: rgb(56,7,71); }
div.DivClassName
{
background-color: #380747;
}
.BgClassName
{
background-color: #380747;
}
</style>
border-color css
<style>
span { border-color: #380747; }
span { border-color: rgb(56,7,71); }
td.TdClassName
{
border-color: #380747;
}
.TagClassName
{
border-color: #380747;
}
</style>