Shades of Blackcurrant #381251
Tints of Blackcurrant #381251
RGB
CMYK
RGB Variations
Color information
#381251 (or 0x381251) is known color: Blackcurrant. HEX triplet: 38, 12 and 51. RGB value is (56,18,81). Sum of RGB (Red+Green+Blue) = 56+18+81=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #381251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381251 is #C7EDAE. Grayscale: #242424. Windows color (decimal): -13102511 or 5313080. OLE color: 5313080.
HSL color Cylindrical-coordinate representation of color #381251: hue angle of 276.19º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381251 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 18 | 81 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.68 |
| HSL | 276.19º | 0.64% | 0.19% | - |
| HSV(B) | 276.19º | 0.78% | 0.32% | - |
| XYZ | 3.33 | 1.87 | 7.97 | - |
| YUV | 36.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 81 | 0.31 | 0.78 | 0 | 0.68 | 276.19 | 0.64 | 0.19 |
| Hex | 38 | 12 | 51 | 1F | 4E | 0 | 44 | 114 | 40 | 13 |
| Octal | 70 | 22 | 121 | 37 | 116 | 0 | 104 | 424 | 100 | 23 |
| Binary | 111000 | 10010 | 1010001 | 11111 | 1001110 | 0 | 1000100 | 100010100 | 1000000 | 10011 |
Color Harmonies of #381251
Complementary color
Monochromatic Colors of #381251
Black with #381251
Text Example
Text Example
White with #381251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381251; }
p { color: rgb(56,18,81); }
H1.HeaderClassName
{
color: #381251;
}
.AnyTagClassName
{
color: #381251;
}
</style>
background-color css
<style>
a { background-color: #381251; }
a { background-color: rgb(56,18,81); }
div.DivClassName
{
background-color: #381251;
}
.BgClassName
{
background-color: #381251;
}
</style>
border-color css
<style>
span { border-color: #381251; }
span { border-color: rgb(56,18,81); }
td.TdClassName
{
border-color: #381251;
}
.TagClassName
{
border-color: #381251;
}
</style>