Shades of Blackcurrant #380942
Tints of Blackcurrant #380942
RGB
CMYK
RGB Variations
Color information
#380942 (or 0x380942) is known color: Blackcurrant. HEX triplet: 38, 09 and 42. RGB value is (56,9,66). Sum of RGB (Red+Green+Blue) = 56+9+66=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #380942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380942 is #C7F6BD. Grayscale: #1D1D1D. Windows color (decimal): -13104830 or 4327736. OLE color: 4327736.
HSL color Cylindrical-coordinate representation of color #380942: hue angle of 289.47º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380942 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 9 | 66 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.74 |
| HSL | 289.47º | 0.76% | 0.15% | - |
| HSV(B) | 289.47º | 0.86% | 0.26% | - |
| XYZ | 2.71 | 1.43 | 5.29 | - |
| YUV | 29.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 66 | 0.15 | 0.86 | 0 | 0.74 | 289.47 | 0.76 | 0.15 |
| Hex | 38 | 9 | 42 | F | 56 | 0 | 4A | 121 | 4C | F |
| Octal | 70 | 11 | 102 | 17 | 126 | 0 | 112 | 441 | 114 | 17 |
| Binary | 111000 | 1001 | 1000010 | 1111 | 1010110 | 0 | 1001010 | 100100001 | 1001100 | 1111 |
Color Harmonies of #380942
Complementary color
Monochromatic Colors of #380942
Black with #380942
Text Example
Text Example
White with #380942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380942; }
p { color: rgb(56,9,66); }
H1.HeaderClassName
{
color: #380942;
}
.AnyTagClassName
{
color: #380942;
}
</style>
background-color css
<style>
a { background-color: #380942; }
a { background-color: rgb(56,9,66); }
div.DivClassName
{
background-color: #380942;
}
.BgClassName
{
background-color: #380942;
}
</style>
border-color css
<style>
span { border-color: #380942; }
span { border-color: rgb(56,9,66); }
td.TdClassName
{
border-color: #380942;
}
.TagClassName
{
border-color: #380942;
}
</style>