Shades of Blackcurrant #34133F
Tints of Blackcurrant #34133F
RGB
CMYK
RGB Variations
Color information
#34133F (or 0x34133F) is known color: Blackcurrant. HEX triplet: 34, 13 and 3F. RGB value is (52,19,63). Sum of RGB (Red+Green+Blue) = 52+19+63=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #34133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34133F is #CBECC0. Grayscale: #212121. Windows color (decimal): -13364417 or 4133684. OLE color: 4133684.
HSL color Cylindrical-coordinate representation of color #34133F: hue angle of 285º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34133F is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 19 | 63 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.75 |
| HSL | 285º | 0.54% | 0.16% | - |
| HSV(B) | 285º | 0.7% | 0.25% | - |
| XYZ | 2.55 | 1.55 | 4.87 | - |
| YUV | 33.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 63 | 0.17 | 0.70 | 0 | 0.75 | 285 | 0.54 | 0.16 |
| Hex | 34 | 13 | 3F | 11 | 46 | 0 | 4B | 11D | 36 | 10 |
| Octal | 64 | 23 | 77 | 21 | 106 | 0 | 113 | 435 | 66 | 20 |
| Binary | 110100 | 10011 | 111111 | 10001 | 1000110 | 0 | 1001011 | 100011101 | 110110 | 10000 |
Color Harmonies of #34133F
Complementary color
Monochromatic Colors of #34133F
Black with #34133F
Text Example
Text Example
White with #34133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34133F; }
p { color: rgb(52,19,63); }
H1.HeaderClassName
{
color: #34133F;
}
.AnyTagClassName
{
color: #34133F;
}
</style>
background-color css
<style>
a { background-color: #34133F; }
a { background-color: rgb(52,19,63); }
div.DivClassName
{
background-color: #34133F;
}
.BgClassName
{
background-color: #34133F;
}
</style>
border-color css
<style>
span { border-color: #34133F; }
span { border-color: rgb(52,19,63); }
td.TdClassName
{
border-color: #34133F;
}
.TagClassName
{
border-color: #34133F;
}
</style>