Shades of Blackcurrant #381341
Tints of Blackcurrant #381341
RGB
CMYK
RGB Variations
Color information
#381341 (or 0x381341) is known color: Blackcurrant. HEX triplet: 38, 13 and 41. RGB value is (56,19,65). Sum of RGB (Red+Green+Blue) = 56+19+65=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #381341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381341 is #C7ECBE. Grayscale: #232323. Windows color (decimal): -13102271 or 4264760. OLE color: 4264760.
HSL color Cylindrical-coordinate representation of color #381341: hue angle of 288.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381341 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 19 | 65 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.75 |
| HSL | 288.26º | 0.55% | 0.16% | - |
| HSV(B) | 288.26º | 0.71% | 0.25% | - |
| XYZ | 2.82 | 1.69 | 5.18 | - |
| YUV | 35.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 65 | 0.14 | 0.71 | 0 | 0.75 | 288.26 | 0.55 | 0.16 |
| Hex | 38 | 13 | 41 | E | 47 | 0 | 4B | 120 | 37 | 10 |
| Octal | 70 | 23 | 101 | 16 | 107 | 0 | 113 | 440 | 67 | 20 |
| Binary | 111000 | 10011 | 1000001 | 1110 | 1000111 | 0 | 1001011 | 100100000 | 110111 | 10000 |
Color Harmonies of #381341
Complementary color
Monochromatic Colors of #381341
Black with #381341
Text Example
Text Example
White with #381341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381341; }
p { color: rgb(56,19,65); }
H1.HeaderClassName
{
color: #381341;
}
.AnyTagClassName
{
color: #381341;
}
</style>
background-color css
<style>
a { background-color: #381341; }
a { background-color: rgb(56,19,65); }
div.DivClassName
{
background-color: #381341;
}
.BgClassName
{
background-color: #381341;
}
</style>
border-color css
<style>
span { border-color: #381341; }
span { border-color: rgb(56,19,65); }
td.TdClassName
{
border-color: #381341;
}
.TagClassName
{
border-color: #381341;
}
</style>