Shades of Blackcurrant #381943
Tints of Blackcurrant #381943
RGB
CMYK
RGB Variations
Color information
#381943 (or 0x381943) is known color: Blackcurrant. HEX triplet: 38, 19 and 43. RGB value is (56,25,67). Sum of RGB (Red+Green+Blue) = 56+25+67=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #381943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381943 is #C7E6BC. Grayscale: #262626. Windows color (decimal): -13100733 or 4397368. OLE color: 4397368.
HSL color Cylindrical-coordinate representation of color #381943: hue angle of 284.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #381943 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 25 | 67 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.74 |
| HSL | 284.29º | 0.46% | 0.18% | - |
| HSV(B) | 284.29º | 0.63% | 0.26% | - |
| XYZ | 2.99 | 1.94 | 5.53 | - |
| YUV | 39.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 67 | 0.16 | 0.63 | 0 | 0.74 | 284.29 | 0.46 | 0.18 |
| Hex | 38 | 19 | 43 | 10 | 3F | 0 | 4A | 11C | 2E | 12 |
| Octal | 70 | 31 | 103 | 20 | 77 | 0 | 112 | 434 | 56 | 22 |
| Binary | 111000 | 11001 | 1000011 | 10000 | 111111 | 0 | 1001010 | 100011100 | 101110 | 10010 |
Color Harmonies of #381943
Complementary color
Monochromatic Colors of #381943
Black with #381943
Text Example
Text Example
White with #381943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381943; }
p { color: rgb(56,25,67); }
H1.HeaderClassName
{
color: #381943;
}
.AnyTagClassName
{
color: #381943;
}
</style>
background-color css
<style>
a { background-color: #381943; }
a { background-color: rgb(56,25,67); }
div.DivClassName
{
background-color: #381943;
}
.BgClassName
{
background-color: #381943;
}
</style>
border-color css
<style>
span { border-color: #381943; }
span { border-color: rgb(56,25,67); }
td.TdClassName
{
border-color: #381943;
}
.TagClassName
{
border-color: #381943;
}
</style>