Shades of Blackcurrant #382042
Tints of Blackcurrant #382042
RGB
CMYK
RGB Variations
Color information
#382042 (or 0x382042) is known color: Blackcurrant. HEX triplet: 38, 20 and 42. RGB value is (56,32,66). Sum of RGB (Red+Green+Blue) = 56+32+66=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #382042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382042 is #C7DFBD. Grayscale: #2A2A2A. Windows color (decimal): -13098942 or 4333624. OLE color: 4333624.
HSL color Cylindrical-coordinate representation of color #382042: hue angle of 282.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382042 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 32 | 66 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.74 |
| HSL | 282.35º | 0.35% | 0.19% | - |
| HSV(B) | 282.35º | 0.52% | 0.26% | - |
| XYZ | 3.13 | 2.27 | 5.43 | - |
| YUV | 43.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 66 | 0.15 | 0.52 | 0 | 0.74 | 282.35 | 0.35 | 0.19 |
| Hex | 38 | 20 | 42 | F | 34 | 0 | 4A | 11A | 23 | 13 |
| Octal | 70 | 40 | 102 | 17 | 64 | 0 | 112 | 432 | 43 | 23 |
| Binary | 111000 | 100000 | 1000010 | 1111 | 110100 | 0 | 1001010 | 100011010 | 100011 | 10011 |
Color Harmonies of #382042
Complementary color
Monochromatic Colors of #382042
Black with #382042
Text Example
Text Example
White with #382042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382042; }
p { color: rgb(56,32,66); }
H1.HeaderClassName
{
color: #382042;
}
.AnyTagClassName
{
color: #382042;
}
</style>
background-color css
<style>
a { background-color: #382042; }
a { background-color: rgb(56,32,66); }
div.DivClassName
{
background-color: #382042;
}
.BgClassName
{
background-color: #382042;
}
</style>
border-color css
<style>
span { border-color: #382042; }
span { border-color: rgb(56,32,66); }
td.TdClassName
{
border-color: #382042;
}
.TagClassName
{
border-color: #382042;
}
</style>