Shades of Blackcurrant #381345
Tints of Blackcurrant #381345
RGB
CMYK
RGB Variations
Color information
#381345 (or 0x381345) is known color: Blackcurrant. HEX triplet: 38, 13 and 45. RGB value is (56,19,69). Sum of RGB (Red+Green+Blue) = 56+19+69=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #381345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381345 is #C7ECBA. Grayscale: #232323. Windows color (decimal): -13102267 or 4526904. OLE color: 4526904.
HSL color Cylindrical-coordinate representation of color #381345: hue angle of 284.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381345 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 19 | 69 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.73 |
| HSL | 284.4º | 0.57% | 0.17% | - |
| HSV(B) | 284.4º | 0.72% | 0.27% | - |
| XYZ | 2.94 | 1.74 | 5.81 | - |
| YUV | 35.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 69 | 0.19 | 0.72 | 0 | 0.73 | 284.4 | 0.57 | 0.17 |
| Hex | 38 | 13 | 45 | 13 | 48 | 0 | 49 | 11C | 39 | 11 |
| Octal | 70 | 23 | 105 | 23 | 110 | 0 | 111 | 434 | 71 | 21 |
| Binary | 111000 | 10011 | 1000101 | 10011 | 1001000 | 0 | 1001001 | 100011100 | 111001 | 10001 |
Color Harmonies of #381345
Complementary color
Monochromatic Colors of #381345
Black with #381345
Text Example
Text Example
White with #381345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381345; }
p { color: rgb(56,19,69); }
H1.HeaderClassName
{
color: #381345;
}
.AnyTagClassName
{
color: #381345;
}
</style>
background-color css
<style>
a { background-color: #381345; }
a { background-color: rgb(56,19,69); }
div.DivClassName
{
background-color: #381345;
}
.BgClassName
{
background-color: #381345;
}
</style>
border-color css
<style>
span { border-color: #381345; }
span { border-color: rgb(56,19,69); }
td.TdClassName
{
border-color: #381345;
}
.TagClassName
{
border-color: #381345;
}
</style>