Shades of Blackcurrant #34083F
Tints of Blackcurrant #34083F
RGB
CMYK
RGB Variations
Color information
#34083F (or 0x34083F) is known color: Blackcurrant. HEX triplet: 34, 08 and 3F. RGB value is (52,8,63). Sum of RGB (Red+Green+Blue) = 52+8+63=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #34083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34083F is #CBF7C0. Grayscale: #1B1B1B. Windows color (decimal): -13367233 or 4130868. OLE color: 4130868.
HSL color Cylindrical-coordinate representation of color #34083F: hue angle of 288º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34083F is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 8 | 63 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.75 |
| HSL | 288º | 0.77% | 0.14% | - |
| HSV(B) | 288º | 0.87% | 0.25% | - |
| XYZ | 2.4 | 1.26 | 4.82 | - |
| YUV | 27.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 63 | 0.17 | 0.87 | 0 | 0.75 | 288 | 0.77 | 0.14 |
| Hex | 34 | 8 | 3F | 11 | 57 | 0 | 4B | 120 | 4D | E |
| Octal | 64 | 10 | 77 | 21 | 127 | 0 | 113 | 440 | 115 | 16 |
| Binary | 110100 | 1000 | 111111 | 10001 | 1010111 | 0 | 1001011 | 100100000 | 1001101 | 1110 |
Color Harmonies of #34083F
Complementary color
Monochromatic Colors of #34083F
Black with #34083F
Text Example
Text Example
White with #34083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34083F; }
p { color: rgb(52,8,63); }
H1.HeaderClassName
{
color: #34083F;
}
.AnyTagClassName
{
color: #34083F;
}
</style>
background-color css
<style>
a { background-color: #34083F; }
a { background-color: rgb(52,8,63); }
div.DivClassName
{
background-color: #34083F;
}
.BgClassName
{
background-color: #34083F;
}
</style>
border-color css
<style>
span { border-color: #34083F; }
span { border-color: rgb(52,8,63); }
td.TdClassName
{
border-color: #34083F;
}
.TagClassName
{
border-color: #34083F;
}
</style>