Shades of Blackcurrant #381E43
Tints of Blackcurrant #381E43
RGB
CMYK
RGB Variations
Color information
#381E43 (or 0x381E43) is known color: Blackcurrant. HEX triplet: 38, 1E and 43. RGB value is (56,30,67). Sum of RGB (Red+Green+Blue) = 56+30+67=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #381E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E43 is #C7E1BC. Grayscale: #292929. Windows color (decimal): -13099453 or 4398648. OLE color: 4398648.
HSL color Cylindrical-coordinate representation of color #381E43: hue angle of 282.16º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381E43 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 30 | 67 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.74 |
| HSL | 282.16º | 0.38% | 0.19% | - |
| HSV(B) | 282.16º | 0.55% | 0.26% | - |
| XYZ | 3.11 | 2.17 | 5.57 | - |
| YUV | 41.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 67 | 0.16 | 0.55 | 0 | 0.74 | 282.16 | 0.38 | 0.19 |
| Hex | 38 | 1E | 43 | 10 | 37 | 0 | 4A | 11A | 26 | 13 |
| Octal | 70 | 36 | 103 | 20 | 67 | 0 | 112 | 432 | 46 | 23 |
| Binary | 111000 | 11110 | 1000011 | 10000 | 110111 | 0 | 1001010 | 100011010 | 100110 | 10011 |
Color Harmonies of #381E43
Complementary color
Monochromatic Colors of #381E43
Black with #381E43
Text Example
Text Example
White with #381E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E43; }
p { color: rgb(56,30,67); }
H1.HeaderClassName
{
color: #381E43;
}
.AnyTagClassName
{
color: #381E43;
}
</style>
background-color css
<style>
a { background-color: #381E43; }
a { background-color: rgb(56,30,67); }
div.DivClassName
{
background-color: #381E43;
}
.BgClassName
{
background-color: #381E43;
}
</style>
border-color css
<style>
span { border-color: #381E43; }
span { border-color: rgb(56,30,67); }
td.TdClassName
{
border-color: #381E43;
}
.TagClassName
{
border-color: #381E43;
}
</style>