Shades of Blackcurrant #35103D
Tints of Blackcurrant #35103D
RGB
CMYK
RGB Variations
Color information
#35103D (or 0x35103D) is known color: Blackcurrant. HEX triplet: 35, 10 and 3D. RGB value is (53,16,61). Sum of RGB (Red+Green+Blue) = 53+16+61=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #35103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35103D is #CAEFC2. Grayscale: #202020. Windows color (decimal): -13299651 or 4001845. OLE color: 4001845.
HSL color Cylindrical-coordinate representation of color #35103D: hue angle of 289.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35103D is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 16 | 61 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.76 |
| HSL | 289.33º | 0.58% | 0.15% | - |
| HSV(B) | 289.33º | 0.74% | 0.24% | - |
| XYZ | 2.5 | 1.46 | 4.57 | - |
| YUV | 32.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 61 | 0.13 | 0.74 | 0 | 0.76 | 289.33 | 0.58 | 0.15 |
| Hex | 35 | 10 | 3D | D | 4A | 0 | 4C | 121 | 3A | F |
| Octal | 65 | 20 | 75 | 15 | 112 | 0 | 114 | 441 | 72 | 17 |
| Binary | 110101 | 10000 | 111101 | 1101 | 1001010 | 0 | 1001100 | 100100001 | 111010 | 1111 |
Color Harmonies of #35103D
Complementary color
Monochromatic Colors of #35103D
Black with #35103D
Text Example
Text Example
White with #35103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35103D; }
p { color: rgb(53,16,61); }
H1.HeaderClassName
{
color: #35103D;
}
.AnyTagClassName
{
color: #35103D;
}
</style>
background-color css
<style>
a { background-color: #35103D; }
a { background-color: rgb(53,16,61); }
div.DivClassName
{
background-color: #35103D;
}
.BgClassName
{
background-color: #35103D;
}
</style>
border-color css
<style>
span { border-color: #35103D; }
span { border-color: rgb(53,16,61); }
td.TdClassName
{
border-color: #35103D;
}
.TagClassName
{
border-color: #35103D;
}
</style>