Shades of Blackcurrant #38004C
Tints of Blackcurrant #38004C
RGB
CMYK
RGB Variations
Color information
#38004C (or 0x38004C) is known color: Blackcurrant. HEX triplet: 38, 00 and 4C. RGB value is (56,0,76). Sum of RGB (Red+Green+Blue) = 56+0+76=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #38004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38004C is #C7FFB3. Grayscale: #191919. Windows color (decimal): -13107124 or 4980792. OLE color: 4980792.
HSL color Cylindrical-coordinate representation of color #38004C: hue angle of 284.21º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38004C is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 0 | 76 | - |
| CMYK | 0.26 | 1 | 0 | 0.70 |
| HSL | 284.21º | 1% | 0.15% | - |
| HSV(B) | 284.21º | 1% | 0.3% | - |
| XYZ | 2.94 | 1.36 | 6.95 | - |
| YUV | 25.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 76 | 0.26 | 1 | 0 | 0.70 | 284.21 | 1 | 0.15 |
| Hex | 38 | 0 | 4C | 1A | 64 | 0 | 46 | 11C | 64 | F |
| Octal | 70 | 0 | 114 | 32 | 144 | 0 | 106 | 434 | 144 | 17 |
| Binary | 111000 | 0 | 1001100 | 11010 | 1100100 | 0 | 1000110 | 100011100 | 1100100 | 1111 |
Color Harmonies of #38004C
Complementary color
Monochromatic Colors of #38004C
Black with #38004C
Text Example
Text Example
White with #38004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38004C; }
p { color: rgb(56,0,76); }
H1.HeaderClassName
{
color: #38004C;
}
.AnyTagClassName
{
color: #38004C;
}
</style>
background-color css
<style>
a { background-color: #38004C; }
a { background-color: rgb(56,0,76); }
div.DivClassName
{
background-color: #38004C;
}
.BgClassName
{
background-color: #38004C;
}
</style>
border-color css
<style>
span { border-color: #38004C; }
span { border-color: rgb(56,0,76); }
td.TdClassName
{
border-color: #38004C;
}
.TagClassName
{
border-color: #38004C;
}
</style>