Shades of Blackcurrant #380657
Tints of Blackcurrant #380657
RGB
CMYK
RGB Variations
Color information
#380657 (or 0x380657) is known color: Blackcurrant. HEX triplet: 38, 06 and 57. RGB value is (56,6,87). Sum of RGB (Red+Green+Blue) = 56+6+87=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #380657 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380657 is #C7F9A8. Grayscale: #1D1D1D. Windows color (decimal): -13105577 or 5703224. OLE color: 5703224.
HSL color Cylindrical-coordinate representation of color #380657: hue angle of 277.04º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380657 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 6 | 87 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.66 |
| HSL | 277.04º | 0.87% | 0.18% | - |
| HSV(B) | 277.04º | 0.93% | 0.34% | - |
| XYZ | 3.42 | 1.66 | 9.16 | - |
| YUV | 30.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 87 | 0.36 | 0.93 | 0 | 0.66 | 277.04 | 0.87 | 0.18 |
| Hex | 38 | 6 | 57 | 24 | 5D | 0 | 42 | 115 | 57 | 12 |
| Octal | 70 | 6 | 127 | 44 | 135 | 0 | 102 | 425 | 127 | 22 |
| Binary | 111000 | 110 | 1010111 | 100100 | 1011101 | 0 | 1000010 | 100010101 | 1010111 | 10010 |
Color Harmonies of #380657
Complementary color
Monochromatic Colors of #380657
Black with #380657
Text Example
Text Example
White with #380657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380657; }
p { color: rgb(56,6,87); }
H1.HeaderClassName
{
color: #380657;
}
.AnyTagClassName
{
color: #380657;
}
</style>
background-color css
<style>
a { background-color: #380657; }
a { background-color: rgb(56,6,87); }
div.DivClassName
{
background-color: #380657;
}
.BgClassName
{
background-color: #380657;
}
</style>
border-color css
<style>
span { border-color: #380657; }
span { border-color: rgb(56,6,87); }
td.TdClassName
{
border-color: #380657;
}
.TagClassName
{
border-color: #380657;
}
</style>