Shades of Blackcurrant #382241
Tints of Blackcurrant #382241
RGB
CMYK
RGB Variations
Color information
#382241 (or 0x382241) is known color: Blackcurrant. HEX triplet: 38, 22 and 41. RGB value is (56,34,65). Sum of RGB (Red+Green+Blue) = 56+34+65=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #382241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382241 is #C7DDBE. Grayscale: #2C2C2C. Windows color (decimal): -13098431 or 4268600. OLE color: 4268600.
HSL color Cylindrical-coordinate representation of color #382241: hue angle of 282.58º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382241 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 34 | 65 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.75 |
| HSL | 282.58º | 0.31% | 0.19% | - |
| HSV(B) | 282.58º | 0.48% | 0.25% | - |
| XYZ | 3.16 | 2.37 | 5.29 | - |
| YUV | 44.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 65 | 0.14 | 0.48 | 0 | 0.75 | 282.58 | 0.31 | 0.19 |
| Hex | 38 | 22 | 41 | E | 30 | 0 | 4B | 11B | 1F | 13 |
| Octal | 70 | 42 | 101 | 16 | 60 | 0 | 113 | 433 | 37 | 23 |
| Binary | 111000 | 100010 | 1000001 | 1110 | 110000 | 0 | 1001011 | 100011011 | 11111 | 10011 |
Color Harmonies of #382241
Complementary color
Monochromatic Colors of #382241
Black with #382241
Text Example
Text Example
White with #382241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382241; }
p { color: rgb(56,34,65); }
H1.HeaderClassName
{
color: #382241;
}
.AnyTagClassName
{
color: #382241;
}
</style>
background-color css
<style>
a { background-color: #382241; }
a { background-color: rgb(56,34,65); }
div.DivClassName
{
background-color: #382241;
}
.BgClassName
{
background-color: #382241;
}
</style>
border-color css
<style>
span { border-color: #382241; }
span { border-color: rgb(56,34,65); }
td.TdClassName
{
border-color: #382241;
}
.TagClassName
{
border-color: #382241;
}
</style>