Shades of Blackcurrant #381643
Tints of Blackcurrant #381643
RGB
CMYK
RGB Variations
Color information
#381643 (or 0x381643) is known color: Blackcurrant. HEX triplet: 38, 16 and 43. RGB value is (56,22,67). Sum of RGB (Red+Green+Blue) = 56+22+67=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #381643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381643 is #C7E9BC. Grayscale: #252525. Windows color (decimal): -13101501 or 4396600. OLE color: 4396600.
HSL color Cylindrical-coordinate representation of color #381643: hue angle of 285.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #381643 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 22 | 67 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.74 |
| HSL | 285.33º | 0.51% | 0.17% | - |
| HSV(B) | 285.33º | 0.67% | 0.26% | - |
| XYZ | 2.93 | 1.82 | 5.51 | - |
| YUV | 37.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 67 | 0.16 | 0.67 | 0 | 0.74 | 285.33 | 0.51 | 0.17 |
| Hex | 38 | 16 | 43 | 10 | 43 | 0 | 4A | 11D | 33 | 11 |
| Octal | 70 | 26 | 103 | 20 | 103 | 0 | 112 | 435 | 63 | 21 |
| Binary | 111000 | 10110 | 1000011 | 10000 | 1000011 | 0 | 1001010 | 100011101 | 110011 | 10001 |
Color Harmonies of #381643
Complementary color
Monochromatic Colors of #381643
Black with #381643
Text Example
Text Example
White with #381643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381643; }
p { color: rgb(56,22,67); }
H1.HeaderClassName
{
color: #381643;
}
.AnyTagClassName
{
color: #381643;
}
</style>
background-color css
<style>
a { background-color: #381643; }
a { background-color: rgb(56,22,67); }
div.DivClassName
{
background-color: #381643;
}
.BgClassName
{
background-color: #381643;
}
</style>
border-color css
<style>
span { border-color: #381643; }
span { border-color: rgb(56,22,67); }
td.TdClassName
{
border-color: #381643;
}
.TagClassName
{
border-color: #381643;
}
</style>