Shades of Blackcurrant #380B53
Tints of Blackcurrant #380B53
RGB
CMYK
RGB Variations
Color information
#380B53 (or 0x380B53) is known color: Blackcurrant. HEX triplet: 38, 0B and 53. RGB value is (56,11,83). Sum of RGB (Red+Green+Blue) = 56+11+83=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #380B53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380B53 is #C7F4AC. Grayscale: #202020. Windows color (decimal): -13104301 or 5442360. OLE color: 5442360.
HSL color Cylindrical-coordinate representation of color #380B53: hue angle of 277.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #380B53 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 11 | 83 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.67 |
| HSL | 277.5º | 0.77% | 0.18% | - |
| HSV(B) | 277.5º | 0.87% | 0.33% | - |
| XYZ | 3.31 | 1.7 | 8.34 | - |
| YUV | 32.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 83 | 0.33 | 0.87 | 0 | 0.67 | 277.5 | 0.77 | 0.18 |
| Hex | 38 | B | 53 | 21 | 57 | 0 | 43 | 116 | 4D | 12 |
| Octal | 70 | 13 | 123 | 41 | 127 | 0 | 103 | 426 | 115 | 22 |
| Binary | 111000 | 1011 | 1010011 | 100001 | 1010111 | 0 | 1000011 | 100010110 | 1001101 | 10010 |
Color Harmonies of #380B53
Complementary color
Monochromatic Colors of #380B53
Black with #380B53
Text Example
Text Example
White with #380B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B53; }
p { color: rgb(56,11,83); }
H1.HeaderClassName
{
color: #380B53;
}
.AnyTagClassName
{
color: #380B53;
}
</style>
background-color css
<style>
a { background-color: #380B53; }
a { background-color: rgb(56,11,83); }
div.DivClassName
{
background-color: #380B53;
}
.BgClassName
{
background-color: #380B53;
}
</style>
border-color css
<style>
span { border-color: #380B53; }
span { border-color: rgb(56,11,83); }
td.TdClassName
{
border-color: #380B53;
}
.TagClassName
{
border-color: #380B53;
}
</style>