Shades of Blackcurrant #38023F
Tints of Blackcurrant #38023F
RGB
CMYK
RGB Variations
Color information
#38023F (or 0x38023F) is known color: Blackcurrant. HEX triplet: 38, 02 and 3F. RGB value is (56,2,63). Sum of RGB (Red+Green+Blue) = 56+2+63=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #38023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38023F is #C7FDC0. Grayscale: #181818. Windows color (decimal): -13106625 or 4129336. OLE color: 4129336.
HSL color Cylindrical-coordinate representation of color #38023F: hue angle of 293.11º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38023F is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 2 | 63 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.75 |
| HSL | 293.11º | 0.94% | 0.13% | - |
| HSV(B) | 293.11º | 0.97% | 0.25% | - |
| XYZ | 2.55 | 1.24 | 4.81 | - |
| YUV | 25.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 63 | 0.11 | 0.97 | 0 | 0.75 | 293.11 | 0.94 | 0.13 |
| Hex | 38 | 2 | 3F | B | 61 | 0 | 4B | 125 | 5E | D |
| Octal | 70 | 2 | 77 | 13 | 141 | 0 | 113 | 445 | 136 | 15 |
| Binary | 111000 | 10 | 111111 | 1011 | 1100001 | 0 | 1001011 | 100100101 | 1011110 | 1101 |
Color Harmonies of #38023F
Complementary color
Monochromatic Colors of #38023F
Black with #38023F
Text Example
Text Example
White with #38023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38023F; }
p { color: rgb(56,2,63); }
H1.HeaderClassName
{
color: #38023F;
}
.AnyTagClassName
{
color: #38023F;
}
</style>
background-color css
<style>
a { background-color: #38023F; }
a { background-color: rgb(56,2,63); }
div.DivClassName
{
background-color: #38023F;
}
.BgClassName
{
background-color: #38023F;
}
</style>
border-color css
<style>
span { border-color: #38023F; }
span { border-color: rgb(56,2,63); }
td.TdClassName
{
border-color: #38023F;
}
.TagClassName
{
border-color: #38023F;
}
</style>