Shades of Blackcurrant #381E3F
Tints of Blackcurrant #381E3F
RGB
CMYK
RGB Variations
Color information
#381E3F (or 0x381E3F) is known color: Blackcurrant. HEX triplet: 38, 1E and 3F. RGB value is (56,30,63). Sum of RGB (Red+Green+Blue) = 56+30+63=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 63 - color contains mainly: blue. Hex color #381E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E3F is #C7E1C0. Grayscale: #292929. Windows color (decimal): -13099457 or 4136504. OLE color: 4136504.
HSL color Cylindrical-coordinate representation of color #381E3F: hue angle of 287.27º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381E3F is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 30 | 63 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.75 |
| HSL | 287.27º | 0.35% | 0.18% | - |
| HSV(B) | 287.27º | 0.52% | 0.25% | - |
| XYZ | 2.99 | 2.13 | 4.96 | - |
| YUV | 41.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 63 | 0.11 | 0.52 | 0 | 0.75 | 287.27 | 0.35 | 0.18 |
| Hex | 38 | 1E | 3F | B | 34 | 0 | 4B | 11F | 23 | 12 |
| Octal | 70 | 36 | 77 | 13 | 64 | 0 | 113 | 437 | 43 | 22 |
| Binary | 111000 | 11110 | 111111 | 1011 | 110100 | 0 | 1001011 | 100011111 | 100011 | 10010 |
Color Harmonies of #381E3F
Complementary color
Monochromatic Colors of #381E3F
Black with #381E3F
Text Example
Text Example
White with #381E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E3F; }
p { color: rgb(56,30,63); }
H1.HeaderClassName
{
color: #381E3F;
}
.AnyTagClassName
{
color: #381E3F;
}
</style>
background-color css
<style>
a { background-color: #381E3F; }
a { background-color: rgb(56,30,63); }
div.DivClassName
{
background-color: #381E3F;
}
.BgClassName
{
background-color: #381E3F;
}
</style>
border-color css
<style>
span { border-color: #381E3F; }
span { border-color: rgb(56,30,63); }
td.TdClassName
{
border-color: #381E3F;
}
.TagClassName
{
border-color: #381E3F;
}
</style>