Shades of Blackcurrant #35253E
Tints of Blackcurrant #35253E
RGB
CMYK
RGB Variations
Color information
#35253E (or 0x35253E) is known color: Blackcurrant. HEX triplet: 35, 25 and 3E. RGB value is (53,37,62). Sum of RGB (Red+Green+Blue) = 53+37+62=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 62 - color contains mainly: blue. Hex color #35253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35253E is #CADAC1. Grayscale: #2C2C2C. Windows color (decimal): -13294274 or 4072757. OLE color: 4072757.
HSL color Cylindrical-coordinate representation of color #35253E: hue angle of 278.4º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35253E is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 37 | 62 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.76 |
| HSL | 278.4º | 0.25% | 0.19% | - |
| HSV(B) | 278.4º | 0.4% | 0.24% | - |
| XYZ | 3 | 2.43 | 4.87 | - |
| YUV | 44.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 62 | 0.15 | 0.40 | 0 | 0.76 | 278.4 | 0.25 | 0.19 |
| Hex | 35 | 25 | 3E | F | 28 | 0 | 4C | 116 | 19 | 13 |
| Octal | 65 | 45 | 76 | 17 | 50 | 0 | 114 | 426 | 31 | 23 |
| Binary | 110101 | 100101 | 111110 | 1111 | 101000 | 0 | 1001100 | 100010110 | 11001 | 10011 |
Color Harmonies of #35253E
Complementary color
Monochromatic Colors of #35253E
Black with #35253E
Text Example
Text Example
White with #35253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35253E; }
p { color: rgb(53,37,62); }
H1.HeaderClassName
{
color: #35253E;
}
.AnyTagClassName
{
color: #35253E;
}
</style>
background-color css
<style>
a { background-color: #35253E; }
a { background-color: rgb(53,37,62); }
div.DivClassName
{
background-color: #35253E;
}
.BgClassName
{
background-color: #35253E;
}
</style>
border-color css
<style>
span { border-color: #35253E; }
span { border-color: rgb(53,37,62); }
td.TdClassName
{
border-color: #35253E;
}
.TagClassName
{
border-color: #35253E;
}
</style>