Shades of Blackcurrant #381F3F
Tints of Blackcurrant #381F3F
RGB
CMYK
RGB Variations
Color information
#381F3F (or 0x381F3F) is known color: Blackcurrant. HEX triplet: 38, 1F and 3F. RGB value is (56,31,63). Sum of RGB (Red+Green+Blue) = 56+31+63=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #381F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F3F is #C7E0C0. Grayscale: #2A2A2A. Windows color (decimal): -13099201 or 4136760. OLE color: 4136760.
HSL color Cylindrical-coordinate representation of color #381F3F: hue angle of 286.88º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #381F3F is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 31 | 63 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.75 |
| HSL | 286.88º | 0.34% | 0.18% | - |
| HSV(B) | 286.88º | 0.51% | 0.25% | - |
| XYZ | 3.02 | 2.18 | 4.96 | - |
| YUV | 42.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 63 | 0.11 | 0.51 | 0 | 0.75 | 286.88 | 0.34 | 0.18 |
| Hex | 38 | 1F | 3F | B | 33 | 0 | 4B | 11F | 22 | 12 |
| Octal | 70 | 37 | 77 | 13 | 63 | 0 | 113 | 437 | 42 | 22 |
| Binary | 111000 | 11111 | 111111 | 1011 | 110011 | 0 | 1001011 | 100011111 | 100010 | 10010 |
Color Harmonies of #381F3F
Complementary color
Monochromatic Colors of #381F3F
Black with #381F3F
Text Example
Text Example
White with #381F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F3F; }
p { color: rgb(56,31,63); }
H1.HeaderClassName
{
color: #381F3F;
}
.AnyTagClassName
{
color: #381F3F;
}
</style>
background-color css
<style>
a { background-color: #381F3F; }
a { background-color: rgb(56,31,63); }
div.DivClassName
{
background-color: #381F3F;
}
.BgClassName
{
background-color: #381F3F;
}
</style>
border-color css
<style>
span { border-color: #381F3F; }
span { border-color: rgb(56,31,63); }
td.TdClassName
{
border-color: #381F3F;
}
.TagClassName
{
border-color: #381F3F;
}
</style>