Shades of Blackcurrant #381650
Tints of Blackcurrant #381650
RGB
CMYK
RGB Variations
Color information
#381650 (or 0x381650) is known color: Blackcurrant. HEX triplet: 38, 16 and 50. RGB value is (56,22,80). Sum of RGB (Red+Green+Blue) = 56+22+80=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #381650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381650 is #C7E9AF. Grayscale: #262626. Windows color (decimal): -13101488 or 5248568. OLE color: 5248568.
HSL color Cylindrical-coordinate representation of color #381650: hue angle of 275.17º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381650 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 22 | 80 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.69 |
| HSL | 275.17º | 0.57% | 0.2% | - |
| HSV(B) | 275.17º | 0.73% | 0.31% | - |
| XYZ | 3.37 | 1.99 | 7.8 | - |
| YUV | 38.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 80 | 0.30 | 0.72 | 0 | 0.69 | 275.17 | 0.57 | 0.2 |
| Hex | 38 | 16 | 50 | 1E | 48 | 0 | 45 | 113 | 39 | 14 |
| Octal | 70 | 26 | 120 | 36 | 110 | 0 | 105 | 423 | 71 | 24 |
| Binary | 111000 | 10110 | 1010000 | 11110 | 1001000 | 0 | 1000101 | 100010011 | 111001 | 10100 |
Color Harmonies of #381650
Complementary color
Monochromatic Colors of #381650
Black with #381650
Text Example
Text Example
White with #381650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381650; }
p { color: rgb(56,22,80); }
H1.HeaderClassName
{
color: #381650;
}
.AnyTagClassName
{
color: #381650;
}
</style>
background-color css
<style>
a { background-color: #381650; }
a { background-color: rgb(56,22,80); }
div.DivClassName
{
background-color: #381650;
}
.BgClassName
{
background-color: #381650;
}
</style>
border-color css
<style>
span { border-color: #381650; }
span { border-color: rgb(56,22,80); }
td.TdClassName
{
border-color: #381650;
}
.TagClassName
{
border-color: #381650;
}
</style>