Shades of Blackcurrant #38023E
Tints of Blackcurrant #38023E
RGB
CMYK
RGB Variations
Color information
#38023E (or 0x38023E) is known color: Blackcurrant. HEX triplet: 38, 02 and 3E. RGB value is (56,2,62). Sum of RGB (Red+Green+Blue) = 56+2+62=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #38023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38023E is #C7FDC1. Grayscale: #181818. Windows color (decimal): -13106626 or 4063800. OLE color: 4063800.
HSL color Cylindrical-coordinate representation of color #38023E: hue angle of 294º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38023E is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 2 | 62 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.76 |
| HSL | 294º | 0.94% | 0.13% | - |
| HSV(B) | 294º | 0.97% | 0.24% | - |
| XYZ | 2.52 | 1.23 | 4.66 | - |
| YUV | 24.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 62 | 0.10 | 0.97 | 0 | 0.76 | 294 | 0.94 | 0.13 |
| Hex | 38 | 2 | 3E | A | 61 | 0 | 4C | 126 | 5E | D |
| Octal | 70 | 2 | 76 | 12 | 141 | 0 | 114 | 446 | 136 | 15 |
| Binary | 111000 | 10 | 111110 | 1010 | 1100001 | 0 | 1001100 | 100100110 | 1011110 | 1101 |
Color Harmonies of #38023E
Complementary color
Monochromatic Colors of #38023E
Black with #38023E
Text Example
Text Example
White with #38023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38023E; }
p { color: rgb(56,2,62); }
H1.HeaderClassName
{
color: #38023E;
}
.AnyTagClassName
{
color: #38023E;
}
</style>
background-color css
<style>
a { background-color: #38023E; }
a { background-color: rgb(56,2,62); }
div.DivClassName
{
background-color: #38023E;
}
.BgClassName
{
background-color: #38023E;
}
</style>
border-color css
<style>
span { border-color: #38023E; }
span { border-color: rgb(56,2,62); }
td.TdClassName
{
border-color: #38023E;
}
.TagClassName
{
border-color: #38023E;
}
</style>