Shades of Blackcurrant #34013B
Tints of Blackcurrant #34013B
RGB
CMYK
RGB Variations
Color information
#34013B (or 0x34013B) is known color: Blackcurrant. HEX triplet: 34, 01 and 3B. RGB value is (52,1,59). Sum of RGB (Red+Green+Blue) = 52+1+59=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #34013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34013B is #CBFEC4. Grayscale: #161616. Windows color (decimal): -13369029 or 3866932. OLE color: 3866932.
HSL color Cylindrical-coordinate representation of color #34013B: hue angle of 292.76º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34013B is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 1 | 59 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.77 |
| HSL | 292.76º | 0.97% | 0.12% | - |
| HSV(B) | 292.76º | 0.98% | 0.23% | - |
| XYZ | 2.22 | 1.07 | 4.23 | - |
| YUV | 22.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 59 | 0.12 | 0.98 | 0 | 0.77 | 292.76 | 0.97 | 0.12 |
| Hex | 34 | 1 | 3B | C | 62 | 0 | 4D | 125 | 61 | C |
| Octal | 64 | 1 | 73 | 14 | 142 | 0 | 115 | 445 | 141 | 14 |
| Binary | 110100 | 1 | 111011 | 1100 | 1100010 | 0 | 1001101 | 100100101 | 1100001 | 1100 |
Color Harmonies of #34013B
Complementary color
Monochromatic Colors of #34013B
Black with #34013B
Text Example
Text Example
White with #34013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34013B; }
p { color: rgb(52,1,59); }
H1.HeaderClassName
{
color: #34013B;
}
.AnyTagClassName
{
color: #34013B;
}
</style>
background-color css
<style>
a { background-color: #34013B; }
a { background-color: rgb(52,1,59); }
div.DivClassName
{
background-color: #34013B;
}
.BgClassName
{
background-color: #34013B;
}
</style>
border-color css
<style>
span { border-color: #34013B; }
span { border-color: rgb(52,1,59); }
td.TdClassName
{
border-color: #34013B;
}
.TagClassName
{
border-color: #34013B;
}
</style>