Shades of Blackcurrant #34094E
Tints of Blackcurrant #34094E
RGB
CMYK
RGB Variations
Color information
#34094E (or 0x34094E) is known color: Blackcurrant. HEX triplet: 34, 09 and 4E. RGB value is (52,9,78). Sum of RGB (Red+Green+Blue) = 52+9+78=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 9 (3.91% from 255 or 6.47% 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 #34094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34094E is #CBF6B1. Grayscale: #1D1D1D. Windows color (decimal): -13366962 or 5114164. OLE color: 5114164.
HSL color Cylindrical-coordinate representation of color #34094E: hue angle of 277.39º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34094E is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 9 | 78 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.69 |
| HSL | 277.39º | 0.79% | 0.17% | - |
| HSV(B) | 277.39º | 0.88% | 0.31% | - |
| XYZ | 2.89 | 1.48 | 7.34 | - |
| YUV | 29.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 78 | 0.33 | 0.88 | 0 | 0.69 | 277.39 | 0.79 | 0.17 |
| Hex | 34 | 9 | 4E | 21 | 58 | 0 | 45 | 115 | 4F | 11 |
| Octal | 64 | 11 | 116 | 41 | 130 | 0 | 105 | 425 | 117 | 21 |
| Binary | 110100 | 1001 | 1001110 | 100001 | 1011000 | 0 | 1000101 | 100010101 | 1001111 | 10001 |
Color Harmonies of #34094E
Complementary color
Monochromatic Colors of #34094E
Black with #34094E
Text Example
Text Example
White with #34094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34094E; }
p { color: rgb(52,9,78); }
H1.HeaderClassName
{
color: #34094E;
}
.AnyTagClassName
{
color: #34094E;
}
</style>
background-color css
<style>
a { background-color: #34094E; }
a { background-color: rgb(52,9,78); }
div.DivClassName
{
background-color: #34094E;
}
.BgClassName
{
background-color: #34094E;
}
</style>
border-color css
<style>
span { border-color: #34094E; }
span { border-color: rgb(52,9,78); }
td.TdClassName
{
border-color: #34094E;
}
.TagClassName
{
border-color: #34094E;
}
</style>