Shades of Blackcurrant #38164E
Tints of Blackcurrant #38164E
RGB
CMYK
RGB Variations
Color information
#38164E (or 0x38164E) is known color: Blackcurrant. HEX triplet: 38, 16 and 4E. RGB value is (56,22,78). Sum of RGB (Red+Green+Blue) = 56+22+78=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #38164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38164E is #C7E9B1. Grayscale: #262626. Windows color (decimal): -13101490 or 5117496. OLE color: 5117496.
HSL color Cylindrical-coordinate representation of color #38164E: hue angle of 276.43º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38164E is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 22 | 78 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.69 |
| HSL | 276.43º | 0.56% | 0.2% | - |
| HSV(B) | 276.43º | 0.72% | 0.31% | - |
| XYZ | 3.29 | 1.96 | 7.41 | - |
| YUV | 38.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 78 | 0.28 | 0.72 | 0 | 0.69 | 276.43 | 0.56 | 0.2 |
| Hex | 38 | 16 | 4E | 1C | 48 | 0 | 45 | 114 | 38 | 14 |
| Octal | 70 | 26 | 116 | 34 | 110 | 0 | 105 | 424 | 70 | 24 |
| Binary | 111000 | 10110 | 1001110 | 11100 | 1001000 | 0 | 1000101 | 100010100 | 111000 | 10100 |
Color Harmonies of #38164E
Complementary color
Monochromatic Colors of #38164E
Black with #38164E
Text Example
Text Example
White with #38164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38164E; }
p { color: rgb(56,22,78); }
H1.HeaderClassName
{
color: #38164E;
}
.AnyTagClassName
{
color: #38164E;
}
</style>
background-color css
<style>
a { background-color: #38164E; }
a { background-color: rgb(56,22,78); }
div.DivClassName
{
background-color: #38164E;
}
.BgClassName
{
background-color: #38164E;
}
</style>
border-color css
<style>
span { border-color: #38164E; }
span { border-color: rgb(56,22,78); }
td.TdClassName
{
border-color: #38164E;
}
.TagClassName
{
border-color: #38164E;
}
</style>