Shades of Blackcurrant #35273C
Tints of Blackcurrant #35273C
RGB
CMYK
RGB Variations
Color information
#35273C (or 0x35273C) is known color: Blackcurrant. HEX triplet: 35, 27 and 3C. RGB value is (53,39,60). Sum of RGB (Red+Green+Blue) = 53+39+60=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #35273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35273C is #CAD8C3. Grayscale: #2D2D2D. Windows color (decimal): -13293764 or 3942197. OLE color: 3942197.
HSL color Cylindrical-coordinate representation of color #35273C: hue angle of 280º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35273C is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 39 | 60 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.76 |
| HSL | 280º | 0.21% | 0.19% | - |
| HSV(B) | 280º | 0.35% | 0.24% | - |
| XYZ | 3.01 | 2.53 | 4.61 | - |
| YUV | 45.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 60 | 0.12 | 0.35 | 0 | 0.76 | 280 | 0.21 | 0.19 |
| Hex | 35 | 27 | 3C | C | 23 | 0 | 4C | 118 | 15 | 13 |
| Octal | 65 | 47 | 74 | 14 | 43 | 0 | 114 | 430 | 25 | 23 |
| Binary | 110101 | 100111 | 111100 | 1100 | 100011 | 0 | 1001100 | 100011000 | 10101 | 10011 |
Color Harmonies of #35273C
Complementary color
Monochromatic Colors of #35273C
Black with #35273C
Text Example
Text Example
White with #35273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35273C; }
p { color: rgb(53,39,60); }
H1.HeaderClassName
{
color: #35273C;
}
.AnyTagClassName
{
color: #35273C;
}
</style>
background-color css
<style>
a { background-color: #35273C; }
a { background-color: rgb(53,39,60); }
div.DivClassName
{
background-color: #35273C;
}
.BgClassName
{
background-color: #35273C;
}
</style>
border-color css
<style>
span { border-color: #35273C; }
span { border-color: rgb(53,39,60); }
td.TdClassName
{
border-color: #35273C;
}
.TagClassName
{
border-color: #35273C;
}
</style>