Shades of Blackcurrant #382143
Tints of Blackcurrant #382143
RGB
CMYK
RGB Variations
Color information
#382143 (or 0x382143) is known color: Blackcurrant. HEX triplet: 38, 21 and 43. RGB value is (56,33,67). Sum of RGB (Red+Green+Blue) = 56+33+67=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 67 - color contains mainly: blue. Hex color #382143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382143 is #C7DEBC. Grayscale: #2B2B2B. Windows color (decimal): -13098685 or 4399416. OLE color: 4399416.
HSL color Cylindrical-coordinate representation of color #382143: hue angle of 280.59º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #382143 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 33 | 67 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.74 |
| HSL | 280.59º | 0.34% | 0.2% | - |
| HSV(B) | 280.59º | 0.51% | 0.26% | - |
| XYZ | 3.19 | 2.33 | 5.59 | - |
| YUV | 43.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 67 | 0.16 | 0.51 | 0 | 0.74 | 280.59 | 0.34 | 0.2 |
| Hex | 38 | 21 | 43 | 10 | 33 | 0 | 4A | 119 | 22 | 14 |
| Octal | 70 | 41 | 103 | 20 | 63 | 0 | 112 | 431 | 42 | 24 |
| Binary | 111000 | 100001 | 1000011 | 10000 | 110011 | 0 | 1001010 | 100011001 | 100010 | 10100 |
Color Harmonies of #382143
Complementary color
Monochromatic Colors of #382143
Black with #382143
Text Example
Text Example
White with #382143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382143; }
p { color: rgb(56,33,67); }
H1.HeaderClassName
{
color: #382143;
}
.AnyTagClassName
{
color: #382143;
}
</style>
background-color css
<style>
a { background-color: #382143; }
a { background-color: rgb(56,33,67); }
div.DivClassName
{
background-color: #382143;
}
.BgClassName
{
background-color: #382143;
}
</style>
border-color css
<style>
span { border-color: #382143; }
span { border-color: rgb(56,33,67); }
td.TdClassName
{
border-color: #382143;
}
.TagClassName
{
border-color: #382143;
}
</style>