Shades of Blackcurrant #38144F
Tints of Blackcurrant #38144F
RGB
CMYK
RGB Variations
Color information
#38144F (or 0x38144F) is known color: Blackcurrant. HEX triplet: 38, 14 and 4F. RGB value is (56,20,79). Sum of RGB (Red+Green+Blue) = 56+20+79=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #38144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38144F is #C7EBB0. Grayscale: #252525. Windows color (decimal): -13102001 or 5182520. OLE color: 5182520.
HSL color Cylindrical-coordinate representation of color #38144F: hue angle of 276.61º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38144F is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 20 | 79 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.69 |
| HSL | 276.61º | 0.6% | 0.19% | - |
| HSV(B) | 276.61º | 0.75% | 0.31% | - |
| XYZ | 3.29 | 1.91 | 7.59 | - |
| YUV | 37.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 79 | 0.29 | 0.75 | 0 | 0.69 | 276.61 | 0.6 | 0.19 |
| Hex | 38 | 14 | 4F | 1D | 4B | 0 | 45 | 115 | 3C | 13 |
| Octal | 70 | 24 | 117 | 35 | 113 | 0 | 105 | 425 | 74 | 23 |
| Binary | 111000 | 10100 | 1001111 | 11101 | 1001011 | 0 | 1000101 | 100010101 | 111100 | 10011 |
Color Harmonies of #38144F
Complementary color
Monochromatic Colors of #38144F
Black with #38144F
Text Example
Text Example
White with #38144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38144F; }
p { color: rgb(56,20,79); }
H1.HeaderClassName
{
color: #38144F;
}
.AnyTagClassName
{
color: #38144F;
}
</style>
background-color css
<style>
a { background-color: #38144F; }
a { background-color: rgb(56,20,79); }
div.DivClassName
{
background-color: #38144F;
}
.BgClassName
{
background-color: #38144F;
}
</style>
border-color css
<style>
span { border-color: #38144F; }
span { border-color: rgb(56,20,79); }
td.TdClassName
{
border-color: #38144F;
}
.TagClassName
{
border-color: #38144F;
}
</style>