Shades of Blackcurrant #382343
Tints of Blackcurrant #382343
RGB
CMYK
RGB Variations
Color information
#382343 (or 0x382343) is known color: Blackcurrant. HEX triplet: 38, 23 and 43. RGB value is (56,35,67). Sum of RGB (Red+Green+Blue) = 56+35+67=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #382343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382343 is #C7DCBC. Grayscale: #2C2C2C. Windows color (decimal): -13098173 or 4399928. OLE color: 4399928.
HSL color Cylindrical-coordinate representation of color #382343: hue angle of 279.38º degrees, saturation: 0.31, 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 #382343 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 35 | 67 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.74 |
| HSL | 279.38º | 0.31% | 0.2% | - |
| HSV(B) | 279.38º | 0.48% | 0.26% | - |
| XYZ | 3.25 | 2.45 | 5.61 | - |
| YUV | 44.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 67 | 0.16 | 0.48 | 0 | 0.74 | 279.38 | 0.31 | 0.2 |
| Hex | 38 | 23 | 43 | 10 | 30 | 0 | 4A | 117 | 1F | 14 |
| Octal | 70 | 43 | 103 | 20 | 60 | 0 | 112 | 427 | 37 | 24 |
| Binary | 111000 | 100011 | 1000011 | 10000 | 110000 | 0 | 1001010 | 100010111 | 11111 | 10100 |
Color Harmonies of #382343
Complementary color
Monochromatic Colors of #382343
Black with #382343
Text Example
Text Example
White with #382343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382343; }
p { color: rgb(56,35,67); }
H1.HeaderClassName
{
color: #382343;
}
.AnyTagClassName
{
color: #382343;
}
</style>
background-color css
<style>
a { background-color: #382343; }
a { background-color: rgb(56,35,67); }
div.DivClassName
{
background-color: #382343;
}
.BgClassName
{
background-color: #382343;
}
</style>
border-color css
<style>
span { border-color: #382343; }
span { border-color: rgb(56,35,67); }
td.TdClassName
{
border-color: #382343;
}
.TagClassName
{
border-color: #382343;
}
</style>