Shades of Blackcurrant #381541
Tints of Blackcurrant #381541
RGB
CMYK
RGB Variations
Color information
#381541 (or 0x381541) is known color: Blackcurrant. HEX triplet: 38, 15 and 41. RGB value is (56,21,65). Sum of RGB (Red+Green+Blue) = 56+21+65=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #381541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381541 is #C7EABE. Grayscale: #242424. Windows color (decimal): -13101759 or 4265272. OLE color: 4265272.
HSL color Cylindrical-coordinate representation of color #381541: hue angle of 287.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381541 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 21 | 65 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.75 |
| HSL | 287.73º | 0.51% | 0.17% | - |
| HSV(B) | 287.73º | 0.68% | 0.25% | - |
| XYZ | 2.85 | 1.76 | 5.19 | - |
| YUV | 36.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 65 | 0.14 | 0.68 | 0 | 0.75 | 287.73 | 0.51 | 0.17 |
| Hex | 38 | 15 | 41 | E | 44 | 0 | 4B | 120 | 33 | 11 |
| Octal | 70 | 25 | 101 | 16 | 104 | 0 | 113 | 440 | 63 | 21 |
| Binary | 111000 | 10101 | 1000001 | 1110 | 1000100 | 0 | 1001011 | 100100000 | 110011 | 10001 |
Color Harmonies of #381541
Complementary color
Monochromatic Colors of #381541
Black with #381541
Text Example
Text Example
White with #381541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381541; }
p { color: rgb(56,21,65); }
H1.HeaderClassName
{
color: #381541;
}
.AnyTagClassName
{
color: #381541;
}
</style>
background-color css
<style>
a { background-color: #381541; }
a { background-color: rgb(56,21,65); }
div.DivClassName
{
background-color: #381541;
}
.BgClassName
{
background-color: #381541;
}
</style>
border-color css
<style>
span { border-color: #381541; }
span { border-color: rgb(56,21,65); }
td.TdClassName
{
border-color: #381541;
}
.TagClassName
{
border-color: #381541;
}
</style>