Shades of Blackcurrant #381750
Tints of Blackcurrant #381750
RGB
CMYK
RGB Variations
Color information
#381750 (or 0x381750) is known color: Blackcurrant. HEX triplet: 38, 17 and 50. RGB value is (56,23,80). Sum of RGB (Red+Green+Blue) = 56+23+80=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #381750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381750 is #C7E8AF. Grayscale: #272727. Windows color (decimal): -13101232 or 5248824. OLE color: 5248824.
HSL color Cylindrical-coordinate representation of color #381750: hue angle of 274.74º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381750 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 23 | 80 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.69 |
| HSL | 274.74º | 0.55% | 0.2% | - |
| HSV(B) | 274.74º | 0.71% | 0.31% | - |
| XYZ | 3.39 | 2.03 | 7.8 | - |
| YUV | 39.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 80 | 0.30 | 0.71 | 0 | 0.69 | 274.74 | 0.55 | 0.2 |
| Hex | 38 | 17 | 50 | 1E | 47 | 0 | 45 | 113 | 37 | 14 |
| Octal | 70 | 27 | 120 | 36 | 107 | 0 | 105 | 423 | 67 | 24 |
| Binary | 111000 | 10111 | 1010000 | 11110 | 1000111 | 0 | 1000101 | 100010011 | 110111 | 10100 |
Color Harmonies of #381750
Complementary color
Monochromatic Colors of #381750
Black with #381750
Text Example
Text Example
White with #381750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381750; }
p { color: rgb(56,23,80); }
H1.HeaderClassName
{
color: #381750;
}
.AnyTagClassName
{
color: #381750;
}
</style>
background-color css
<style>
a { background-color: #381750; }
a { background-color: rgb(56,23,80); }
div.DivClassName
{
background-color: #381750;
}
.BgClassName
{
background-color: #381750;
}
</style>
border-color css
<style>
span { border-color: #381750; }
span { border-color: rgb(56,23,80); }
td.TdClassName
{
border-color: #381750;
}
.TagClassName
{
border-color: #381750;
}
</style>