Shades of Blackcurrant #381D42
Tints of Blackcurrant #381D42
RGB
CMYK
RGB Variations
Color information
#381D42 (or 0x381D42) is known color: Blackcurrant. HEX triplet: 38, 1D and 42. RGB value is (56,29,66). Sum of RGB (Red+Green+Blue) = 56+29+66=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #381D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D42 is #C7E2BD. Grayscale: #292929. Windows color (decimal): -13099710 or 4332856. OLE color: 4332856.
HSL color Cylindrical-coordinate representation of color #381D42: hue angle of 283.78º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #381D42 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 29 | 66 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.74 |
| HSL | 283.78º | 0.39% | 0.19% | - |
| HSV(B) | 283.78º | 0.56% | 0.26% | - |
| XYZ | 3.05 | 2.11 | 5.4 | - |
| YUV | 41.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 66 | 0.15 | 0.56 | 0 | 0.74 | 283.78 | 0.39 | 0.19 |
| Hex | 38 | 1D | 42 | F | 38 | 0 | 4A | 11C | 27 | 13 |
| Octal | 70 | 35 | 102 | 17 | 70 | 0 | 112 | 434 | 47 | 23 |
| Binary | 111000 | 11101 | 1000010 | 1111 | 111000 | 0 | 1001010 | 100011100 | 100111 | 10011 |
Color Harmonies of #381D42
Complementary color
Monochromatic Colors of #381D42
Black with #381D42
Text Example
Text Example
White with #381D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D42; }
p { color: rgb(56,29,66); }
H1.HeaderClassName
{
color: #381D42;
}
.AnyTagClassName
{
color: #381D42;
}
</style>
background-color css
<style>
a { background-color: #381D42; }
a { background-color: rgb(56,29,66); }
div.DivClassName
{
background-color: #381D42;
}
.BgClassName
{
background-color: #381D42;
}
</style>
border-color css
<style>
span { border-color: #381D42; }
span { border-color: rgb(56,29,66); }
td.TdClassName
{
border-color: #381D42;
}
.TagClassName
{
border-color: #381D42;
}
</style>