Shades of Blackcurrant #38054E
Tints of Blackcurrant #38054E
RGB
CMYK
RGB Variations
Color information
#38054E (or 0x38054E) is known color: Blackcurrant. HEX triplet: 38, 05 and 4E. RGB value is (56,5,78). Sum of RGB (Red+Green+Blue) = 56+5+78=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #38054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38054E is #C7FAB1. Grayscale: #1C1C1C. Windows color (decimal): -13105842 or 5113144. OLE color: 5113144.
HSL color Cylindrical-coordinate representation of color #38054E: hue angle of 281.92º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38054E is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 5 | 78 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.69 |
| HSL | 281.92º | 0.88% | 0.16% | - |
| HSV(B) | 281.92º | 0.94% | 0.31% | - |
| XYZ | 3.06 | 1.5 | 7.34 | - |
| YUV | 28.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 78 | 0.28 | 0.94 | 0 | 0.69 | 281.92 | 0.88 | 0.16 |
| Hex | 38 | 5 | 4E | 1C | 5E | 0 | 45 | 11A | 58 | 10 |
| Octal | 70 | 5 | 116 | 34 | 136 | 0 | 105 | 432 | 130 | 20 |
| Binary | 111000 | 101 | 1001110 | 11100 | 1011110 | 0 | 1000101 | 100011010 | 1011000 | 10000 |
Color Harmonies of #38054E
Complementary color
Monochromatic Colors of #38054E
Black with #38054E
Text Example
Text Example
White with #38054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38054E; }
p { color: rgb(56,5,78); }
H1.HeaderClassName
{
color: #38054E;
}
.AnyTagClassName
{
color: #38054E;
}
</style>
background-color css
<style>
a { background-color: #38054E; }
a { background-color: rgb(56,5,78); }
div.DivClassName
{
background-color: #38054E;
}
.BgClassName
{
background-color: #38054E;
}
</style>
border-color css
<style>
span { border-color: #38054E; }
span { border-color: rgb(56,5,78); }
td.TdClassName
{
border-color: #38054E;
}
.TagClassName
{
border-color: #38054E;
}
</style>