Shades of Blackcurrant #38054F
Tints of Blackcurrant #38054F
RGB
CMYK
RGB Variations
Color information
#38054F (or 0x38054F) is known color: Blackcurrant. HEX triplet: 38, 05 and 4F. RGB value is (56,5,79). Sum of RGB (Red+Green+Blue) = 56+5+79=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #38054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38054F is #C7FAB0. Grayscale: #1C1C1C. Windows color (decimal): -13105841 or 5178680. OLE color: 5178680.
HSL color Cylindrical-coordinate representation of color #38054F: hue angle of 281.35º 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 #38054F is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 5 | 79 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.69 |
| HSL | 281.35º | 0.88% | 0.16% | - |
| HSV(B) | 281.35º | 0.94% | 0.31% | - |
| XYZ | 3.1 | 1.51 | 7.53 | - |
| YUV | 28.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 79 | 0.29 | 0.94 | 0 | 0.69 | 281.35 | 0.88 | 0.16 |
| Hex | 38 | 5 | 4F | 1D | 5E | 0 | 45 | 119 | 58 | 10 |
| Octal | 70 | 5 | 117 | 35 | 136 | 0 | 105 | 431 | 130 | 20 |
| Binary | 111000 | 101 | 1001111 | 11101 | 1011110 | 0 | 1000101 | 100011001 | 1011000 | 10000 |
Color Harmonies of #38054F
Complementary color
Monochromatic Colors of #38054F
Black with #38054F
Text Example
Text Example
White with #38054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38054F; }
p { color: rgb(56,5,79); }
H1.HeaderClassName
{
color: #38054F;
}
.AnyTagClassName
{
color: #38054F;
}
</style>
background-color css
<style>
a { background-color: #38054F; }
a { background-color: rgb(56,5,79); }
div.DivClassName
{
background-color: #38054F;
}
.BgClassName
{
background-color: #38054F;
}
</style>
border-color css
<style>
span { border-color: #38054F; }
span { border-color: rgb(56,5,79); }
td.TdClassName
{
border-color: #38054F;
}
.TagClassName
{
border-color: #38054F;
}
</style>