Shades of Blackcurrant #382242
Tints of Blackcurrant #382242
RGB
CMYK
RGB Variations
Color information
#382242 (or 0x382242) is known color: Blackcurrant. HEX triplet: 38, 22 and 42. RGB value is (56,34,66). Sum of RGB (Red+Green+Blue) = 56+34+66=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #382242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382242 is #C7DDBD. Grayscale: #2C2C2C. Windows color (decimal): -13098430 or 4334136. OLE color: 4334136.
HSL color Cylindrical-coordinate representation of color #382242: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382242 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 34 | 66 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.74 |
| HSL | 281.25º | 0.32% | 0.2% | - |
| HSV(B) | 281.25º | 0.48% | 0.26% | - |
| XYZ | 3.19 | 2.38 | 5.45 | - |
| YUV | 44.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 66 | 0.15 | 0.48 | 0 | 0.74 | 281.25 | 0.32 | 0.2 |
| Hex | 38 | 22 | 42 | F | 30 | 0 | 4A | 119 | 20 | 14 |
| Octal | 70 | 42 | 102 | 17 | 60 | 0 | 112 | 431 | 40 | 24 |
| Binary | 111000 | 100010 | 1000010 | 1111 | 110000 | 0 | 1001010 | 100011001 | 100000 | 10100 |
Color Harmonies of #382242
Complementary color
Monochromatic Colors of #382242
Black with #382242
Text Example
Text Example
White with #382242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382242; }
p { color: rgb(56,34,66); }
H1.HeaderClassName
{
color: #382242;
}
.AnyTagClassName
{
color: #382242;
}
</style>
background-color css
<style>
a { background-color: #382242; }
a { background-color: rgb(56,34,66); }
div.DivClassName
{
background-color: #382242;
}
.BgClassName
{
background-color: #382242;
}
</style>
border-color css
<style>
span { border-color: #382242; }
span { border-color: rgb(56,34,66); }
td.TdClassName
{
border-color: #382242;
}
.TagClassName
{
border-color: #382242;
}
</style>