Shades of Blackcurrant #38084D
Tints of Blackcurrant #38084D
RGB
CMYK
RGB Variations
Color information
#38084D (or 0x38084D) is known color: Blackcurrant. HEX triplet: 38, 08 and 4D. RGB value is (56,8,77). Sum of RGB (Red+Green+Blue) = 56+8+77=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #38084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38084D is #C7F7B2. Grayscale: #1D1D1D. Windows color (decimal): -13105075 or 5048376. OLE color: 5048376.
HSL color Cylindrical-coordinate representation of color #38084D: hue angle of 281.74º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38084D is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 8 | 77 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.70 |
| HSL | 281.74º | 0.81% | 0.17% | - |
| HSV(B) | 281.74º | 0.9% | 0.3% | - |
| XYZ | 3.06 | 1.55 | 7.16 | - |
| YUV | 30.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 77 | 0.27 | 0.90 | 0 | 0.70 | 281.74 | 0.81 | 0.17 |
| Hex | 38 | 8 | 4D | 1B | 5A | 0 | 46 | 11A | 51 | 11 |
| Octal | 70 | 10 | 115 | 33 | 132 | 0 | 106 | 432 | 121 | 21 |
| Binary | 111000 | 1000 | 1001101 | 11011 | 1011010 | 0 | 1000110 | 100011010 | 1010001 | 10001 |
Color Harmonies of #38084D
Complementary color
Monochromatic Colors of #38084D
Black with #38084D
Text Example
Text Example
White with #38084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38084D; }
p { color: rgb(56,8,77); }
H1.HeaderClassName
{
color: #38084D;
}
.AnyTagClassName
{
color: #38084D;
}
</style>
background-color css
<style>
a { background-color: #38084D; }
a { background-color: rgb(56,8,77); }
div.DivClassName
{
background-color: #38084D;
}
.BgClassName
{
background-color: #38084D;
}
</style>
border-color css
<style>
span { border-color: #38084D; }
span { border-color: rgb(56,8,77); }
td.TdClassName
{
border-color: #38084D;
}
.TagClassName
{
border-color: #38084D;
}
</style>