Shades of Blackcurrant #38113F
Tints of Blackcurrant #38113F
RGB
CMYK
RGB Variations
Color information
#38113F (or 0x38113F) is known color: Blackcurrant. HEX triplet: 38, 11 and 3F. RGB value is (56,17,63). Sum of RGB (Red+Green+Blue) = 56+17+63=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #38113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38113F is #C7EEC0. Grayscale: #212121. Windows color (decimal): -13102785 or 4133176. OLE color: 4133176.
HSL color Cylindrical-coordinate representation of color #38113F: hue angle of 290.87º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38113F is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 17 | 63 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.75 |
| HSL | 290.87º | 0.58% | 0.16% | - |
| HSV(B) | 290.87º | 0.73% | 0.25% | - |
| XYZ | 2.73 | 1.6 | 4.87 | - |
| YUV | 33.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 63 | 0.11 | 0.73 | 0 | 0.75 | 290.87 | 0.58 | 0.16 |
| Hex | 38 | 11 | 3F | B | 49 | 0 | 4B | 123 | 3A | 10 |
| Octal | 70 | 21 | 77 | 13 | 111 | 0 | 113 | 443 | 72 | 20 |
| Binary | 111000 | 10001 | 111111 | 1011 | 1001001 | 0 | 1001011 | 100100011 | 111010 | 10000 |
Color Harmonies of #38113F
Complementary color
Monochromatic Colors of #38113F
Black with #38113F
Text Example
Text Example
White with #38113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38113F; }
p { color: rgb(56,17,63); }
H1.HeaderClassName
{
color: #38113F;
}
.AnyTagClassName
{
color: #38113F;
}
</style>
background-color css
<style>
a { background-color: #38113F; }
a { background-color: rgb(56,17,63); }
div.DivClassName
{
background-color: #38113F;
}
.BgClassName
{
background-color: #38113F;
}
</style>
border-color css
<style>
span { border-color: #38113F; }
span { border-color: rgb(56,17,63); }
td.TdClassName
{
border-color: #38113F;
}
.TagClassName
{
border-color: #38113F;
}
</style>