Shades of Blackcurrant #380C42
Tints of Blackcurrant #380C42
RGB
CMYK
RGB Variations
Color information
#380C42 (or 0x380C42) is known color: Blackcurrant. HEX triplet: 38, 0C and 42. RGB value is (56,12,66). Sum of RGB (Red+Green+Blue) = 56+12+66=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #380C42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C42 is #C7F3BD. Grayscale: #1F1F1F. Windows color (decimal): -13104062 or 4328504. OLE color: 4328504.
HSL color Cylindrical-coordinate representation of color #380C42: hue angle of 288.89º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380C42 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 12 | 66 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.74 |
| HSL | 288.89º | 0.69% | 0.15% | - |
| HSV(B) | 288.89º | 0.82% | 0.26% | - |
| XYZ | 2.75 | 1.5 | 5.3 | - |
| YUV | 31.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 66 | 0.15 | 0.82 | 0 | 0.74 | 288.89 | 0.69 | 0.15 |
| Hex | 38 | C | 42 | F | 52 | 0 | 4A | 121 | 45 | F |
| Octal | 70 | 14 | 102 | 17 | 122 | 0 | 112 | 441 | 105 | 17 |
| Binary | 111000 | 1100 | 1000010 | 1111 | 1010010 | 0 | 1001010 | 100100001 | 1000101 | 1111 |
Color Harmonies of #380C42
Complementary color
Monochromatic Colors of #380C42
Black with #380C42
Text Example
Text Example
White with #380C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C42; }
p { color: rgb(56,12,66); }
H1.HeaderClassName
{
color: #380C42;
}
.AnyTagClassName
{
color: #380C42;
}
</style>
background-color css
<style>
a { background-color: #380C42; }
a { background-color: rgb(56,12,66); }
div.DivClassName
{
background-color: #380C42;
}
.BgClassName
{
background-color: #380C42;
}
</style>
border-color css
<style>
span { border-color: #380C42; }
span { border-color: rgb(56,12,66); }
td.TdClassName
{
border-color: #380C42;
}
.TagClassName
{
border-color: #380C42;
}
</style>