Shades of Blackcurrant #34184C
Tints of Blackcurrant #34184C
RGB
CMYK
RGB Variations
Color information
#34184C (or 0x34184C) is known color: Blackcurrant. HEX triplet: 34, 18 and 4C. RGB value is (52,24,76). Sum of RGB (Red+Green+Blue) = 52+24+76=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #34184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34184C is #CBE7B3. Grayscale: #262626. Windows color (decimal): -13363124 or 4986932. OLE color: 4986932.
HSL color Cylindrical-coordinate representation of color #34184C: hue angle of 272.31º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34184C is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 24 | 76 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.70 |
| HSL | 272.31º | 0.52% | 0.2% | - |
| HSV(B) | 272.31º | 0.68% | 0.3% | - |
| XYZ | 3.05 | 1.91 | 7.04 | - |
| YUV | 38.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 76 | 0.32 | 0.68 | 0 | 0.70 | 272.31 | 0.52 | 0.2 |
| Hex | 34 | 18 | 4C | 20 | 44 | 0 | 46 | 110 | 34 | 14 |
| Octal | 64 | 30 | 114 | 40 | 104 | 0 | 106 | 420 | 64 | 24 |
| Binary | 110100 | 11000 | 1001100 | 100000 | 1000100 | 0 | 1000110 | 100010000 | 110100 | 10100 |
Color Harmonies of #34184C
Complementary color
Monochromatic Colors of #34184C
Black with #34184C
Text Example
Text Example
White with #34184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34184C; }
p { color: rgb(52,24,76); }
H1.HeaderClassName
{
color: #34184C;
}
.AnyTagClassName
{
color: #34184C;
}
</style>
background-color css
<style>
a { background-color: #34184C; }
a { background-color: rgb(52,24,76); }
div.DivClassName
{
background-color: #34184C;
}
.BgClassName
{
background-color: #34184C;
}
</style>
border-color css
<style>
span { border-color: #34184C; }
span { border-color: rgb(52,24,76); }
td.TdClassName
{
border-color: #34184C;
}
.TagClassName
{
border-color: #34184C;
}
</style>