Shades of Blackcurrant #38024A
Tints of Blackcurrant #38024A
RGB
CMYK
RGB Variations
Color information
#38024A (or 0x38024A) is known color: Blackcurrant. HEX triplet: 38, 02 and 4A. RGB value is (56,2,74). Sum of RGB (Red+Green+Blue) = 56+2+74=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #38024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38024A is #C7FDB5. Grayscale: #1A1A1A. Windows color (decimal): -13106614 or 4850232. OLE color: 4850232.
HSL color Cylindrical-coordinate representation of color #38024A: hue angle of 285º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38024A is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 2 | 74 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.71 |
| HSL | 285º | 0.95% | 0.15% | - |
| HSV(B) | 285º | 0.97% | 0.29% | - |
| XYZ | 2.89 | 1.38 | 6.59 | - |
| YUV | 26.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 74 | 0.24 | 0.97 | 0 | 0.71 | 285 | 0.95 | 0.15 |
| Hex | 38 | 2 | 4A | 18 | 61 | 0 | 47 | 11D | 5F | F |
| Octal | 70 | 2 | 112 | 30 | 141 | 0 | 107 | 435 | 137 | 17 |
| Binary | 111000 | 10 | 1001010 | 11000 | 1100001 | 0 | 1000111 | 100011101 | 1011111 | 1111 |
Color Harmonies of #38024A
Complementary color
Monochromatic Colors of #38024A
Black with #38024A
Text Example
Text Example
White with #38024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38024A; }
p { color: rgb(56,2,74); }
H1.HeaderClassName
{
color: #38024A;
}
.AnyTagClassName
{
color: #38024A;
}
</style>
background-color css
<style>
a { background-color: #38024A; }
a { background-color: rgb(56,2,74); }
div.DivClassName
{
background-color: #38024A;
}
.BgClassName
{
background-color: #38024A;
}
</style>
border-color css
<style>
span { border-color: #38024A; }
span { border-color: rgb(56,2,74); }
td.TdClassName
{
border-color: #38024A;
}
.TagClassName
{
border-color: #38024A;
}
</style>