Shades of Blackcurrant #35084D
Tints of Blackcurrant #35084D
RGB
CMYK
RGB Variations
Color information
#35084D (or 0x35084D) is known color: Blackcurrant. HEX triplet: 35, 08 and 4D. RGB value is (53,8,77). Sum of RGB (Red+Green+Blue) = 53+8+77=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #35084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35084D is #CAF7B2. Grayscale: #1D1D1D. Windows color (decimal): -13301683 or 5048373. OLE color: 5048373.
HSL color Cylindrical-coordinate representation of color #35084D: hue angle of 279.13º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35084D is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 8 | 77 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.70 |
| HSL | 279.13º | 0.81% | 0.17% | - |
| HSV(B) | 279.13º | 0.9% | 0.3% | - |
| XYZ | 2.89 | 1.47 | 7.15 | - |
| YUV | 29.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 77 | 0.31 | 0.90 | 0 | 0.70 | 279.13 | 0.81 | 0.17 |
| Hex | 35 | 8 | 4D | 1F | 5A | 0 | 46 | 117 | 51 | 11 |
| Octal | 65 | 10 | 115 | 37 | 132 | 0 | 106 | 427 | 121 | 21 |
| Binary | 110101 | 1000 | 1001101 | 11111 | 1011010 | 0 | 1000110 | 100010111 | 1010001 | 10001 |
Color Harmonies of #35084D
Complementary color
Monochromatic Colors of #35084D
Black with #35084D
Text Example
Text Example
White with #35084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35084D; }
p { color: rgb(53,8,77); }
H1.HeaderClassName
{
color: #35084D;
}
.AnyTagClassName
{
color: #35084D;
}
</style>
background-color css
<style>
a { background-color: #35084D; }
a { background-color: rgb(53,8,77); }
div.DivClassName
{
background-color: #35084D;
}
.BgClassName
{
background-color: #35084D;
}
</style>
border-color css
<style>
span { border-color: #35084D; }
span { border-color: rgb(53,8,77); }
td.TdClassName
{
border-color: #35084D;
}
.TagClassName
{
border-color: #35084D;
}
</style>