Shades of Blackcurrant #380F41
Tints of Blackcurrant #380F41
RGB
CMYK
RGB Variations
Color information
#380F41 (or 0x380F41) is known color: Blackcurrant. HEX triplet: 38, 0F and 41. RGB value is (56,15,65). Sum of RGB (Red+Green+Blue) = 56+15+65=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #380F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F41 is #C7F0BE. Grayscale: #202020. Windows color (decimal): -13103295 or 4263736. OLE color: 4263736.
HSL color Cylindrical-coordinate representation of color #380F41: hue angle of 289.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380F41 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 15 | 65 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.75 |
| HSL | 289.2º | 0.63% | 0.16% | - |
| HSV(B) | 289.2º | 0.77% | 0.25% | - |
| XYZ | 2.76 | 1.56 | 5.16 | - |
| YUV | 32.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 65 | 0.14 | 0.77 | 0 | 0.75 | 289.2 | 0.63 | 0.16 |
| Hex | 38 | F | 41 | E | 4D | 0 | 4B | 121 | 3E | 10 |
| Octal | 70 | 17 | 101 | 16 | 115 | 0 | 113 | 441 | 76 | 20 |
| Binary | 111000 | 1111 | 1000001 | 1110 | 1001101 | 0 | 1001011 | 100100001 | 111110 | 10000 |
Color Harmonies of #380F41
Complementary color
Monochromatic Colors of #380F41
Black with #380F41
Text Example
Text Example
White with #380F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F41; }
p { color: rgb(56,15,65); }
H1.HeaderClassName
{
color: #380F41;
}
.AnyTagClassName
{
color: #380F41;
}
</style>
background-color css
<style>
a { background-color: #380F41; }
a { background-color: rgb(56,15,65); }
div.DivClassName
{
background-color: #380F41;
}
.BgClassName
{
background-color: #380F41;
}
</style>
border-color css
<style>
span { border-color: #380F41; }
span { border-color: rgb(56,15,65); }
td.TdClassName
{
border-color: #380F41;
}
.TagClassName
{
border-color: #380F41;
}
</style>