Shades of Blackcurrant #34263F
Tints of Blackcurrant #34263F
RGB
CMYK
RGB Variations
Color information
#34263F (or 0x34263F) is known color: Blackcurrant. HEX triplet: 34, 26 and 3F. RGB value is (52,38,63). Sum of RGB (Red+Green+Blue) = 52+38+63=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #34263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34263F is #CBD9C0. Grayscale: #2C2C2C. Windows color (decimal): -13359553 or 4138548. OLE color: 4138548.
HSL color Cylindrical-coordinate representation of color #34263F: hue angle of 273.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34263F is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 38 | 63 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.75 |
| HSL | 273.6º | 0.25% | 0.2% | - |
| HSV(B) | 273.6º | 0.4% | 0.25% | - |
| XYZ | 3.01 | 2.48 | 5.02 | - |
| YUV | 45.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 63 | 0.17 | 0.40 | 0 | 0.75 | 273.6 | 0.25 | 0.2 |
| Hex | 34 | 26 | 3F | 11 | 28 | 0 | 4B | 112 | 19 | 14 |
| Octal | 64 | 46 | 77 | 21 | 50 | 0 | 113 | 422 | 31 | 24 |
| Binary | 110100 | 100110 | 111111 | 10001 | 101000 | 0 | 1001011 | 100010010 | 11001 | 10100 |
Color Harmonies of #34263F
Complementary color
Monochromatic Colors of #34263F
Black with #34263F
Text Example
Text Example
White with #34263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34263F; }
p { color: rgb(52,38,63); }
H1.HeaderClassName
{
color: #34263F;
}
.AnyTagClassName
{
color: #34263F;
}
</style>
background-color css
<style>
a { background-color: #34263F; }
a { background-color: rgb(52,38,63); }
div.DivClassName
{
background-color: #34263F;
}
.BgClassName
{
background-color: #34263F;
}
</style>
border-color css
<style>
span { border-color: #34263F; }
span { border-color: rgb(52,38,63); }
td.TdClassName
{
border-color: #34263F;
}
.TagClassName
{
border-color: #34263F;
}
</style>