Shades of Blackcurrant #34133B
Tints of Blackcurrant #34133B
RGB
CMYK
RGB Variations
Color information
#34133B (or 0x34133B) is known color: Blackcurrant. HEX triplet: 34, 13 and 3B. RGB value is (52,19,59). Sum of RGB (Red+Green+Blue) = 52+19+59=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #34133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34133B is #CBECC4. Grayscale: #212121. Windows color (decimal): -13364421 or 3871540. OLE color: 3871540.
HSL color Cylindrical-coordinate representation of color #34133B: hue angle of 289.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34133B is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 19 | 59 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.77 |
| HSL | 289.5º | 0.51% | 0.15% | - |
| HSV(B) | 289.5º | 0.68% | 0.23% | - |
| XYZ | 2.44 | 1.51 | 4.3 | - |
| YUV | 33.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 59 | 0.12 | 0.68 | 0 | 0.77 | 289.5 | 0.51 | 0.15 |
| Hex | 34 | 13 | 3B | C | 44 | 0 | 4D | 122 | 33 | F |
| Octal | 64 | 23 | 73 | 14 | 104 | 0 | 115 | 442 | 63 | 17 |
| Binary | 110100 | 10011 | 111011 | 1100 | 1000100 | 0 | 1001101 | 100100010 | 110011 | 1111 |
Color Harmonies of #34133B
Complementary color
Monochromatic Colors of #34133B
Black with #34133B
Text Example
Text Example
White with #34133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34133B; }
p { color: rgb(52,19,59); }
H1.HeaderClassName
{
color: #34133B;
}
.AnyTagClassName
{
color: #34133B;
}
</style>
background-color css
<style>
a { background-color: #34133B; }
a { background-color: rgb(52,19,59); }
div.DivClassName
{
background-color: #34133B;
}
.BgClassName
{
background-color: #34133B;
}
</style>
border-color css
<style>
span { border-color: #34133B; }
span { border-color: rgb(52,19,59); }
td.TdClassName
{
border-color: #34133B;
}
.TagClassName
{
border-color: #34133B;
}
</style>