Shades of Blackcurrant #38004D
Tints of Blackcurrant #38004D
RGB
CMYK
RGB Variations
Color information
#38004D (or 0x38004D) is known color: Blackcurrant. HEX triplet: 38, 00 and 4D. RGB value is (56,0,77). Sum of RGB (Red+Green+Blue) = 56+0+77=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #38004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38004D is #C7FFB2. Grayscale: #191919. Windows color (decimal): -13107123 or 5046328. OLE color: 5046328.
HSL color Cylindrical-coordinate representation of color #38004D: hue angle of 283.64º 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 #38004D is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 0 | 77 | - |
| CMYK | 0.27 | 1 | 0 | 0.70 |
| HSL | 283.64º | 1% | 0.15% | - |
| HSV(B) | 283.64º | 1% | 0.3% | - |
| XYZ | 2.97 | 1.38 | 7.13 | - |
| YUV | 25.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 77 | 0.27 | 1 | 0 | 0.70 | 283.64 | 1 | 0.15 |
| Hex | 38 | 0 | 4D | 1B | 64 | 0 | 46 | 11C | 64 | F |
| Octal | 70 | 0 | 115 | 33 | 144 | 0 | 106 | 434 | 144 | 17 |
| Binary | 111000 | 0 | 1001101 | 11011 | 1100100 | 0 | 1000110 | 100011100 | 1100100 | 1111 |
Color Harmonies of #38004D
Complementary color
Monochromatic Colors of #38004D
Black with #38004D
Text Example
Text Example
White with #38004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38004D; }
p { color: rgb(56,0,77); }
H1.HeaderClassName
{
color: #38004D;
}
.AnyTagClassName
{
color: #38004D;
}
</style>
background-color css
<style>
a { background-color: #38004D; }
a { background-color: rgb(56,0,77); }
div.DivClassName
{
background-color: #38004D;
}
.BgClassName
{
background-color: #38004D;
}
</style>
border-color css
<style>
span { border-color: #38004D; }
span { border-color: rgb(56,0,77); }
td.TdClassName
{
border-color: #38004D;
}
.TagClassName
{
border-color: #38004D;
}
</style>