Shades of Blackcurrant #34003E
Tints of Blackcurrant #34003E
RGB
CMYK
RGB Variations
Color information
#34003E (or 0x34003E) is known color: Blackcurrant. HEX triplet: 34, 00 and 3E. RGB value is (52,0,62). Sum of RGB (Red+Green+Blue) = 52+0+62=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 62 (24.61% from 255 or 54.39% from 114); Max value from RGB is 62 - color contains mainly: blue. Hex color #34003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34003E is #CBFFC1. Grayscale: #161616. Windows color (decimal): -13369282 or 4063284. OLE color: 4063284.
HSL color Cylindrical-coordinate representation of color #34003E: hue angle of 290.32º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34003E is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 0 | 62 | - |
| CMYK | 0.16 | 1 | 0 | 0.76 |
| HSL | 290.32º | 1% | 0.12% | - |
| HSV(B) | 290.32º | 1% | 0.24% | - |
| XYZ | 2.29 | 1.08 | 4.65 | - |
| YUV | 22.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 62 | 0.16 | 1 | 0 | 0.76 | 290.32 | 1 | 0.12 |
| Hex | 34 | 0 | 3E | 10 | 64 | 0 | 4C | 122 | 64 | C |
| Octal | 64 | 0 | 76 | 20 | 144 | 0 | 114 | 442 | 144 | 14 |
| Binary | 110100 | 0 | 111110 | 10000 | 1100100 | 0 | 1001100 | 100100010 | 1100100 | 1100 |
Color Harmonies of #34003E
Complementary color
Monochromatic Colors of #34003E
Black with #34003E
Text Example
Text Example
White with #34003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34003E; }
p { color: rgb(52,0,62); }
H1.HeaderClassName
{
color: #34003E;
}
.AnyTagClassName
{
color: #34003E;
}
</style>
background-color css
<style>
a { background-color: #34003E; }
a { background-color: rgb(52,0,62); }
div.DivClassName
{
background-color: #34003E;
}
.BgClassName
{
background-color: #34003E;
}
</style>
border-color css
<style>
span { border-color: #34003E; }
span { border-color: rgb(52,0,62); }
td.TdClassName
{
border-color: #34003E;
}
.TagClassName
{
border-color: #34003E;
}
</style>