Shades of Blackcurrant #38144D
Tints of Blackcurrant #38144D
RGB
CMYK
RGB Variations
Color information
#38144D (or 0x38144D) is known color: Blackcurrant. HEX triplet: 38, 14 and 4D. RGB value is (56,20,77). Sum of RGB (Red+Green+Blue) = 56+20+77=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #38144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38144D is #C7EBB2. Grayscale: #252525. Windows color (decimal): -13102003 or 5051448. OLE color: 5051448.
HSL color Cylindrical-coordinate representation of color #38144D: hue angle of 277.89º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38144D is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 20 | 77 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.70 |
| HSL | 277.89º | 0.59% | 0.19% | - |
| HSV(B) | 277.89º | 0.74% | 0.3% | - |
| XYZ | 3.22 | 1.88 | 7.21 | - |
| YUV | 37.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 77 | 0.27 | 0.74 | 0 | 0.70 | 277.89 | 0.59 | 0.19 |
| Hex | 38 | 14 | 4D | 1B | 4A | 0 | 46 | 116 | 3B | 13 |
| Octal | 70 | 24 | 115 | 33 | 112 | 0 | 106 | 426 | 73 | 23 |
| Binary | 111000 | 10100 | 1001101 | 11011 | 1001010 | 0 | 1000110 | 100010110 | 111011 | 10011 |
Color Harmonies of #38144D
Complementary color
Monochromatic Colors of #38144D
Black with #38144D
Text Example
Text Example
White with #38144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38144D; }
p { color: rgb(56,20,77); }
H1.HeaderClassName
{
color: #38144D;
}
.AnyTagClassName
{
color: #38144D;
}
</style>
background-color css
<style>
a { background-color: #38144D; }
a { background-color: rgb(56,20,77); }
div.DivClassName
{
background-color: #38144D;
}
.BgClassName
{
background-color: #38144D;
}
</style>
border-color css
<style>
span { border-color: #38144D; }
span { border-color: rgb(56,20,77); }
td.TdClassName
{
border-color: #38144D;
}
.TagClassName
{
border-color: #38144D;
}
</style>