Shades of Blackcurrant #38184D
Tints of Blackcurrant #38184D
RGB
CMYK
RGB Variations
Color information
#38184D (or 0x38184D) is known color: Blackcurrant. HEX triplet: 38, 18 and 4D. RGB value is (56,24,77). Sum of RGB (Red+Green+Blue) = 56+24+77=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #38184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38184D is #C7E7B2. Grayscale: #272727. Windows color (decimal): -13100979 or 5052472. OLE color: 5052472.
HSL color Cylindrical-coordinate representation of color #38184D: hue angle of 276.23º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38184D is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 24 | 77 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.70 |
| HSL | 276.23º | 0.52% | 0.2% | - |
| HSV(B) | 276.23º | 0.69% | 0.3% | - |
| XYZ | 3.3 | 2.03 | 7.24 | - |
| YUV | 39.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 77 | 0.27 | 0.69 | 0 | 0.70 | 276.23 | 0.52 | 0.2 |
| Hex | 38 | 18 | 4D | 1B | 45 | 0 | 46 | 114 | 34 | 14 |
| Octal | 70 | 30 | 115 | 33 | 105 | 0 | 106 | 424 | 64 | 24 |
| Binary | 111000 | 11000 | 1001101 | 11011 | 1000101 | 0 | 1000110 | 100010100 | 110100 | 10100 |
Color Harmonies of #38184D
Complementary color
Monochromatic Colors of #38184D
Black with #38184D
Text Example
Text Example
White with #38184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38184D; }
p { color: rgb(56,24,77); }
H1.HeaderClassName
{
color: #38184D;
}
.AnyTagClassName
{
color: #38184D;
}
</style>
background-color css
<style>
a { background-color: #38184D; }
a { background-color: rgb(56,24,77); }
div.DivClassName
{
background-color: #38184D;
}
.BgClassName
{
background-color: #38184D;
}
</style>
border-color css
<style>
span { border-color: #38184D; }
span { border-color: rgb(56,24,77); }
td.TdClassName
{
border-color: #38184D;
}
.TagClassName
{
border-color: #38184D;
}
</style>