Shades of Blackcurrant #380441
Tints of Blackcurrant #380441
RGB
CMYK
RGB Variations
Color information
#380441 (or 0x380441) is known color: Blackcurrant. HEX triplet: 38, 04 and 41. RGB value is (56,4,65). Sum of RGB (Red+Green+Blue) = 56+4+65=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #380441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380441 is #C7FBBE. Grayscale: #1A1A1A. Windows color (decimal): -13106111 or 4260920. OLE color: 4260920.
HSL color Cylindrical-coordinate representation of color #380441: hue angle of 291.15º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380441 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 4 | 65 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.75 |
| HSL | 291.15º | 0.88% | 0.14% | - |
| HSV(B) | 291.15º | 0.94% | 0.25% | - |
| XYZ | 2.63 | 1.31 | 5.12 | - |
| YUV | 26.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 65 | 0.14 | 0.94 | 0 | 0.75 | 291.15 | 0.88 | 0.14 |
| Hex | 38 | 4 | 41 | E | 5E | 0 | 4B | 123 | 58 | E |
| Octal | 70 | 4 | 101 | 16 | 136 | 0 | 113 | 443 | 130 | 16 |
| Binary | 111000 | 100 | 1000001 | 1110 | 1011110 | 0 | 1001011 | 100100011 | 1011000 | 1110 |
Color Harmonies of #380441
Complementary color
Monochromatic Colors of #380441
Black with #380441
Text Example
Text Example
White with #380441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380441; }
p { color: rgb(56,4,65); }
H1.HeaderClassName
{
color: #380441;
}
.AnyTagClassName
{
color: #380441;
}
</style>
background-color css
<style>
a { background-color: #380441; }
a { background-color: rgb(56,4,65); }
div.DivClassName
{
background-color: #380441;
}
.BgClassName
{
background-color: #380441;
}
</style>
border-color css
<style>
span { border-color: #380441; }
span { border-color: rgb(56,4,65); }
td.TdClassName
{
border-color: #380441;
}
.TagClassName
{
border-color: #380441;
}
</style>