Shades of Blackcurrant #381A45
Tints of Blackcurrant #381A45
RGB
CMYK
RGB Variations
Color information
#381A45 (or 0x381A45) is known color: Blackcurrant. HEX triplet: 38, 1A and 45. RGB value is (56,26,69). Sum of RGB (Red+Green+Blue) = 56+26+69=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #381A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A45 is #C7E5BA. Grayscale: #272727. Windows color (decimal): -13100475 or 4528696. OLE color: 4528696.
HSL color Cylindrical-coordinate representation of color #381A45: hue angle of 281.86º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381A45 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 26 | 69 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.73 |
| HSL | 281.86º | 0.45% | 0.19% | - |
| HSV(B) | 281.86º | 0.62% | 0.27% | - |
| XYZ | 3.07 | 2.01 | 5.86 | - |
| YUV | 39.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 69 | 0.19 | 0.62 | 0 | 0.73 | 281.86 | 0.45 | 0.19 |
| Hex | 38 | 1A | 45 | 13 | 3E | 0 | 49 | 11A | 2D | 13 |
| Octal | 70 | 32 | 105 | 23 | 76 | 0 | 111 | 432 | 55 | 23 |
| Binary | 111000 | 11010 | 1000101 | 10011 | 111110 | 0 | 1001001 | 100011010 | 101101 | 10011 |
Color Harmonies of #381A45
Complementary color
Monochromatic Colors of #381A45
Black with #381A45
Text Example
Text Example
White with #381A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A45; }
p { color: rgb(56,26,69); }
H1.HeaderClassName
{
color: #381A45;
}
.AnyTagClassName
{
color: #381A45;
}
</style>
background-color css
<style>
a { background-color: #381A45; }
a { background-color: rgb(56,26,69); }
div.DivClassName
{
background-color: #381A45;
}
.BgClassName
{
background-color: #381A45;
}
</style>
border-color css
<style>
span { border-color: #381A45; }
span { border-color: rgb(56,26,69); }
td.TdClassName
{
border-color: #381A45;
}
.TagClassName
{
border-color: #381A45;
}
</style>