Shades of Blackcurrant #381A44
Tints of Blackcurrant #381A44
RGB
CMYK
RGB Variations
Color information
#381A44 (or 0x381A44) is known color: Blackcurrant. HEX triplet: 38, 1A and 44. RGB value is (56,26,68). Sum of RGB (Red+Green+Blue) = 56+26+68=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #381A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A44 is #C7E5BB. Grayscale: #272727. Windows color (decimal): -13100476 or 4463160. OLE color: 4463160.
HSL color Cylindrical-coordinate representation of color #381A44: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381A44 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 26 | 68 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.73 |
| HSL | 282.86º | 0.45% | 0.18% | - |
| HSV(B) | 282.86º | 0.62% | 0.27% | - |
| XYZ | 3.04 | 2 | 5.69 | - |
| YUV | 39.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 68 | 0.18 | 0.62 | 0 | 0.73 | 282.86 | 0.45 | 0.18 |
| Hex | 38 | 1A | 44 | 12 | 3E | 0 | 49 | 11B | 2D | 12 |
| Octal | 70 | 32 | 104 | 22 | 76 | 0 | 111 | 433 | 55 | 22 |
| Binary | 111000 | 11010 | 1000100 | 10010 | 111110 | 0 | 1001001 | 100011011 | 101101 | 10010 |
Color Harmonies of #381A44
Complementary color
Monochromatic Colors of #381A44
Black with #381A44
Text Example
Text Example
White with #381A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A44; }
p { color: rgb(56,26,68); }
H1.HeaderClassName
{
color: #381A44;
}
.AnyTagClassName
{
color: #381A44;
}
</style>
background-color css
<style>
a { background-color: #381A44; }
a { background-color: rgb(56,26,68); }
div.DivClassName
{
background-color: #381A44;
}
.BgClassName
{
background-color: #381A44;
}
</style>
border-color css
<style>
span { border-color: #381A44; }
span { border-color: rgb(56,26,68); }
td.TdClassName
{
border-color: #381A44;
}
.TagClassName
{
border-color: #381A44;
}
</style>