Shades of Blackcurrant #38114C
Tints of Blackcurrant #38114C
RGB
CMYK
RGB Variations
Color information
#38114C (or 0x38114C) is known color: Blackcurrant. HEX triplet: 38, 11 and 4C. RGB value is (56,17,76). Sum of RGB (Red+Green+Blue) = 56+17+76=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #38114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38114C is #C7EEB3. Grayscale: #232323. Windows color (decimal): -13102772 or 4985144. OLE color: 4985144.
HSL color Cylindrical-coordinate representation of color #38114C: hue angle of 279.66º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38114C is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 17 | 76 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.70 |
| HSL | 279.66º | 0.63% | 0.18% | - |
| HSV(B) | 279.66º | 0.78% | 0.3% | - |
| XYZ | 3.14 | 1.76 | 7.01 | - |
| YUV | 35.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 76 | 0.26 | 0.78 | 0 | 0.70 | 279.66 | 0.63 | 0.18 |
| Hex | 38 | 11 | 4C | 1A | 4E | 0 | 46 | 118 | 3F | 12 |
| Octal | 70 | 21 | 114 | 32 | 116 | 0 | 106 | 430 | 77 | 22 |
| Binary | 111000 | 10001 | 1001100 | 11010 | 1001110 | 0 | 1000110 | 100011000 | 111111 | 10010 |
Color Harmonies of #38114C
Complementary color
Monochromatic Colors of #38114C
Black with #38114C
Text Example
Text Example
White with #38114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38114C; }
p { color: rgb(56,17,76); }
H1.HeaderClassName
{
color: #38114C;
}
.AnyTagClassName
{
color: #38114C;
}
</style>
background-color css
<style>
a { background-color: #38114C; }
a { background-color: rgb(56,17,76); }
div.DivClassName
{
background-color: #38114C;
}
.BgClassName
{
background-color: #38114C;
}
</style>
border-color css
<style>
span { border-color: #38114C; }
span { border-color: rgb(56,17,76); }
td.TdClassName
{
border-color: #38114C;
}
.TagClassName
{
border-color: #38114C;
}
</style>