Shades of Blackcurrant #38164A
Tints of Blackcurrant #38164A
RGB
CMYK
RGB Variations
Color information
#38164A (or 0x38164A) is known color: Blackcurrant. HEX triplet: 38, 16 and 4A. RGB value is (56,22,74). Sum of RGB (Red+Green+Blue) = 56+22+74=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #38164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38164A is #C7E9B5. Grayscale: #252525. Windows color (decimal): -13101494 or 4855352. OLE color: 4855352.
HSL color Cylindrical-coordinate representation of color #38164A: hue angle of 279.23º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38164A is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 22 | 74 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.71 |
| HSL | 279.23º | 0.54% | 0.19% | - |
| HSV(B) | 279.23º | 0.7% | 0.29% | - |
| XYZ | 3.15 | 1.91 | 6.68 | - |
| YUV | 38.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 74 | 0.24 | 0.70 | 0 | 0.71 | 279.23 | 0.54 | 0.19 |
| Hex | 38 | 16 | 4A | 18 | 46 | 0 | 47 | 117 | 36 | 13 |
| Octal | 70 | 26 | 112 | 30 | 106 | 0 | 107 | 427 | 66 | 23 |
| Binary | 111000 | 10110 | 1001010 | 11000 | 1000110 | 0 | 1000111 | 100010111 | 110110 | 10011 |
Color Harmonies of #38164A
Complementary color
Monochromatic Colors of #38164A
Black with #38164A
Text Example
Text Example
White with #38164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38164A; }
p { color: rgb(56,22,74); }
H1.HeaderClassName
{
color: #38164A;
}
.AnyTagClassName
{
color: #38164A;
}
</style>
background-color css
<style>
a { background-color: #38164A; }
a { background-color: rgb(56,22,74); }
div.DivClassName
{
background-color: #38164A;
}
.BgClassName
{
background-color: #38164A;
}
</style>
border-color css
<style>
span { border-color: #38164A; }
span { border-color: rgb(56,22,74); }
td.TdClassName
{
border-color: #38164A;
}
.TagClassName
{
border-color: #38164A;
}
</style>