Shades of Blackcurrant #35213E
Tints of Blackcurrant #35213E
RGB
CMYK
RGB Variations
Color information
#35213E (or 0x35213E) is known color: Blackcurrant. HEX triplet: 35, 21 and 3E. RGB value is (53,33,62). Sum of RGB (Red+Green+Blue) = 53+33+62=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 62 - color contains mainly: blue. Hex color #35213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35213E is #CADEC1. Grayscale: #2A2A2A. Windows color (decimal): -13295298 or 4071733. OLE color: 4071733.
HSL color Cylindrical-coordinate representation of color #35213E: hue angle of 281.38º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35213E is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 33 | 62 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.76 |
| HSL | 281.38º | 0.31% | 0.19% | - |
| HSV(B) | 281.38º | 0.47% | 0.24% | - |
| XYZ | 2.88 | 2.19 | 4.83 | - |
| YUV | 42.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 62 | 0.15 | 0.47 | 0 | 0.76 | 281.38 | 0.31 | 0.19 |
| Hex | 35 | 21 | 3E | F | 2F | 0 | 4C | 119 | 1F | 13 |
| Octal | 65 | 41 | 76 | 17 | 57 | 0 | 114 | 431 | 37 | 23 |
| Binary | 110101 | 100001 | 111110 | 1111 | 101111 | 0 | 1001100 | 100011001 | 11111 | 10011 |
Color Harmonies of #35213E
Complementary color
Monochromatic Colors of #35213E
Black with #35213E
Text Example
Text Example
White with #35213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35213E; }
p { color: rgb(53,33,62); }
H1.HeaderClassName
{
color: #35213E;
}
.AnyTagClassName
{
color: #35213E;
}
</style>
background-color css
<style>
a { background-color: #35213E; }
a { background-color: rgb(53,33,62); }
div.DivClassName
{
background-color: #35213E;
}
.BgClassName
{
background-color: #35213E;
}
</style>
border-color css
<style>
span { border-color: #35213E; }
span { border-color: rgb(53,33,62); }
td.TdClassName
{
border-color: #35213E;
}
.TagClassName
{
border-color: #35213E;
}
</style>