Shades of Blackcurrant #38104D
Tints of Blackcurrant #38104D
RGB
CMYK
RGB Variations
Color information
#38104D (or 0x38104D) is known color: Blackcurrant. HEX triplet: 38, 10 and 4D. RGB value is (56,16,77). Sum of RGB (Red+Green+Blue) = 56+16+77=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #38104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38104D is #C7EFB2. Grayscale: #222222. Windows color (decimal): -13103027 or 5050424. OLE color: 5050424.
HSL color Cylindrical-coordinate representation of color #38104D: hue angle of 279.34º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38104D is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 16 | 77 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.70 |
| HSL | 279.34º | 0.66% | 0.18% | - |
| HSV(B) | 279.34º | 0.79% | 0.3% | - |
| XYZ | 3.16 | 1.75 | 7.19 | - |
| YUV | 34.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 77 | 0.27 | 0.79 | 0 | 0.70 | 279.34 | 0.66 | 0.18 |
| Hex | 38 | 10 | 4D | 1B | 4F | 0 | 46 | 117 | 42 | 12 |
| Octal | 70 | 20 | 115 | 33 | 117 | 0 | 106 | 427 | 102 | 22 |
| Binary | 111000 | 10000 | 1001101 | 11011 | 1001111 | 0 | 1000110 | 100010111 | 1000010 | 10010 |
Color Harmonies of #38104D
Complementary color
Monochromatic Colors of #38104D
Black with #38104D
Text Example
Text Example
White with #38104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38104D; }
p { color: rgb(56,16,77); }
H1.HeaderClassName
{
color: #38104D;
}
.AnyTagClassName
{
color: #38104D;
}
</style>
background-color css
<style>
a { background-color: #38104D; }
a { background-color: rgb(56,16,77); }
div.DivClassName
{
background-color: #38104D;
}
.BgClassName
{
background-color: #38104D;
}
</style>
border-color css
<style>
span { border-color: #38104D; }
span { border-color: rgb(56,16,77); }
td.TdClassName
{
border-color: #38104D;
}
.TagClassName
{
border-color: #38104D;
}
</style>