Shades of Blackcurrant #381645
Tints of Blackcurrant #381645
RGB
CMYK
RGB Variations
Color information
#381645 (or 0x381645) is known color: Blackcurrant. HEX triplet: 38, 16 and 45. RGB value is (56,22,69). Sum of RGB (Red+Green+Blue) = 56+22+69=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #381645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381645 is #C7E9BA. Grayscale: #252525. Windows color (decimal): -13101499 or 4527672. OLE color: 4527672.
HSL color Cylindrical-coordinate representation of color #381645: hue angle of 283.4º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381645 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 22 | 69 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.73 |
| HSL | 283.4º | 0.52% | 0.18% | - |
| HSV(B) | 283.4º | 0.68% | 0.27% | - |
| XYZ | 2.99 | 1.84 | 5.83 | - |
| YUV | 37.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 69 | 0.19 | 0.68 | 0 | 0.73 | 283.4 | 0.52 | 0.18 |
| Hex | 38 | 16 | 45 | 13 | 44 | 0 | 49 | 11B | 34 | 12 |
| Octal | 70 | 26 | 105 | 23 | 104 | 0 | 111 | 433 | 64 | 22 |
| Binary | 111000 | 10110 | 1000101 | 10011 | 1000100 | 0 | 1001001 | 100011011 | 110100 | 10010 |
Color Harmonies of #381645
Complementary color
Monochromatic Colors of #381645
Black with #381645
Text Example
Text Example
White with #381645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381645; }
p { color: rgb(56,22,69); }
H1.HeaderClassName
{
color: #381645;
}
.AnyTagClassName
{
color: #381645;
}
</style>
background-color css
<style>
a { background-color: #381645; }
a { background-color: rgb(56,22,69); }
div.DivClassName
{
background-color: #381645;
}
.BgClassName
{
background-color: #381645;
}
</style>
border-color css
<style>
span { border-color: #381645; }
span { border-color: rgb(56,22,69); }
td.TdClassName
{
border-color: #381645;
}
.TagClassName
{
border-color: #381645;
}
</style>