Shades of Blackcurrant #380F48
Tints of Blackcurrant #380F48
RGB
CMYK
RGB Variations
Color information
#380F48 (or 0x380F48) is known color: Blackcurrant. HEX triplet: 38, 0F and 48. RGB value is (56,15,72). Sum of RGB (Red+Green+Blue) = 56+15+72=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #380F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F48 is #C7F0B7. Grayscale: #212121. Windows color (decimal): -13103288 or 4722488. OLE color: 4722488.
HSL color Cylindrical-coordinate representation of color #380F48: hue angle of 283.16º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380F48 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 15 | 72 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.72 |
| HSL | 283.16º | 0.66% | 0.17% | - |
| HSV(B) | 283.16º | 0.79% | 0.28% | - |
| XYZ | 2.97 | 1.65 | 6.29 | - |
| YUV | 33.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 72 | 0.22 | 0.79 | 0 | 0.72 | 283.16 | 0.66 | 0.17 |
| Hex | 38 | F | 48 | 16 | 4F | 0 | 48 | 11B | 42 | 11 |
| Octal | 70 | 17 | 110 | 26 | 117 | 0 | 110 | 433 | 102 | 21 |
| Binary | 111000 | 1111 | 1001000 | 10110 | 1001111 | 0 | 1001000 | 100011011 | 1000010 | 10001 |
Color Harmonies of #380F48
Complementary color
Monochromatic Colors of #380F48
Black with #380F48
Text Example
Text Example
White with #380F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F48; }
p { color: rgb(56,15,72); }
H1.HeaderClassName
{
color: #380F48;
}
.AnyTagClassName
{
color: #380F48;
}
</style>
background-color css
<style>
a { background-color: #380F48; }
a { background-color: rgb(56,15,72); }
div.DivClassName
{
background-color: #380F48;
}
.BgClassName
{
background-color: #380F48;
}
</style>
border-color css
<style>
span { border-color: #380F48; }
span { border-color: rgb(56,15,72); }
td.TdClassName
{
border-color: #380F48;
}
.TagClassName
{
border-color: #380F48;
}
</style>