Shades of Blackcurrant #381848
Tints of Blackcurrant #381848
RGB
CMYK
RGB Variations
Color information
#381848 (or 0x381848) is known color: Blackcurrant. HEX triplet: 38, 18 and 48. RGB value is (56,24,72). Sum of RGB (Red+Green+Blue) = 56+24+72=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #381848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381848 is #C7E7B7. Grayscale: #262626. Windows color (decimal): -13100984 or 4724792. OLE color: 4724792.
HSL color Cylindrical-coordinate representation of color #381848: hue angle of 280º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #381848 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 24 | 72 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.72 |
| HSL | 280º | 0.5% | 0.19% | - |
| HSV(B) | 280º | 0.67% | 0.28% | - |
| XYZ | 3.13 | 1.96 | 6.34 | - |
| YUV | 39.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 72 | 0.22 | 0.67 | 0 | 0.72 | 280 | 0.5 | 0.19 |
| Hex | 38 | 18 | 48 | 16 | 43 | 0 | 48 | 118 | 32 | 13 |
| Octal | 70 | 30 | 110 | 26 | 103 | 0 | 110 | 430 | 62 | 23 |
| Binary | 111000 | 11000 | 1001000 | 10110 | 1000011 | 0 | 1001000 | 100011000 | 110010 | 10011 |
Color Harmonies of #381848
Complementary color
Monochromatic Colors of #381848
Black with #381848
Text Example
Text Example
White with #381848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381848; }
p { color: rgb(56,24,72); }
H1.HeaderClassName
{
color: #381848;
}
.AnyTagClassName
{
color: #381848;
}
</style>
background-color css
<style>
a { background-color: #381848; }
a { background-color: rgb(56,24,72); }
div.DivClassName
{
background-color: #381848;
}
.BgClassName
{
background-color: #381848;
}
</style>
border-color css
<style>
span { border-color: #381848; }
span { border-color: rgb(56,24,72); }
td.TdClassName
{
border-color: #381848;
}
.TagClassName
{
border-color: #381848;
}
</style>