Shades of Blackcurrant #38194D
Tints of Blackcurrant #38194D
RGB
CMYK
RGB Variations
Color information
#38194D (or 0x38194D) is known color: Blackcurrant. HEX triplet: 38, 19 and 4D. RGB value is (56,25,77). Sum of RGB (Red+Green+Blue) = 56+25+77=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #38194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38194D is #C7E6B2. Grayscale: #282828. Windows color (decimal): -13100723 or 5052728. OLE color: 5052728.
HSL color Cylindrical-coordinate representation of color #38194D: hue angle of 275.77º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38194D is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 25 | 77 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.70 |
| HSL | 275.77º | 0.51% | 0.2% | - |
| HSV(B) | 275.77º | 0.68% | 0.3% | - |
| XYZ | 3.32 | 2.07 | 7.25 | - |
| YUV | 40.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 77 | 0.27 | 0.68 | 0 | 0.70 | 275.77 | 0.51 | 0.2 |
| Hex | 38 | 19 | 4D | 1B | 44 | 0 | 46 | 114 | 33 | 14 |
| Octal | 70 | 31 | 115 | 33 | 104 | 0 | 106 | 424 | 63 | 24 |
| Binary | 111000 | 11001 | 1001101 | 11011 | 1000100 | 0 | 1000110 | 100010100 | 110011 | 10100 |
Color Harmonies of #38194D
Complementary color
Monochromatic Colors of #38194D
Black with #38194D
Text Example
Text Example
White with #38194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38194D; }
p { color: rgb(56,25,77); }
H1.HeaderClassName
{
color: #38194D;
}
.AnyTagClassName
{
color: #38194D;
}
</style>
background-color css
<style>
a { background-color: #38194D; }
a { background-color: rgb(56,25,77); }
div.DivClassName
{
background-color: #38194D;
}
.BgClassName
{
background-color: #38194D;
}
</style>
border-color css
<style>
span { border-color: #38194D; }
span { border-color: rgb(56,25,77); }
td.TdClassName
{
border-color: #38194D;
}
.TagClassName
{
border-color: #38194D;
}
</style>