Shades of Blackcurrant #34253F
Tints of Blackcurrant #34253F
RGB
CMYK
RGB Variations
Color information
#34253F (or 0x34253F) is known color: Blackcurrant. HEX triplet: 34, 25 and 3F. RGB value is (52,37,63). Sum of RGB (Red+Green+Blue) = 52+37+63=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #34253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34253F is #CBDAC0. Grayscale: #2C2C2C. Windows color (decimal): -13359809 or 4138292. OLE color: 4138292.
HSL color Cylindrical-coordinate representation of color #34253F: hue angle of 274.62º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34253F is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 37 | 63 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.75 |
| HSL | 274.62º | 0.26% | 0.2% | - |
| HSV(B) | 274.62º | 0.41% | 0.25% | - |
| XYZ | 2.97 | 2.41 | 5.01 | - |
| YUV | 44.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 63 | 0.17 | 0.41 | 0 | 0.75 | 274.62 | 0.26 | 0.2 |
| Hex | 34 | 25 | 3F | 11 | 29 | 0 | 4B | 113 | 1A | 14 |
| Octal | 64 | 45 | 77 | 21 | 51 | 0 | 113 | 423 | 32 | 24 |
| Binary | 110100 | 100101 | 111111 | 10001 | 101001 | 0 | 1001011 | 100010011 | 11010 | 10100 |
Color Harmonies of #34253F
Complementary color
Monochromatic Colors of #34253F
Black with #34253F
Text Example
Text Example
White with #34253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34253F; }
p { color: rgb(52,37,63); }
H1.HeaderClassName
{
color: #34253F;
}
.AnyTagClassName
{
color: #34253F;
}
</style>
background-color css
<style>
a { background-color: #34253F; }
a { background-color: rgb(52,37,63); }
div.DivClassName
{
background-color: #34253F;
}
.BgClassName
{
background-color: #34253F;
}
</style>
border-color css
<style>
span { border-color: #34253F; }
span { border-color: rgb(52,37,63); }
td.TdClassName
{
border-color: #34253F;
}
.TagClassName
{
border-color: #34253F;
}
</style>