Shades of Blackcurrant #35273E
Tints of Blackcurrant #35273E
RGB
CMYK
RGB Variations
Color information
#35273E (or 0x35273E) is known color: Blackcurrant. HEX triplet: 35, 27 and 3E. RGB value is (53,39,62). Sum of RGB (Red+Green+Blue) = 53+39+62=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #35273E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35273E is #CAD8C1. Grayscale: #2D2D2D. Windows color (decimal): -13293762 or 4073269. OLE color: 4073269.
HSL color Cylindrical-coordinate representation of color #35273E: hue angle of 276.52º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35273E is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 39 | 62 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.76 |
| HSL | 276.52º | 0.23% | 0.2% | - |
| HSV(B) | 276.52º | 0.37% | 0.24% | - |
| XYZ | 3.06 | 2.56 | 4.89 | - |
| YUV | 45.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 62 | 0.15 | 0.37 | 0 | 0.76 | 276.52 | 0.23 | 0.2 |
| Hex | 35 | 27 | 3E | F | 25 | 0 | 4C | 115 | 17 | 14 |
| Octal | 65 | 47 | 76 | 17 | 45 | 0 | 114 | 425 | 27 | 24 |
| Binary | 110101 | 100111 | 111110 | 1111 | 100101 | 0 | 1001100 | 100010101 | 10111 | 10100 |
Color Harmonies of #35273E
Complementary color
Monochromatic Colors of #35273E
Black with #35273E
Text Example
Text Example
White with #35273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35273E; }
p { color: rgb(53,39,62); }
H1.HeaderClassName
{
color: #35273E;
}
.AnyTagClassName
{
color: #35273E;
}
</style>
background-color css
<style>
a { background-color: #35273E; }
a { background-color: rgb(53,39,62); }
div.DivClassName
{
background-color: #35273E;
}
.BgClassName
{
background-color: #35273E;
}
</style>
border-color css
<style>
span { border-color: #35273E; }
span { border-color: rgb(53,39,62); }
td.TdClassName
{
border-color: #35273E;
}
.TagClassName
{
border-color: #35273E;
}
</style>