Shades of Blackcurrant #34094D
Tints of Blackcurrant #34094D
RGB
CMYK
RGB Variations
Color information
#34094D (or 0x34094D) is known color: Blackcurrant. HEX triplet: 34, 09 and 4D. RGB value is (52,9,77). Sum of RGB (Red+Green+Blue) = 52+9+77=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #34094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34094D is #CBF6B2. Grayscale: #1D1D1D. Windows color (decimal): -13366963 or 5048628. OLE color: 5048628.
HSL color Cylindrical-coordinate representation of color #34094D: hue angle of 277.94º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34094D is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 9 | 77 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.70 |
| HSL | 277.94º | 0.79% | 0.17% | - |
| HSV(B) | 277.94º | 0.88% | 0.3% | - |
| XYZ | 2.85 | 1.46 | 7.15 | - |
| YUV | 29.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 77 | 0.32 | 0.88 | 0 | 0.70 | 277.94 | 0.79 | 0.17 |
| Hex | 34 | 9 | 4D | 20 | 58 | 0 | 46 | 116 | 4F | 11 |
| Octal | 64 | 11 | 115 | 40 | 130 | 0 | 106 | 426 | 117 | 21 |
| Binary | 110100 | 1001 | 1001101 | 100000 | 1011000 | 0 | 1000110 | 100010110 | 1001111 | 10001 |
Color Harmonies of #34094D
Complementary color
Monochromatic Colors of #34094D
Black with #34094D
Text Example
Text Example
White with #34094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34094D; }
p { color: rgb(52,9,77); }
H1.HeaderClassName
{
color: #34094D;
}
.AnyTagClassName
{
color: #34094D;
}
</style>
background-color css
<style>
a { background-color: #34094D; }
a { background-color: rgb(52,9,77); }
div.DivClassName
{
background-color: #34094D;
}
.BgClassName
{
background-color: #34094D;
}
</style>
border-color css
<style>
span { border-color: #34094D; }
span { border-color: rgb(52,9,77); }
td.TdClassName
{
border-color: #34094D;
}
.TagClassName
{
border-color: #34094D;
}
</style>