Shades of Blackcurrant #352244
Tints of Blackcurrant #352244
RGB
CMYK
RGB Variations
Color information
#352244 (or 0x352244) is known color: Blackcurrant. HEX triplet: 35, 22 and 44. RGB value is (53,34,68). Sum of RGB (Red+Green+Blue) = 53+34+68=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 68 - color contains mainly: blue. Hex color #352244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352244 is #CADDBB. Grayscale: #2B2B2B. Windows color (decimal): -13295036 or 4465205. OLE color: 4465205.
HSL color Cylindrical-coordinate representation of color #352244: hue angle of 273.53º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #352244 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 34 | 68 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.73 |
| HSL | 273.53º | 0.33% | 0.2% | - |
| HSV(B) | 273.53º | 0.5% | 0.27% | - |
| XYZ | 3.08 | 2.32 | 5.75 | - |
| YUV | 43.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 68 | 0.22 | 0.50 | 0 | 0.73 | 273.53 | 0.33 | 0.2 |
| Hex | 35 | 22 | 44 | 16 | 32 | 0 | 49 | 112 | 21 | 14 |
| Octal | 65 | 42 | 104 | 26 | 62 | 0 | 111 | 422 | 41 | 24 |
| Binary | 110101 | 100010 | 1000100 | 10110 | 110010 | 0 | 1001001 | 100010010 | 100001 | 10100 |
Color Harmonies of #352244
Complementary color
Monochromatic Colors of #352244
Black with #352244
Text Example
Text Example
White with #352244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352244; }
p { color: rgb(53,34,68); }
H1.HeaderClassName
{
color: #352244;
}
.AnyTagClassName
{
color: #352244;
}
</style>
background-color css
<style>
a { background-color: #352244; }
a { background-color: rgb(53,34,68); }
div.DivClassName
{
background-color: #352244;
}
.BgClassName
{
background-color: #352244;
}
</style>
border-color css
<style>
span { border-color: #352244; }
span { border-color: rgb(53,34,68); }
td.TdClassName
{
border-color: #352244;
}
.TagClassName
{
border-color: #352244;
}
</style>