Shades of Blackcurrant #381452
Tints of Blackcurrant #381452
RGB
CMYK
RGB Variations
Color information
#381452 (or 0x381452) is known color: Blackcurrant. HEX triplet: 38, 14 and 52. RGB value is (56,20,82). Sum of RGB (Red+Green+Blue) = 56+20+82=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #381452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381452 is #C7EBAD. Grayscale: #252525. Windows color (decimal): -13101998 or 5379128. OLE color: 5379128.
HSL color Cylindrical-coordinate representation of color #381452: hue angle of 274.84º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381452 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 20 | 82 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.68 |
| HSL | 274.84º | 0.61% | 0.2% | - |
| HSV(B) | 274.84º | 0.76% | 0.32% | - |
| XYZ | 3.4 | 1.95 | 8.18 | - |
| YUV | 37.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 82 | 0.32 | 0.76 | 0 | 0.68 | 274.84 | 0.61 | 0.2 |
| Hex | 38 | 14 | 52 | 20 | 4C | 0 | 44 | 113 | 3D | 14 |
| Octal | 70 | 24 | 122 | 40 | 114 | 0 | 104 | 423 | 75 | 24 |
| Binary | 111000 | 10100 | 1010010 | 100000 | 1001100 | 0 | 1000100 | 100010011 | 111101 | 10100 |
Color Harmonies of #381452
Complementary color
Monochromatic Colors of #381452
Black with #381452
Text Example
Text Example
White with #381452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381452; }
p { color: rgb(56,20,82); }
H1.HeaderClassName
{
color: #381452;
}
.AnyTagClassName
{
color: #381452;
}
</style>
background-color css
<style>
a { background-color: #381452; }
a { background-color: rgb(56,20,82); }
div.DivClassName
{
background-color: #381452;
}
.BgClassName
{
background-color: #381452;
}
</style>
border-color css
<style>
span { border-color: #381452; }
span { border-color: rgb(56,20,82); }
td.TdClassName
{
border-color: #381452;
}
.TagClassName
{
border-color: #381452;
}
</style>