Shades of Blackcurrant #34103F
Tints of Blackcurrant #34103F
RGB
CMYK
RGB Variations
Color information
#34103F (or 0x34103F) is known color: Blackcurrant. HEX triplet: 34, 10 and 3F. RGB value is (52,16,63). Sum of RGB (Red+Green+Blue) = 52+16+63=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #34103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34103F is #CBEFC0. Grayscale: #1F1F1F. Windows color (decimal): -13365185 or 4132916. OLE color: 4132916.
HSL color Cylindrical-coordinate representation of color #34103F: hue angle of 285.96º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34103F is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 16 | 63 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.75 |
| HSL | 285.96º | 0.59% | 0.15% | - |
| HSV(B) | 285.96º | 0.75% | 0.25% | - |
| XYZ | 2.5 | 1.46 | 4.85 | - |
| YUV | 32.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 63 | 0.17 | 0.75 | 0 | 0.75 | 285.96 | 0.59 | 0.15 |
| Hex | 34 | 10 | 3F | 11 | 4B | 0 | 4B | 11E | 3B | F |
| Octal | 64 | 20 | 77 | 21 | 113 | 0 | 113 | 436 | 73 | 17 |
| Binary | 110100 | 10000 | 111111 | 10001 | 1001011 | 0 | 1001011 | 100011110 | 111011 | 1111 |
Color Harmonies of #34103F
Complementary color
Monochromatic Colors of #34103F
Black with #34103F
Text Example
Text Example
White with #34103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34103F; }
p { color: rgb(52,16,63); }
H1.HeaderClassName
{
color: #34103F;
}
.AnyTagClassName
{
color: #34103F;
}
</style>
background-color css
<style>
a { background-color: #34103F; }
a { background-color: rgb(52,16,63); }
div.DivClassName
{
background-color: #34103F;
}
.BgClassName
{
background-color: #34103F;
}
</style>
border-color css
<style>
span { border-color: #34103F; }
span { border-color: rgb(52,16,63); }
td.TdClassName
{
border-color: #34103F;
}
.TagClassName
{
border-color: #34103F;
}
</style>