Shades of Blackcurrant #38034D
Tints of Blackcurrant #38034D
RGB
CMYK
RGB Variations
Color information
#38034D (or 0x38034D) is known color: Blackcurrant. HEX triplet: 38, 03 and 4D. RGB value is (56,3,77). Sum of RGB (Red+Green+Blue) = 56+3+77=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #38034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38034D is #C7FCB2. Grayscale: #1B1B1B. Windows color (decimal): -13106355 or 5047096. OLE color: 5047096.
HSL color Cylindrical-coordinate representation of color #38034D: hue angle of 282.97º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38034D is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 3 | 77 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.70 |
| HSL | 282.97º | 0.93% | 0.16% | - |
| HSV(B) | 282.97º | 0.96% | 0.3% | - |
| XYZ | 3 | 1.44 | 7.14 | - |
| YUV | 27.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 77 | 0.27 | 0.96 | 0 | 0.70 | 282.97 | 0.93 | 0.16 |
| Hex | 38 | 3 | 4D | 1B | 60 | 0 | 46 | 11B | 5C | 10 |
| Octal | 70 | 3 | 115 | 33 | 140 | 0 | 106 | 433 | 134 | 20 |
| Binary | 111000 | 11 | 1001101 | 11011 | 1100000 | 0 | 1000110 | 100011011 | 1011100 | 10000 |
Color Harmonies of #38034D
Complementary color
Monochromatic Colors of #38034D
Black with #38034D
Text Example
Text Example
White with #38034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38034D; }
p { color: rgb(56,3,77); }
H1.HeaderClassName
{
color: #38034D;
}
.AnyTagClassName
{
color: #38034D;
}
</style>
background-color css
<style>
a { background-color: #38034D; }
a { background-color: rgb(56,3,77); }
div.DivClassName
{
background-color: #38034D;
}
.BgClassName
{
background-color: #38034D;
}
</style>
border-color css
<style>
span { border-color: #38034D; }
span { border-color: rgb(56,3,77); }
td.TdClassName
{
border-color: #38034D;
}
.TagClassName
{
border-color: #38034D;
}
</style>