Shades of Blackcurrant #35084B
Tints of Blackcurrant #35084B
RGB
CMYK
RGB Variations
Color information
#35084B (or 0x35084B) is known color: Blackcurrant. HEX triplet: 35, 08 and 4B. RGB value is (53,8,75). Sum of RGB (Red+Green+Blue) = 53+8+75=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #35084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35084B is #CAF7B4. Grayscale: #1C1C1C. Windows color (decimal): -13301685 or 4917301. OLE color: 4917301.
HSL color Cylindrical-coordinate representation of color #35084B: hue angle of 280.3º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35084B is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 8 | 75 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.71 |
| HSL | 280.3º | 0.81% | 0.16% | - |
| HSV(B) | 280.3º | 0.89% | 0.29% | - |
| XYZ | 2.83 | 1.44 | 6.79 | - |
| YUV | 29.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 75 | 0.29 | 0.89 | 0 | 0.71 | 280.3 | 0.81 | 0.16 |
| Hex | 35 | 8 | 4B | 1D | 59 | 0 | 47 | 118 | 51 | 10 |
| Octal | 65 | 10 | 113 | 35 | 131 | 0 | 107 | 430 | 121 | 20 |
| Binary | 110101 | 1000 | 1001011 | 11101 | 1011001 | 0 | 1000111 | 100011000 | 1010001 | 10000 |
Color Harmonies of #35084B
Complementary color
Monochromatic Colors of #35084B
Black with #35084B
Text Example
Text Example
White with #35084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35084B; }
p { color: rgb(53,8,75); }
H1.HeaderClassName
{
color: #35084B;
}
.AnyTagClassName
{
color: #35084B;
}
</style>
background-color css
<style>
a { background-color: #35084B; }
a { background-color: rgb(53,8,75); }
div.DivClassName
{
background-color: #35084B;
}
.BgClassName
{
background-color: #35084B;
}
</style>
border-color css
<style>
span { border-color: #35084B; }
span { border-color: rgb(53,8,75); }
td.TdClassName
{
border-color: #35084B;
}
.TagClassName
{
border-color: #35084B;
}
</style>