Shades of Blackcurrant #34003D
Tints of Blackcurrant #34003D
RGB
CMYK
RGB Variations
Color information
#34003D (or 0x34003D) is known color: Blackcurrant. HEX triplet: 34, 00 and 3D. RGB value is (52,0,61). Sum of RGB (Red+Green+Blue) = 52+0+61=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #34003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34003D is #CBFFC2. Grayscale: #161616. Windows color (decimal): -13369283 or 3997748. OLE color: 3997748.
HSL color Cylindrical-coordinate representation of color #34003D: hue angle of 291.15º 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 #34003D is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 0 | 61 | - |
| CMYK | 0.15 | 1 | 0 | 0.76 |
| HSL | 291.15º | 1% | 0.12% | - |
| HSV(B) | 291.15º | 1% | 0.24% | - |
| XYZ | 2.26 | 1.07 | 4.5 | - |
| YUV | 22.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 61 | 0.15 | 1 | 0 | 0.76 | 291.15 | 1 | 0.12 |
| Hex | 34 | 0 | 3D | F | 64 | 0 | 4C | 123 | 64 | C |
| Octal | 64 | 0 | 75 | 17 | 144 | 0 | 114 | 443 | 144 | 14 |
| Binary | 110100 | 0 | 111101 | 1111 | 1100100 | 0 | 1001100 | 100100011 | 1100100 | 1100 |
Color Harmonies of #34003D
Complementary color
Monochromatic Colors of #34003D
Black with #34003D
Text Example
Text Example
White with #34003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34003D; }
p { color: rgb(52,0,61); }
H1.HeaderClassName
{
color: #34003D;
}
.AnyTagClassName
{
color: #34003D;
}
</style>
background-color css
<style>
a { background-color: #34003D; }
a { background-color: rgb(52,0,61); }
div.DivClassName
{
background-color: #34003D;
}
.BgClassName
{
background-color: #34003D;
}
</style>
border-color css
<style>
span { border-color: #34003D; }
span { border-color: rgb(52,0,61); }
td.TdClassName
{
border-color: #34003D;
}
.TagClassName
{
border-color: #34003D;
}
</style>