Shades of Blackcurrant #34073F
Tints of Blackcurrant #34073F
RGB
CMYK
RGB Variations
Color information
#34073F (or 0x34073F) is known color: Blackcurrant. HEX triplet: 34, 07 and 3F. RGB value is (52,7,63). Sum of RGB (Red+Green+Blue) = 52+7+63=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #34073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34073F is #CBF8C0. Grayscale: #1A1A1A. Windows color (decimal): -13367489 or 4130612. OLE color: 4130612.
HSL color Cylindrical-coordinate representation of color #34073F: hue angle of 288.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34073F is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 7 | 63 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.75 |
| HSL | 288.21º | 0.8% | 0.14% | - |
| HSV(B) | 288.21º | 0.89% | 0.25% | - |
| XYZ | 2.39 | 1.24 | 4.82 | - |
| YUV | 26.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 63 | 0.17 | 0.89 | 0 | 0.75 | 288.21 | 0.8 | 0.14 |
| Hex | 34 | 7 | 3F | 11 | 59 | 0 | 4B | 120 | 50 | E |
| Octal | 64 | 7 | 77 | 21 | 131 | 0 | 113 | 440 | 120 | 16 |
| Binary | 110100 | 111 | 111111 | 10001 | 1011001 | 0 | 1001011 | 100100000 | 1010000 | 1110 |
Color Harmonies of #34073F
Complementary color
Monochromatic Colors of #34073F
Black with #34073F
Text Example
Text Example
White with #34073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34073F; }
p { color: rgb(52,7,63); }
H1.HeaderClassName
{
color: #34073F;
}
.AnyTagClassName
{
color: #34073F;
}
</style>
background-color css
<style>
a { background-color: #34073F; }
a { background-color: rgb(52,7,63); }
div.DivClassName
{
background-color: #34073F;
}
.BgClassName
{
background-color: #34073F;
}
</style>
border-color css
<style>
span { border-color: #34073F; }
span { border-color: rgb(52,7,63); }
td.TdClassName
{
border-color: #34073F;
}
.TagClassName
{
border-color: #34073F;
}
</style>