Shades of Blackcurrant #38124A
Tints of Blackcurrant #38124A
RGB
CMYK
RGB Variations
Color information
#38124A (or 0x38124A) is known color: Blackcurrant. HEX triplet: 38, 12 and 4A. RGB value is (56,18,74). Sum of RGB (Red+Green+Blue) = 56+18+74=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #38124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38124A is #C7EDB5. Grayscale: #232323. Windows color (decimal): -13102518 or 4854328. OLE color: 4854328.
HSL color Cylindrical-coordinate representation of color #38124A: hue angle of 280.71º 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 #38124A is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 18 | 74 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.71 |
| HSL | 280.71º | 0.61% | 0.18% | - |
| HSV(B) | 280.71º | 0.76% | 0.29% | - |
| XYZ | 3.08 | 1.77 | 6.66 | - |
| YUV | 35.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 74 | 0.24 | 0.76 | 0 | 0.71 | 280.71 | 0.61 | 0.18 |
| Hex | 38 | 12 | 4A | 18 | 4C | 0 | 47 | 119 | 3D | 12 |
| Octal | 70 | 22 | 112 | 30 | 114 | 0 | 107 | 431 | 75 | 22 |
| Binary | 111000 | 10010 | 1001010 | 11000 | 1001100 | 0 | 1000111 | 100011001 | 111101 | 10010 |
Color Harmonies of #38124A
Complementary color
Monochromatic Colors of #38124A
Black with #38124A
Text Example
Text Example
White with #38124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38124A; }
p { color: rgb(56,18,74); }
H1.HeaderClassName
{
color: #38124A;
}
.AnyTagClassName
{
color: #38124A;
}
</style>
background-color css
<style>
a { background-color: #38124A; }
a { background-color: rgb(56,18,74); }
div.DivClassName
{
background-color: #38124A;
}
.BgClassName
{
background-color: #38124A;
}
</style>
border-color css
<style>
span { border-color: #38124A; }
span { border-color: rgb(56,18,74); }
td.TdClassName
{
border-color: #38124A;
}
.TagClassName
{
border-color: #38124A;
}
</style>