Shades of Blackcurrant #381140
Tints of Blackcurrant #381140
RGB
CMYK
RGB Variations
Color information
#381140 (or 0x381140) is known color: Blackcurrant. HEX triplet: 38, 11 and 40. RGB value is (56,17,64). Sum of RGB (Red+Green+Blue) = 56+17+64=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #381140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381140 is #C7EEBF. Grayscale: #212121. Windows color (decimal): -13102784 or 4198712. OLE color: 4198712.
HSL color Cylindrical-coordinate representation of color #381140: hue angle of 289.79º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381140 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 17 | 64 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.75 |
| HSL | 289.79º | 0.58% | 0.16% | - |
| HSV(B) | 289.79º | 0.73% | 0.25% | - |
| XYZ | 2.76 | 1.61 | 5.02 | - |
| YUV | 34.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 64 | 0.13 | 0.73 | 0 | 0.75 | 289.79 | 0.58 | 0.16 |
| Hex | 38 | 11 | 40 | D | 49 | 0 | 4B | 122 | 3A | 10 |
| Octal | 70 | 21 | 100 | 15 | 111 | 0 | 113 | 442 | 72 | 20 |
| Binary | 111000 | 10001 | 1000000 | 1101 | 1001001 | 0 | 1001011 | 100100010 | 111010 | 10000 |
Color Harmonies of #381140
Complementary color
Monochromatic Colors of #381140
Black with #381140
Text Example
Text Example
White with #381140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381140; }
p { color: rgb(56,17,64); }
H1.HeaderClassName
{
color: #381140;
}
.AnyTagClassName
{
color: #381140;
}
</style>
background-color css
<style>
a { background-color: #381140; }
a { background-color: rgb(56,17,64); }
div.DivClassName
{
background-color: #381140;
}
.BgClassName
{
background-color: #381140;
}
</style>
border-color css
<style>
span { border-color: #381140; }
span { border-color: rgb(56,17,64); }
td.TdClassName
{
border-color: #381140;
}
.TagClassName
{
border-color: #381140;
}
</style>