Shades of Blackcurrant #381544
Tints of Blackcurrant #381544
RGB
CMYK
RGB Variations
Color information
#381544 (or 0x381544) is known color: Blackcurrant. HEX triplet: 38, 15 and 44. RGB value is (56,21,68). Sum of RGB (Red+Green+Blue) = 56+21+68=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #381544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381544 is #C7EABB. Grayscale: #242424. Windows color (decimal): -13101756 or 4461880. OLE color: 4461880.
HSL color Cylindrical-coordinate representation of color #381544: hue angle of 284.68º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #381544 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 21 | 68 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.73 |
| HSL | 284.68º | 0.53% | 0.17% | - |
| HSV(B) | 284.68º | 0.69% | 0.27% | - |
| XYZ | 2.94 | 1.79 | 5.66 | - |
| YUV | 36.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 68 | 0.18 | 0.69 | 0 | 0.73 | 284.68 | 0.53 | 0.17 |
| Hex | 38 | 15 | 44 | 12 | 45 | 0 | 49 | 11D | 35 | 11 |
| Octal | 70 | 25 | 104 | 22 | 105 | 0 | 111 | 435 | 65 | 21 |
| Binary | 111000 | 10101 | 1000100 | 10010 | 1000101 | 0 | 1001001 | 100011101 | 110101 | 10001 |
Color Harmonies of #381544
Complementary color
Monochromatic Colors of #381544
Black with #381544
Text Example
Text Example
White with #381544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381544; }
p { color: rgb(56,21,68); }
H1.HeaderClassName
{
color: #381544;
}
.AnyTagClassName
{
color: #381544;
}
</style>
background-color css
<style>
a { background-color: #381544; }
a { background-color: rgb(56,21,68); }
div.DivClassName
{
background-color: #381544;
}
.BgClassName
{
background-color: #381544;
}
</style>
border-color css
<style>
span { border-color: #381544; }
span { border-color: rgb(56,21,68); }
td.TdClassName
{
border-color: #381544;
}
.TagClassName
{
border-color: #381544;
}
</style>