Shades of Blackcurrant #380455
Tints of Blackcurrant #380455
RGB
CMYK
RGB Variations
Color information
#380455 (or 0x380455) is known color: Blackcurrant. HEX triplet: 38, 04 and 55. RGB value is (56,4,85). Sum of RGB (Red+Green+Blue) = 56+4+85=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #380455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380455 is #C7FBAA. Grayscale: #1C1C1C. Windows color (decimal): -13106091 or 5571640. OLE color: 5571640.
HSL color Cylindrical-coordinate representation of color #380455: hue angle of 278.52º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380455 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 4 | 85 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.67 |
| HSL | 278.52º | 0.91% | 0.17% | - |
| HSV(B) | 278.52º | 0.95% | 0.33% | - |
| XYZ | 3.31 | 1.58 | 8.73 | - |
| YUV | 28.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 85 | 0.34 | 0.95 | 0 | 0.67 | 278.52 | 0.91 | 0.17 |
| Hex | 38 | 4 | 55 | 22 | 5F | 0 | 43 | 117 | 5B | 11 |
| Octal | 70 | 4 | 125 | 42 | 137 | 0 | 103 | 427 | 133 | 21 |
| Binary | 111000 | 100 | 1010101 | 100010 | 1011111 | 0 | 1000011 | 100010111 | 1011011 | 10001 |
Color Harmonies of #380455
Complementary color
Monochromatic Colors of #380455
Black with #380455
Text Example
Text Example
White with #380455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380455; }
p { color: rgb(56,4,85); }
H1.HeaderClassName
{
color: #380455;
}
.AnyTagClassName
{
color: #380455;
}
</style>
background-color css
<style>
a { background-color: #380455; }
a { background-color: rgb(56,4,85); }
div.DivClassName
{
background-color: #380455;
}
.BgClassName
{
background-color: #380455;
}
</style>
border-color css
<style>
span { border-color: #380455; }
span { border-color: rgb(56,4,85); }
td.TdClassName
{
border-color: #380455;
}
.TagClassName
{
border-color: #380455;
}
</style>