Shades of Blackcurrant #34023D
Tints of Blackcurrant #34023D
RGB
CMYK
RGB Variations
Color information
#34023D (or 0x34023D) is known color: Blackcurrant. HEX triplet: 34, 02 and 3D. RGB value is (52,2,61). Sum of RGB (Red+Green+Blue) = 52+2+61=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #34023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34023D is #CBFDC2. Grayscale: #171717. Windows color (decimal): -13368771 or 3998260. OLE color: 3998260.
HSL color Cylindrical-coordinate representation of color #34023D: hue angle of 290.85º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34023D is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 2 | 61 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.76 |
| HSL | 290.85º | 0.94% | 0.12% | - |
| HSV(B) | 290.85º | 0.97% | 0.24% | - |
| XYZ | 2.28 | 1.11 | 4.51 | - |
| YUV | 23.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 61 | 0.15 | 0.97 | 0 | 0.76 | 290.85 | 0.94 | 0.12 |
| Hex | 34 | 2 | 3D | F | 61 | 0 | 4C | 123 | 5E | C |
| Octal | 64 | 2 | 75 | 17 | 141 | 0 | 114 | 443 | 136 | 14 |
| Binary | 110100 | 10 | 111101 | 1111 | 1100001 | 0 | 1001100 | 100100011 | 1011110 | 1100 |
Color Harmonies of #34023D
Complementary color
Monochromatic Colors of #34023D
Black with #34023D
Text Example
Text Example
White with #34023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34023D; }
p { color: rgb(52,2,61); }
H1.HeaderClassName
{
color: #34023D;
}
.AnyTagClassName
{
color: #34023D;
}
</style>
background-color css
<style>
a { background-color: #34023D; }
a { background-color: rgb(52,2,61); }
div.DivClassName
{
background-color: #34023D;
}
.BgClassName
{
background-color: #34023D;
}
</style>
border-color css
<style>
span { border-color: #34023D; }
span { border-color: rgb(52,2,61); }
td.TdClassName
{
border-color: #34023D;
}
.TagClassName
{
border-color: #34023D;
}
</style>