Shades of Blackcurrant #38013F
Tints of Blackcurrant #38013F
RGB
CMYK
RGB Variations
Color information
#38013F (or 0x38013F) is known color: Blackcurrant. HEX triplet: 38, 01 and 3F. RGB value is (56,1,63). Sum of RGB (Red+Green+Blue) = 56+1+63=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #38013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38013F is #C7FEC0. Grayscale: #181818. Windows color (decimal): -13106881 or 4129080. OLE color: 4129080.
HSL color Cylindrical-coordinate representation of color #38013F: hue angle of 293.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38013F is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 1 | 63 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.75 |
| HSL | 293.23º | 0.97% | 0.13% | - |
| HSV(B) | 293.23º | 0.98% | 0.25% | - |
| XYZ | 2.54 | 1.22 | 4.8 | - |
| YUV | 24.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 63 | 0.11 | 0.98 | 0 | 0.75 | 293.23 | 0.97 | 0.13 |
| Hex | 38 | 1 | 3F | B | 62 | 0 | 4B | 125 | 61 | D |
| Octal | 70 | 1 | 77 | 13 | 142 | 0 | 113 | 445 | 141 | 15 |
| Binary | 111000 | 1 | 111111 | 1011 | 1100010 | 0 | 1001011 | 100100101 | 1100001 | 1101 |
Color Harmonies of #38013F
Complementary color
Monochromatic Colors of #38013F
Black with #38013F
Text Example
Text Example
White with #38013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38013F; }
p { color: rgb(56,1,63); }
H1.HeaderClassName
{
color: #38013F;
}
.AnyTagClassName
{
color: #38013F;
}
</style>
background-color css
<style>
a { background-color: #38013F; }
a { background-color: rgb(56,1,63); }
div.DivClassName
{
background-color: #38013F;
}
.BgClassName
{
background-color: #38013F;
}
</style>
border-color css
<style>
span { border-color: #38013F; }
span { border-color: rgb(56,1,63); }
td.TdClassName
{
border-color: #38013F;
}
.TagClassName
{
border-color: #38013F;
}
</style>