Shades of Blackcurrant #380141
Tints of Blackcurrant #380141
RGB
CMYK
RGB Variations
Color information
#380141 (or 0x380141) is known color: Blackcurrant. HEX triplet: 38, 01 and 41. RGB value is (56,1,65). Sum of RGB (Red+Green+Blue) = 56+1+65=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #380141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380141 is #C7FEBE. Grayscale: #181818. Windows color (decimal): -13106879 or 4260152. OLE color: 4260152.
HSL color Cylindrical-coordinate representation of color #380141: hue angle of 291.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380141 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 1 | 65 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.75 |
| HSL | 291.56º | 0.97% | 0.13% | - |
| HSV(B) | 291.56º | 0.98% | 0.25% | - |
| XYZ | 2.6 | 1.24 | 5.1 | - |
| YUV | 24.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 65 | 0.14 | 0.98 | 0 | 0.75 | 291.56 | 0.97 | 0.13 |
| Hex | 38 | 1 | 41 | E | 62 | 0 | 4B | 124 | 61 | D |
| Octal | 70 | 1 | 101 | 16 | 142 | 0 | 113 | 444 | 141 | 15 |
| Binary | 111000 | 1 | 1000001 | 1110 | 1100010 | 0 | 1001011 | 100100100 | 1100001 | 1101 |
Color Harmonies of #380141
Complementary color
Monochromatic Colors of #380141
Black with #380141
Text Example
Text Example
White with #380141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380141; }
p { color: rgb(56,1,65); }
H1.HeaderClassName
{
color: #380141;
}
.AnyTagClassName
{
color: #380141;
}
</style>
background-color css
<style>
a { background-color: #380141; }
a { background-color: rgb(56,1,65); }
div.DivClassName
{
background-color: #380141;
}
.BgClassName
{
background-color: #380141;
}
</style>
border-color css
<style>
span { border-color: #380141; }
span { border-color: rgb(56,1,65); }
td.TdClassName
{
border-color: #380141;
}
.TagClassName
{
border-color: #380141;
}
</style>