Shades of Blackcurrant #380C53
Tints of Blackcurrant #380C53
RGB
CMYK
RGB Variations
Color information
#380C53 (or 0x380C53) is known color: Blackcurrant. HEX triplet: 38, 0C and 53. RGB value is (56,12,83). Sum of RGB (Red+Green+Blue) = 56+12+83=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #380C53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C53 is #C7F3AC. Grayscale: #212121. Windows color (decimal): -13104045 or 5442616. OLE color: 5442616.
HSL color Cylindrical-coordinate representation of color #380C53: hue angle of 277.18º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380C53 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 12 | 83 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.67 |
| HSL | 277.18º | 0.75% | 0.19% | - |
| HSV(B) | 277.18º | 0.86% | 0.33% | - |
| XYZ | 3.32 | 1.73 | 8.34 | - |
| YUV | 33.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 83 | 0.33 | 0.86 | 0 | 0.67 | 277.18 | 0.75 | 0.19 |
| Hex | 38 | C | 53 | 21 | 56 | 0 | 43 | 115 | 4B | 13 |
| Octal | 70 | 14 | 123 | 41 | 126 | 0 | 103 | 425 | 113 | 23 |
| Binary | 111000 | 1100 | 1010011 | 100001 | 1010110 | 0 | 1000011 | 100010101 | 1001011 | 10011 |
Color Harmonies of #380C53
Complementary color
Monochromatic Colors of #380C53
Black with #380C53
Text Example
Text Example
White with #380C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C53; }
p { color: rgb(56,12,83); }
H1.HeaderClassName
{
color: #380C53;
}
.AnyTagClassName
{
color: #380C53;
}
</style>
background-color css
<style>
a { background-color: #380C53; }
a { background-color: rgb(56,12,83); }
div.DivClassName
{
background-color: #380C53;
}
.BgClassName
{
background-color: #380C53;
}
</style>
border-color css
<style>
span { border-color: #380C53; }
span { border-color: rgb(56,12,83); }
td.TdClassName
{
border-color: #380C53;
}
.TagClassName
{
border-color: #380C53;
}
</style>