Shades of Blackcurrant #382441
Tints of Blackcurrant #382441
RGB
CMYK
RGB Variations
Color information
#382441 (or 0x382441) is known color: Blackcurrant. HEX triplet: 38, 24 and 41. RGB value is (56,36,65). Sum of RGB (Red+Green+Blue) = 56+36+65=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #382441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382441 is #C7DBBE. Grayscale: #2D2D2D. Windows color (decimal): -13097919 or 4269112. OLE color: 4269112.
HSL color Cylindrical-coordinate representation of color #382441: hue angle of 281.38º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #382441 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 36 | 65 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.75 |
| HSL | 281.38º | 0.29% | 0.2% | - |
| HSV(B) | 281.38º | 0.45% | 0.25% | - |
| XYZ | 3.22 | 2.48 | 5.31 | - |
| YUV | 45.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 65 | 0.14 | 0.45 | 0 | 0.75 | 281.38 | 0.29 | 0.2 |
| Hex | 38 | 24 | 41 | E | 2D | 0 | 4B | 119 | 1D | 14 |
| Octal | 70 | 44 | 101 | 16 | 55 | 0 | 113 | 431 | 35 | 24 |
| Binary | 111000 | 100100 | 1000001 | 1110 | 101101 | 0 | 1001011 | 100011001 | 11101 | 10100 |
Color Harmonies of #382441
Complementary color
Monochromatic Colors of #382441
Black with #382441
Text Example
Text Example
White with #382441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382441; }
p { color: rgb(56,36,65); }
H1.HeaderClassName
{
color: #382441;
}
.AnyTagClassName
{
color: #382441;
}
</style>
background-color css
<style>
a { background-color: #382441; }
a { background-color: rgb(56,36,65); }
div.DivClassName
{
background-color: #382441;
}
.BgClassName
{
background-color: #382441;
}
</style>
border-color css
<style>
span { border-color: #382441; }
span { border-color: rgb(56,36,65); }
td.TdClassName
{
border-color: #382441;
}
.TagClassName
{
border-color: #382441;
}
</style>