Shades of Blackcurrant #38114A
Tints of Blackcurrant #38114A
RGB
CMYK
RGB Variations
Color information
#38114A (or 0x38114A) is known color: Blackcurrant. HEX triplet: 38, 11 and 4A. RGB value is (56,17,74). Sum of RGB (Red+Green+Blue) = 56+17+74=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #38114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38114A is #C7EEB5. Grayscale: #222222. Windows color (decimal): -13102774 or 4854072. OLE color: 4854072.
HSL color Cylindrical-coordinate representation of color #38114A: hue angle of 281.05º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38114A is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 17 | 74 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.71 |
| HSL | 281.05º | 0.63% | 0.18% | - |
| HSV(B) | 281.05º | 0.77% | 0.29% | - |
| XYZ | 3.07 | 1.74 | 6.65 | - |
| YUV | 35.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 74 | 0.24 | 0.77 | 0 | 0.71 | 281.05 | 0.63 | 0.18 |
| Hex | 38 | 11 | 4A | 18 | 4D | 0 | 47 | 119 | 3F | 12 |
| Octal | 70 | 21 | 112 | 30 | 115 | 0 | 107 | 431 | 77 | 22 |
| Binary | 111000 | 10001 | 1001010 | 11000 | 1001101 | 0 | 1000111 | 100011001 | 111111 | 10010 |
Color Harmonies of #38114A
Complementary color
Monochromatic Colors of #38114A
Black with #38114A
Text Example
Text Example
White with #38114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38114A; }
p { color: rgb(56,17,74); }
H1.HeaderClassName
{
color: #38114A;
}
.AnyTagClassName
{
color: #38114A;
}
</style>
background-color css
<style>
a { background-color: #38114A; }
a { background-color: rgb(56,17,74); }
div.DivClassName
{
background-color: #38114A;
}
.BgClassName
{
background-color: #38114A;
}
</style>
border-color css
<style>
span { border-color: #38114A; }
span { border-color: rgb(56,17,74); }
td.TdClassName
{
border-color: #38114A;
}
.TagClassName
{
border-color: #38114A;
}
</style>