Shades of Blackcurrant #38124B
Tints of Blackcurrant #38124B
RGB
CMYK
RGB Variations
Color information
#38124B (or 0x38124B) is known color: Blackcurrant. HEX triplet: 38, 12 and 4B. RGB value is (56,18,75). Sum of RGB (Red+Green+Blue) = 56+18+75=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #38124B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38124B is #C7EDB4. Grayscale: #232323. Windows color (decimal): -13102517 or 4919864. OLE color: 4919864.
HSL color Cylindrical-coordinate representation of color #38124B: hue angle of 280º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38124B is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 18 | 75 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.71 |
| HSL | 280º | 0.61% | 0.18% | - |
| HSV(B) | 280º | 0.76% | 0.29% | - |
| XYZ | 3.12 | 1.78 | 6.84 | - |
| YUV | 35.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 75 | 0.25 | 0.76 | 0 | 0.71 | 280 | 0.61 | 0.18 |
| Hex | 38 | 12 | 4B | 19 | 4C | 0 | 47 | 118 | 3D | 12 |
| Octal | 70 | 22 | 113 | 31 | 114 | 0 | 107 | 430 | 75 | 22 |
| Binary | 111000 | 10010 | 1001011 | 11001 | 1001100 | 0 | 1000111 | 100011000 | 111101 | 10010 |
Color Harmonies of #38124B
Complementary color
Monochromatic Colors of #38124B
Black with #38124B
Text Example
Text Example
White with #38124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38124B; }
p { color: rgb(56,18,75); }
H1.HeaderClassName
{
color: #38124B;
}
.AnyTagClassName
{
color: #38124B;
}
</style>
background-color css
<style>
a { background-color: #38124B; }
a { background-color: rgb(56,18,75); }
div.DivClassName
{
background-color: #38124B;
}
.BgClassName
{
background-color: #38124B;
}
</style>
border-color css
<style>
span { border-color: #38124B; }
span { border-color: rgb(56,18,75); }
td.TdClassName
{
border-color: #38124B;
}
.TagClassName
{
border-color: #38124B;
}
</style>