Shades of Blackcurrant #380154
Tints of Blackcurrant #380154
RGB
CMYK
RGB Variations
Color information
#380154 (or 0x380154) is known color: Blackcurrant. HEX triplet: 38, 01 and 54. RGB value is (56,1,84). Sum of RGB (Red+Green+Blue) = 56+1+84=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #380154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380154 is #C7FEAB. Grayscale: #1A1A1A. Windows color (decimal): -13106860 or 5505336. OLE color: 5505336.
HSL color Cylindrical-coordinate representation of color #380154: hue angle of 279.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380154 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 1 | 84 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.67 |
| HSL | 279.76º | 0.98% | 0.17% | - |
| HSV(B) | 279.76º | 0.99% | 0.33% | - |
| XYZ | 3.24 | 1.5 | 8.51 | - |
| YUV | 26.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 84 | 0.33 | 0.99 | 0 | 0.67 | 279.76 | 0.98 | 0.17 |
| Hex | 38 | 1 | 54 | 21 | 63 | 0 | 43 | 118 | 62 | 11 |
| Octal | 70 | 1 | 124 | 41 | 143 | 0 | 103 | 430 | 142 | 21 |
| Binary | 111000 | 1 | 1010100 | 100001 | 1100011 | 0 | 1000011 | 100011000 | 1100010 | 10001 |
Color Harmonies of #380154
Complementary color
Monochromatic Colors of #380154
Black with #380154
Text Example
Text Example
White with #380154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380154; }
p { color: rgb(56,1,84); }
H1.HeaderClassName
{
color: #380154;
}
.AnyTagClassName
{
color: #380154;
}
</style>
background-color css
<style>
a { background-color: #380154; }
a { background-color: rgb(56,1,84); }
div.DivClassName
{
background-color: #380154;
}
.BgClassName
{
background-color: #380154;
}
</style>
border-color css
<style>
span { border-color: #380154; }
span { border-color: rgb(56,1,84); }
td.TdClassName
{
border-color: #380154;
}
.TagClassName
{
border-color: #380154;
}
</style>