Shades of Blackcurrant #380F50
Tints of Blackcurrant #380F50
RGB
CMYK
RGB Variations
Color information
#380F50 (or 0x380F50) is known color: Blackcurrant. HEX triplet: 38, 0F and 50. RGB value is (56,15,80). Sum of RGB (Red+Green+Blue) = 56+15+80=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #380F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F50 is #C7F0AF. Grayscale: #222222. Windows color (decimal): -13103280 or 5246776. OLE color: 5246776.
HSL color Cylindrical-coordinate representation of color #380F50: hue angle of 277.85º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #380F50 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 15 | 80 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.69 |
| HSL | 277.85º | 0.68% | 0.19% | - |
| HSV(B) | 277.85º | 0.81% | 0.31% | - |
| XYZ | 3.25 | 1.76 | 7.76 | - |
| YUV | 34.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 80 | 0.30 | 0.81 | 0 | 0.69 | 277.85 | 0.68 | 0.19 |
| Hex | 38 | F | 50 | 1E | 51 | 0 | 45 | 116 | 44 | 13 |
| Octal | 70 | 17 | 120 | 36 | 121 | 0 | 105 | 426 | 104 | 23 |
| Binary | 111000 | 1111 | 1010000 | 11110 | 1010001 | 0 | 1000101 | 100010110 | 1000100 | 10011 |
Color Harmonies of #380F50
Complementary color
Monochromatic Colors of #380F50
Black with #380F50
Text Example
Text Example
White with #380F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F50; }
p { color: rgb(56,15,80); }
H1.HeaderClassName
{
color: #380F50;
}
.AnyTagClassName
{
color: #380F50;
}
</style>
background-color css
<style>
a { background-color: #380F50; }
a { background-color: rgb(56,15,80); }
div.DivClassName
{
background-color: #380F50;
}
.BgClassName
{
background-color: #380F50;
}
</style>
border-color css
<style>
span { border-color: #380F50; }
span { border-color: rgb(56,15,80); }
td.TdClassName
{
border-color: #380F50;
}
.TagClassName
{
border-color: #380F50;
}
</style>