Shades of Blackcurrant #34094A
Tints of Blackcurrant #34094A
RGB
CMYK
RGB Variations
Color information
#34094A (or 0x34094A) is known color: Blackcurrant. HEX triplet: 34, 09 and 4A. RGB value is (52,9,74). Sum of RGB (Red+Green+Blue) = 52+9+74=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #34094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34094A is #CBF6B5. Grayscale: #1D1D1D. Windows color (decimal): -13366966 or 4852020. OLE color: 4852020.
HSL color Cylindrical-coordinate representation of color #34094A: hue angle of 279.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34094A is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 9 | 74 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.71 |
| HSL | 279.69º | 0.78% | 0.16% | - |
| HSV(B) | 279.69º | 0.88% | 0.29% | - |
| XYZ | 2.75 | 1.42 | 6.61 | - |
| YUV | 29.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 74 | 0.30 | 0.88 | 0 | 0.71 | 279.69 | 0.78 | 0.16 |
| Hex | 34 | 9 | 4A | 1E | 58 | 0 | 47 | 118 | 4E | 10 |
| Octal | 64 | 11 | 112 | 36 | 130 | 0 | 107 | 430 | 116 | 20 |
| Binary | 110100 | 1001 | 1001010 | 11110 | 1011000 | 0 | 1000111 | 100011000 | 1001110 | 10000 |
Color Harmonies of #34094A
Complementary color
Monochromatic Colors of #34094A
Black with #34094A
Text Example
Text Example
White with #34094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34094A; }
p { color: rgb(52,9,74); }
H1.HeaderClassName
{
color: #34094A;
}
.AnyTagClassName
{
color: #34094A;
}
</style>
background-color css
<style>
a { background-color: #34094A; }
a { background-color: rgb(52,9,74); }
div.DivClassName
{
background-color: #34094A;
}
.BgClassName
{
background-color: #34094A;
}
</style>
border-color css
<style>
span { border-color: #34094A; }
span { border-color: rgb(52,9,74); }
td.TdClassName
{
border-color: #34094A;
}
.TagClassName
{
border-color: #34094A;
}
</style>