Shades of Blackcurrant #35073D
Tints of Blackcurrant #35073D
RGB
CMYK
RGB Variations
Color information
#35073D (or 0x35073D) is known color: Blackcurrant. HEX triplet: 35, 07 and 3D. RGB value is (53,7,61). Sum of RGB (Red+Green+Blue) = 53+7+61=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #35073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35073D is #CAF8C2. Grayscale: #1A1A1A. Windows color (decimal): -13301955 or 3999541. OLE color: 3999541.
HSL color Cylindrical-coordinate representation of color #35073D: hue angle of 291.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35073D is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 7 | 61 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.76 |
| HSL | 291.11º | 0.79% | 0.13% | - |
| HSV(B) | 291.11º | 0.89% | 0.24% | - |
| XYZ | 2.39 | 1.25 | 4.53 | - |
| YUV | 26.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 61 | 0.13 | 0.89 | 0 | 0.76 | 291.11 | 0.79 | 0.13 |
| Hex | 35 | 7 | 3D | D | 59 | 0 | 4C | 123 | 4F | D |
| Octal | 65 | 7 | 75 | 15 | 131 | 0 | 114 | 443 | 117 | 15 |
| Binary | 110101 | 111 | 111101 | 1101 | 1011001 | 0 | 1001100 | 100100011 | 1001111 | 1101 |
Color Harmonies of #35073D
Complementary color
Monochromatic Colors of #35073D
Black with #35073D
Text Example
Text Example
White with #35073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35073D; }
p { color: rgb(53,7,61); }
H1.HeaderClassName
{
color: #35073D;
}
.AnyTagClassName
{
color: #35073D;
}
</style>
background-color css
<style>
a { background-color: #35073D; }
a { background-color: rgb(53,7,61); }
div.DivClassName
{
background-color: #35073D;
}
.BgClassName
{
background-color: #35073D;
}
</style>
border-color css
<style>
span { border-color: #35073D; }
span { border-color: rgb(53,7,61); }
td.TdClassName
{
border-color: #35073D;
}
.TagClassName
{
border-color: #35073D;
}
</style>