Shades of Blackcurrant #35113D
Tints of Blackcurrant #35113D
RGB
CMYK
RGB Variations
Color information
#35113D (or 0x35113D) is known color: Blackcurrant. HEX triplet: 35, 11 and 3D. RGB value is (53,17,61). Sum of RGB (Red+Green+Blue) = 53+17+61=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #35113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35113D is #CAEEC2. Grayscale: #202020. Windows color (decimal): -13299395 or 4002101. OLE color: 4002101.
HSL color Cylindrical-coordinate representation of color #35113D: hue angle of 289.09º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35113D is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 17 | 61 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.76 |
| HSL | 289.09º | 0.56% | 0.15% | - |
| HSV(B) | 289.09º | 0.72% | 0.24% | - |
| XYZ | 2.51 | 1.49 | 4.57 | - |
| YUV | 32.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 61 | 0.13 | 0.72 | 0 | 0.76 | 289.09 | 0.56 | 0.15 |
| Hex | 35 | 11 | 3D | D | 48 | 0 | 4C | 121 | 38 | F |
| Octal | 65 | 21 | 75 | 15 | 110 | 0 | 114 | 441 | 70 | 17 |
| Binary | 110101 | 10001 | 111101 | 1101 | 1001000 | 0 | 1001100 | 100100001 | 111000 | 1111 |
Color Harmonies of #35113D
Complementary color
Monochromatic Colors of #35113D
Black with #35113D
Text Example
Text Example
White with #35113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35113D; }
p { color: rgb(53,17,61); }
H1.HeaderClassName
{
color: #35113D;
}
.AnyTagClassName
{
color: #35113D;
}
</style>
background-color css
<style>
a { background-color: #35113D; }
a { background-color: rgb(53,17,61); }
div.DivClassName
{
background-color: #35113D;
}
.BgClassName
{
background-color: #35113D;
}
</style>
border-color css
<style>
span { border-color: #35113D; }
span { border-color: rgb(53,17,61); }
td.TdClassName
{
border-color: #35113D;
}
.TagClassName
{
border-color: #35113D;
}
</style>