Shades of Blackcurrant #380456
Tints of Blackcurrant #380456
RGB
CMYK
RGB Variations
Color information
#380456 (or 0x380456) is known color: Blackcurrant. HEX triplet: 38, 04 and 56. RGB value is (56,4,86). Sum of RGB (Red+Green+Blue) = 56+4+86=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #380456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380456 is #C7FBA9. Grayscale: #1C1C1C. Windows color (decimal): -13106090 or 5637176. OLE color: 5637176.
HSL color Cylindrical-coordinate representation of color #380456: hue angle of 278.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380456 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 4 | 86 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.66 |
| HSL | 278.05º | 0.91% | 0.18% | - |
| HSV(B) | 278.05º | 0.95% | 0.34% | - |
| XYZ | 3.35 | 1.6 | 8.94 | - |
| YUV | 28.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 86 | 0.35 | 0.95 | 0 | 0.66 | 278.05 | 0.91 | 0.18 |
| Hex | 38 | 4 | 56 | 23 | 5F | 0 | 42 | 116 | 5B | 12 |
| Octal | 70 | 4 | 126 | 43 | 137 | 0 | 102 | 426 | 133 | 22 |
| Binary | 111000 | 100 | 1010110 | 100011 | 1011111 | 0 | 1000010 | 100010110 | 1011011 | 10010 |
Color Harmonies of #380456
Complementary color
Monochromatic Colors of #380456
Black with #380456
Text Example
Text Example
White with #380456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380456; }
p { color: rgb(56,4,86); }
H1.HeaderClassName
{
color: #380456;
}
.AnyTagClassName
{
color: #380456;
}
</style>
background-color css
<style>
a { background-color: #380456; }
a { background-color: rgb(56,4,86); }
div.DivClassName
{
background-color: #380456;
}
.BgClassName
{
background-color: #380456;
}
</style>
border-color css
<style>
span { border-color: #380456; }
span { border-color: rgb(56,4,86); }
td.TdClassName
{
border-color: #380456;
}
.TagClassName
{
border-color: #380456;
}
</style>