Shades of Blackcurrant #381A4D
Tints of Blackcurrant #381A4D
RGB
CMYK
RGB Variations
Color information
#381A4D (or 0x381A4D) is known color: Blackcurrant. HEX triplet: 38, 1A and 4D. RGB value is (56,26,77). Sum of RGB (Red+Green+Blue) = 56+26+77=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #381A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A4D is #C7E5B2. Grayscale: #282828. Windows color (decimal): -13100467 or 5052984. OLE color: 5052984.
HSL color Cylindrical-coordinate representation of color #381A4D: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381A4D is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 26 | 77 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.70 |
| HSL | 275.29º | 0.5% | 0.2% | - |
| HSV(B) | 275.29º | 0.66% | 0.3% | - |
| XYZ | 3.34 | 2.12 | 7.25 | - |
| YUV | 40.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 77 | 0.27 | 0.66 | 0 | 0.70 | 275.29 | 0.5 | 0.2 |
| Hex | 38 | 1A | 4D | 1B | 42 | 0 | 46 | 113 | 32 | 14 |
| Octal | 70 | 32 | 115 | 33 | 102 | 0 | 106 | 423 | 62 | 24 |
| Binary | 111000 | 11010 | 1001101 | 11011 | 1000010 | 0 | 1000110 | 100010011 | 110010 | 10100 |
Color Harmonies of #381A4D
Complementary color
Monochromatic Colors of #381A4D
Black with #381A4D
Text Example
Text Example
White with #381A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A4D; }
p { color: rgb(56,26,77); }
H1.HeaderClassName
{
color: #381A4D;
}
.AnyTagClassName
{
color: #381A4D;
}
</style>
background-color css
<style>
a { background-color: #381A4D; }
a { background-color: rgb(56,26,77); }
div.DivClassName
{
background-color: #381A4D;
}
.BgClassName
{
background-color: #381A4D;
}
</style>
border-color css
<style>
span { border-color: #381A4D; }
span { border-color: rgb(56,26,77); }
td.TdClassName
{
border-color: #381A4D;
}
.TagClassName
{
border-color: #381A4D;
}
</style>