Shades of Blackcurrant #38164D
Tints of Blackcurrant #38164D
RGB
CMYK
RGB Variations
Color information
#38164D (or 0x38164D) is known color: Blackcurrant. HEX triplet: 38, 16 and 4D. RGB value is (56,22,77). Sum of RGB (Red+Green+Blue) = 56+22+77=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #38164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38164D is #C7E9B2. Grayscale: #262626. Windows color (decimal): -13101491 or 5051960. OLE color: 5051960.
HSL color Cylindrical-coordinate representation of color #38164D: hue angle of 277.09º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38164D is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 22 | 77 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.70 |
| HSL | 277.09º | 0.56% | 0.19% | - |
| HSV(B) | 277.09º | 0.71% | 0.3% | - |
| XYZ | 3.26 | 1.95 | 7.23 | - |
| YUV | 38.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 77 | 0.27 | 0.71 | 0 | 0.70 | 277.09 | 0.56 | 0.19 |
| Hex | 38 | 16 | 4D | 1B | 47 | 0 | 46 | 115 | 38 | 13 |
| Octal | 70 | 26 | 115 | 33 | 107 | 0 | 106 | 425 | 70 | 23 |
| Binary | 111000 | 10110 | 1001101 | 11011 | 1000111 | 0 | 1000110 | 100010101 | 111000 | 10011 |
Color Harmonies of #38164D
Complementary color
Monochromatic Colors of #38164D
Black with #38164D
Text Example
Text Example
White with #38164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38164D; }
p { color: rgb(56,22,77); }
H1.HeaderClassName
{
color: #38164D;
}
.AnyTagClassName
{
color: #38164D;
}
</style>
background-color css
<style>
a { background-color: #38164D; }
a { background-color: rgb(56,22,77); }
div.DivClassName
{
background-color: #38164D;
}
.BgClassName
{
background-color: #38164D;
}
</style>
border-color css
<style>
span { border-color: #38164D; }
span { border-color: rgb(56,22,77); }
td.TdClassName
{
border-color: #38164D;
}
.TagClassName
{
border-color: #38164D;
}
</style>