Shades of Blackcurrant #35153C
Tints of Blackcurrant #35153C
RGB
CMYK
RGB Variations
Color information
#35153C (or 0x35153C) is known color: Blackcurrant. HEX triplet: 35, 15 and 3C. RGB value is (53,21,60). Sum of RGB (Red+Green+Blue) = 53+21+60=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #35153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35153C is #CAEAC3. Grayscale: #222222. Windows color (decimal): -13298372 or 3937589. OLE color: 3937589.
HSL color Cylindrical-coordinate representation of color #35153C: hue angle of 289.23º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35153C is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 21 | 60 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.76 |
| HSL | 289.23º | 0.48% | 0.16% | - |
| HSV(B) | 289.23º | 0.65% | 0.24% | - |
| XYZ | 2.55 | 1.62 | 4.45 | - |
| YUV | 35.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 60 | 0.12 | 0.65 | 0 | 0.76 | 289.23 | 0.48 | 0.16 |
| Hex | 35 | 15 | 3C | C | 41 | 0 | 4C | 121 | 30 | 10 |
| Octal | 65 | 25 | 74 | 14 | 101 | 0 | 114 | 441 | 60 | 20 |
| Binary | 110101 | 10101 | 111100 | 1100 | 1000001 | 0 | 1001100 | 100100001 | 110000 | 10000 |
Color Harmonies of #35153C
Complementary color
Monochromatic Colors of #35153C
Black with #35153C
Text Example
Text Example
White with #35153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35153C; }
p { color: rgb(53,21,60); }
H1.HeaderClassName
{
color: #35153C;
}
.AnyTagClassName
{
color: #35153C;
}
</style>
background-color css
<style>
a { background-color: #35153C; }
a { background-color: rgb(53,21,60); }
div.DivClassName
{
background-color: #35153C;
}
.BgClassName
{
background-color: #35153C;
}
</style>
border-color css
<style>
span { border-color: #35153C; }
span { border-color: rgb(53,21,60); }
td.TdClassName
{
border-color: #35153C;
}
.TagClassName
{
border-color: #35153C;
}
</style>