Shades of Blackcurrant #381550
Tints of Blackcurrant #381550
RGB
CMYK
RGB Variations
Color information
#381550 (or 0x381550) is known color: Blackcurrant. HEX triplet: 38, 15 and 50. RGB value is (56,21,80). Sum of RGB (Red+Green+Blue) = 56+21+80=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #381550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381550 is #C7EAAF. Grayscale: #252525. Windows color (decimal): -13101744 or 5248312. OLE color: 5248312.
HSL color Cylindrical-coordinate representation of color #381550: hue angle of 275.59º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #381550 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 21 | 80 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.69 |
| HSL | 275.59º | 0.58% | 0.2% | - |
| HSV(B) | 275.59º | 0.74% | 0.31% | - |
| XYZ | 3.35 | 1.96 | 7.79 | - |
| YUV | 38.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 80 | 0.30 | 0.74 | 0 | 0.69 | 275.59 | 0.58 | 0.2 |
| Hex | 38 | 15 | 50 | 1E | 4A | 0 | 45 | 114 | 3A | 14 |
| Octal | 70 | 25 | 120 | 36 | 112 | 0 | 105 | 424 | 72 | 24 |
| Binary | 111000 | 10101 | 1010000 | 11110 | 1001010 | 0 | 1000101 | 100010100 | 111010 | 10100 |
Color Harmonies of #381550
Complementary color
Monochromatic Colors of #381550
Black with #381550
Text Example
Text Example
White with #381550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381550; }
p { color: rgb(56,21,80); }
H1.HeaderClassName
{
color: #381550;
}
.AnyTagClassName
{
color: #381550;
}
</style>
background-color css
<style>
a { background-color: #381550; }
a { background-color: rgb(56,21,80); }
div.DivClassName
{
background-color: #381550;
}
.BgClassName
{
background-color: #381550;
}
</style>
border-color css
<style>
span { border-color: #381550; }
span { border-color: rgb(56,21,80); }
td.TdClassName
{
border-color: #381550;
}
.TagClassName
{
border-color: #381550;
}
</style>