Shades of Blackcurrant #34023C
Tints of Blackcurrant #34023C
RGB
CMYK
RGB Variations
Color information
#34023C (or 0x34023C) is known color: Blackcurrant. HEX triplet: 34, 02 and 3C. RGB value is (52,2,60). Sum of RGB (Red+Green+Blue) = 52+2+60=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #34023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34023C is #CBFDC3. Grayscale: #171717. Windows color (decimal): -13368772 or 3932724. OLE color: 3932724.
HSL color Cylindrical-coordinate representation of color #34023C: hue angle of 291.72º 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 #34023C is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 2 | 60 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.76 |
| HSL | 291.72º | 0.94% | 0.12% | - |
| HSV(B) | 291.72º | 0.97% | 0.24% | - |
| XYZ | 2.25 | 1.1 | 4.37 | - |
| YUV | 23.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 60 | 0.13 | 0.97 | 0 | 0.76 | 291.72 | 0.94 | 0.12 |
| Hex | 34 | 2 | 3C | D | 61 | 0 | 4C | 124 | 5E | C |
| Octal | 64 | 2 | 74 | 15 | 141 | 0 | 114 | 444 | 136 | 14 |
| Binary | 110100 | 10 | 111100 | 1101 | 1100001 | 0 | 1001100 | 100100100 | 1011110 | 1100 |
Color Harmonies of #34023C
Complementary color
Monochromatic Colors of #34023C
Black with #34023C
Text Example
Text Example
White with #34023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34023C; }
p { color: rgb(52,2,60); }
H1.HeaderClassName
{
color: #34023C;
}
.AnyTagClassName
{
color: #34023C;
}
</style>
background-color css
<style>
a { background-color: #34023C; }
a { background-color: rgb(52,2,60); }
div.DivClassName
{
background-color: #34023C;
}
.BgClassName
{
background-color: #34023C;
}
</style>
border-color css
<style>
span { border-color: #34023C; }
span { border-color: rgb(52,2,60); }
td.TdClassName
{
border-color: #34023C;
}
.TagClassName
{
border-color: #34023C;
}
</style>