Shades of Blackcurrant #34273D
Tints of Blackcurrant #34273D
RGB
CMYK
RGB Variations
Color information
#34273D (or 0x34273D) is known color: Blackcurrant. HEX triplet: 34, 27 and 3D. RGB value is (52,39,61). Sum of RGB (Red+Green+Blue) = 52+39+61=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #34273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34273D is #CBD8C2. Grayscale: #2D2D2D. Windows color (decimal): -13359299 or 4007732. OLE color: 4007732.
HSL color Cylindrical-coordinate representation of color #34273D: hue angle of 275.45º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34273D is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 39 | 61 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.76 |
| HSL | 275.45º | 0.22% | 0.2% | - |
| HSV(B) | 275.45º | 0.36% | 0.24% | - |
| XYZ | 2.98 | 2.52 | 4.74 | - |
| YUV | 45.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 61 | 0.15 | 0.36 | 0 | 0.76 | 275.45 | 0.22 | 0.2 |
| Hex | 34 | 27 | 3D | F | 24 | 0 | 4C | 113 | 16 | 14 |
| Octal | 64 | 47 | 75 | 17 | 44 | 0 | 114 | 423 | 26 | 24 |
| Binary | 110100 | 100111 | 111101 | 1111 | 100100 | 0 | 1001100 | 100010011 | 10110 | 10100 |
Color Harmonies of #34273D
Complementary color
Monochromatic Colors of #34273D
Black with #34273D
Text Example
Text Example
White with #34273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34273D; }
p { color: rgb(52,39,61); }
H1.HeaderClassName
{
color: #34273D;
}
.AnyTagClassName
{
color: #34273D;
}
</style>
background-color css
<style>
a { background-color: #34273D; }
a { background-color: rgb(52,39,61); }
div.DivClassName
{
background-color: #34273D;
}
.BgClassName
{
background-color: #34273D;
}
</style>
border-color css
<style>
span { border-color: #34273D; }
span { border-color: rgb(52,39,61); }
td.TdClassName
{
border-color: #34273D;
}
.TagClassName
{
border-color: #34273D;
}
</style>