Shades of Blackcurrant #380854
Tints of Blackcurrant #380854
RGB
CMYK
RGB Variations
Color information
#380854 (or 0x380854) is known color: Blackcurrant. HEX triplet: 38, 08 and 54. RGB value is (56,8,84). Sum of RGB (Red+Green+Blue) = 56+8+84=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #380854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380854 is #C7F7AB. Grayscale: #1E1E1E. Windows color (decimal): -13105068 or 5507128. OLE color: 5507128.
HSL color Cylindrical-coordinate representation of color #380854: hue angle of 277.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380854 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 8 | 84 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.67 |
| HSL | 277.89º | 0.83% | 0.18% | - |
| HSV(B) | 277.89º | 0.9% | 0.33% | - |
| XYZ | 3.32 | 1.65 | 8.53 | - |
| YUV | 31.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 84 | 0.33 | 0.90 | 0 | 0.67 | 277.89 | 0.83 | 0.18 |
| Hex | 38 | 8 | 54 | 21 | 5A | 0 | 43 | 116 | 53 | 12 |
| Octal | 70 | 10 | 124 | 41 | 132 | 0 | 103 | 426 | 123 | 22 |
| Binary | 111000 | 1000 | 1010100 | 100001 | 1011010 | 0 | 1000011 | 100010110 | 1010011 | 10010 |
Color Harmonies of #380854
Complementary color
Monochromatic Colors of #380854
Black with #380854
Text Example
Text Example
White with #380854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380854; }
p { color: rgb(56,8,84); }
H1.HeaderClassName
{
color: #380854;
}
.AnyTagClassName
{
color: #380854;
}
</style>
background-color css
<style>
a { background-color: #380854; }
a { background-color: rgb(56,8,84); }
div.DivClassName
{
background-color: #380854;
}
.BgClassName
{
background-color: #380854;
}
</style>
border-color css
<style>
span { border-color: #380854; }
span { border-color: rgb(56,8,84); }
td.TdClassName
{
border-color: #380854;
}
.TagClassName
{
border-color: #380854;
}
</style>