Shades of Blackcurrant #381350
Tints of Blackcurrant #381350
RGB
CMYK
RGB Variations
Color information
#381350 (or 0x381350) is known color: Blackcurrant. HEX triplet: 38, 13 and 50. RGB value is (56,19,80). Sum of RGB (Red+Green+Blue) = 56+19+80=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #381350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381350 is #C7ECAF. Grayscale: #242424. Windows color (decimal): -13102256 or 5247800. OLE color: 5247800.
HSL color Cylindrical-coordinate representation of color #381350: hue angle of 276.39º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381350 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 19 | 80 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.69 |
| HSL | 276.39º | 0.62% | 0.19% | - |
| HSV(B) | 276.39º | 0.76% | 0.31% | - |
| XYZ | 3.31 | 1.89 | 7.78 | - |
| YUV | 37.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 80 | 0.30 | 0.76 | 0 | 0.69 | 276.39 | 0.62 | 0.19 |
| Hex | 38 | 13 | 50 | 1E | 4C | 0 | 45 | 114 | 3E | 13 |
| Octal | 70 | 23 | 120 | 36 | 114 | 0 | 105 | 424 | 76 | 23 |
| Binary | 111000 | 10011 | 1010000 | 11110 | 1001100 | 0 | 1000101 | 100010100 | 111110 | 10011 |
Color Harmonies of #381350
Complementary color
Monochromatic Colors of #381350
Black with #381350
Text Example
Text Example
White with #381350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381350; }
p { color: rgb(56,19,80); }
H1.HeaderClassName
{
color: #381350;
}
.AnyTagClassName
{
color: #381350;
}
</style>
background-color css
<style>
a { background-color: #381350; }
a { background-color: rgb(56,19,80); }
div.DivClassName
{
background-color: #381350;
}
.BgClassName
{
background-color: #381350;
}
</style>
border-color css
<style>
span { border-color: #381350; }
span { border-color: rgb(56,19,80); }
td.TdClassName
{
border-color: #381350;
}
.TagClassName
{
border-color: #381350;
}
</style>