Shades of Blackcurrant #34093E
Tints of Blackcurrant #34093E
RGB
CMYK
RGB Variations
Color information
#34093E (or 0x34093E) is known color: Blackcurrant. HEX triplet: 34, 09 and 3E. RGB value is (52,9,62). Sum of RGB (Red+Green+Blue) = 52+9+62=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #34093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34093E is #CBF6C1. Grayscale: #1B1B1B. Windows color (decimal): -13366978 or 4065588. OLE color: 4065588.
HSL color Cylindrical-coordinate representation of color #34093E: hue angle of 288.68º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34093E is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 9 | 62 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.76 |
| HSL | 288.68º | 0.75% | 0.14% | - |
| HSV(B) | 288.68º | 0.85% | 0.24% | - |
| XYZ | 2.38 | 1.27 | 4.68 | - |
| YUV | 27.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 62 | 0.16 | 0.85 | 0 | 0.76 | 288.68 | 0.75 | 0.14 |
| Hex | 34 | 9 | 3E | 10 | 55 | 0 | 4C | 121 | 4B | E |
| Octal | 64 | 11 | 76 | 20 | 125 | 0 | 114 | 441 | 113 | 16 |
| Binary | 110100 | 1001 | 111110 | 10000 | 1010101 | 0 | 1001100 | 100100001 | 1001011 | 1110 |
Color Harmonies of #34093E
Complementary color
Monochromatic Colors of #34093E
Black with #34093E
Text Example
Text Example
White with #34093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34093E; }
p { color: rgb(52,9,62); }
H1.HeaderClassName
{
color: #34093E;
}
.AnyTagClassName
{
color: #34093E;
}
</style>
background-color css
<style>
a { background-color: #34093E; }
a { background-color: rgb(52,9,62); }
div.DivClassName
{
background-color: #34093E;
}
.BgClassName
{
background-color: #34093E;
}
</style>
border-color css
<style>
span { border-color: #34093E; }
span { border-color: rgb(52,9,62); }
td.TdClassName
{
border-color: #34093E;
}
.TagClassName
{
border-color: #34093E;
}
</style>