Shades of Blackcurrant #382341
Tints of Blackcurrant #382341
RGB
CMYK
RGB Variations
Color information
#382341 (or 0x382341) is known color: Blackcurrant. HEX triplet: 38, 23 and 41. RGB value is (56,35,65). Sum of RGB (Red+Green+Blue) = 56+35+65=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #382341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382341 is #C7DCBE. Grayscale: #2C2C2C. Windows color (decimal): -13098175 or 4268856. OLE color: 4268856.
HSL color Cylindrical-coordinate representation of color #382341: hue angle of 282º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #382341 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 35 | 65 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.75 |
| HSL | 282º | 0.3% | 0.2% | - |
| HSV(B) | 282º | 0.46% | 0.25% | - |
| XYZ | 3.19 | 2.42 | 5.3 | - |
| YUV | 44.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 65 | 0.14 | 0.46 | 0 | 0.75 | 282 | 0.3 | 0.2 |
| Hex | 38 | 23 | 41 | E | 2E | 0 | 4B | 11A | 1E | 14 |
| Octal | 70 | 43 | 101 | 16 | 56 | 0 | 113 | 432 | 36 | 24 |
| Binary | 111000 | 100011 | 1000001 | 1110 | 101110 | 0 | 1001011 | 100011010 | 11110 | 10100 |
Color Harmonies of #382341
Complementary color
Monochromatic Colors of #382341
Black with #382341
Text Example
Text Example
White with #382341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382341; }
p { color: rgb(56,35,65); }
H1.HeaderClassName
{
color: #382341;
}
.AnyTagClassName
{
color: #382341;
}
</style>
background-color css
<style>
a { background-color: #382341; }
a { background-color: rgb(56,35,65); }
div.DivClassName
{
background-color: #382341;
}
.BgClassName
{
background-color: #382341;
}
</style>
border-color css
<style>
span { border-color: #382341; }
span { border-color: rgb(56,35,65); }
td.TdClassName
{
border-color: #382341;
}
.TagClassName
{
border-color: #382341;
}
</style>