Shades of Blackcurrant #380B3F
Tints of Blackcurrant #380B3F
RGB
CMYK
RGB Variations
Color information
#380B3F (or 0x380B3F) is known color: Blackcurrant. HEX triplet: 38, 0B and 3F. RGB value is (56,11,63). Sum of RGB (Red+Green+Blue) = 56+11+63=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #380B3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B3F is #C7F4C0. Grayscale: #1E1E1E. Windows color (decimal): -13104321 or 4131640. OLE color: 4131640.
HSL color Cylindrical-coordinate representation of color #380B3F: hue angle of 291.92º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #380B3F is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 11 | 63 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.75 |
| HSL | 291.92º | 0.7% | 0.15% | - |
| HSV(B) | 291.92º | 0.83% | 0.25% | - |
| XYZ | 2.65 | 1.44 | 4.84 | - |
| YUV | 30.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 63 | 0.11 | 0.83 | 0 | 0.75 | 291.92 | 0.7 | 0.15 |
| Hex | 38 | B | 3F | B | 53 | 0 | 4B | 124 | 46 | F |
| Octal | 70 | 13 | 77 | 13 | 123 | 0 | 113 | 444 | 106 | 17 |
| Binary | 111000 | 1011 | 111111 | 1011 | 1010011 | 0 | 1001011 | 100100100 | 1000110 | 1111 |
Color Harmonies of #380B3F
Complementary color
Monochromatic Colors of #380B3F
Black with #380B3F
Text Example
Text Example
White with #380B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B3F; }
p { color: rgb(56,11,63); }
H1.HeaderClassName
{
color: #380B3F;
}
.AnyTagClassName
{
color: #380B3F;
}
</style>
background-color css
<style>
a { background-color: #380B3F; }
a { background-color: rgb(56,11,63); }
div.DivClassName
{
background-color: #380B3F;
}
.BgClassName
{
background-color: #380B3F;
}
</style>
border-color css
<style>
span { border-color: #380B3F; }
span { border-color: rgb(56,11,63); }
td.TdClassName
{
border-color: #380B3F;
}
.TagClassName
{
border-color: #380B3F;
}
</style>