Shades of Blackcurrant #380354
Tints of Blackcurrant #380354
RGB
CMYK
RGB Variations
Color information
#380354 (or 0x380354) is known color: Blackcurrant. HEX triplet: 38, 03 and 54. RGB value is (56,3,84). Sum of RGB (Red+Green+Blue) = 56+3+84=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #380354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380354 is #C7FCAB. Grayscale: #1B1B1B. Windows color (decimal): -13106348 or 5505848. OLE color: 5505848.
HSL color Cylindrical-coordinate representation of color #380354: hue angle of 279.26º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380354 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 3 | 84 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.67 |
| HSL | 279.26º | 0.93% | 0.17% | - |
| HSV(B) | 279.26º | 0.96% | 0.33% | - |
| XYZ | 3.26 | 1.55 | 8.51 | - |
| YUV | 28.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 84 | 0.33 | 0.96 | 0 | 0.67 | 279.26 | 0.93 | 0.17 |
| Hex | 38 | 3 | 54 | 21 | 60 | 0 | 43 | 117 | 5D | 11 |
| Octal | 70 | 3 | 124 | 41 | 140 | 0 | 103 | 427 | 135 | 21 |
| Binary | 111000 | 11 | 1010100 | 100001 | 1100000 | 0 | 1000011 | 100010111 | 1011101 | 10001 |
Color Harmonies of #380354
Complementary color
Monochromatic Colors of #380354
Black with #380354
Text Example
Text Example
White with #380354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380354; }
p { color: rgb(56,3,84); }
H1.HeaderClassName
{
color: #380354;
}
.AnyTagClassName
{
color: #380354;
}
</style>
background-color css
<style>
a { background-color: #380354; }
a { background-color: rgb(56,3,84); }
div.DivClassName
{
background-color: #380354;
}
.BgClassName
{
background-color: #380354;
}
</style>
border-color css
<style>
span { border-color: #380354; }
span { border-color: rgb(56,3,84); }
td.TdClassName
{
border-color: #380354;
}
.TagClassName
{
border-color: #380354;
}
</style>