Shades of Blackcurrant #34003C
Tints of Blackcurrant #34003C
RGB
CMYK
RGB Variations
Color information
#34003C (or 0x34003C) is known color: Blackcurrant. HEX triplet: 34, 00 and 3C. RGB value is (52,0,60). Sum of RGB (Red+Green+Blue) = 52+0+60=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #34003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34003C is #CBFFC3. Grayscale: #161616. Windows color (decimal): -13369284 or 3932212. OLE color: 3932212.
HSL color Cylindrical-coordinate representation of color #34003C: hue angle of 292º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34003C is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 0 | 60 | - |
| CMYK | 0.13 | 1 | 0 | 0.76 |
| HSL | 292º | 1% | 0.12% | - |
| HSV(B) | 292º | 1% | 0.24% | - |
| XYZ | 2.23 | 1.06 | 4.36 | - |
| YUV | 22.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 60 | 0.13 | 1 | 0 | 0.76 | 292 | 1 | 0.12 |
| Hex | 34 | 0 | 3C | D | 64 | 0 | 4C | 124 | 64 | C |
| Octal | 64 | 0 | 74 | 15 | 144 | 0 | 114 | 444 | 144 | 14 |
| Binary | 110100 | 0 | 111100 | 1101 | 1100100 | 0 | 1001100 | 100100100 | 1100100 | 1100 |
Color Harmonies of #34003C
Complementary color
Monochromatic Colors of #34003C
Black with #34003C
Text Example
Text Example
White with #34003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34003C; }
p { color: rgb(52,0,60); }
H1.HeaderClassName
{
color: #34003C;
}
.AnyTagClassName
{
color: #34003C;
}
</style>
background-color css
<style>
a { background-color: #34003C; }
a { background-color: rgb(52,0,60); }
div.DivClassName
{
background-color: #34003C;
}
.BgClassName
{
background-color: #34003C;
}
</style>
border-color css
<style>
span { border-color: #34003C; }
span { border-color: rgb(52,0,60); }
td.TdClassName
{
border-color: #34003C;
}
.TagClassName
{
border-color: #34003C;
}
</style>