Shades of Blackcurrant #35263A
Tints of Blackcurrant #35263A
RGB
CMYK
RGB Variations
Color information
#35263A (or 0x35263A) is known color: Blackcurrant. HEX triplet: 35, 26 and 3A. RGB value is (53,38,58). Sum of RGB (Red+Green+Blue) = 53+38+58=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #35263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35263A is #CAD9C5. Grayscale: #2C2C2C. Windows color (decimal): -13294022 or 3810869. OLE color: 3810869.
HSL color Cylindrical-coordinate representation of color #35263A: hue angle of 285º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35263A is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 38 | 58 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.77 |
| HSL | 285º | 0.21% | 0.19% | - |
| HSV(B) | 285º | 0.34% | 0.23% | - |
| XYZ | 2.93 | 2.45 | 4.32 | - |
| YUV | 44.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 58 | 0.09 | 0.34 | 0 | 0.77 | 285 | 0.21 | 0.19 |
| Hex | 35 | 26 | 3A | 9 | 22 | 0 | 4D | 11D | 15 | 13 |
| Octal | 65 | 46 | 72 | 11 | 42 | 0 | 115 | 435 | 25 | 23 |
| Binary | 110101 | 100110 | 111010 | 1001 | 100010 | 0 | 1001101 | 100011101 | 10101 | 10011 |
Color Harmonies of #35263A
Complementary color
Monochromatic Colors of #35263A
Black with #35263A
Text Example
Text Example
White with #35263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35263A; }
p { color: rgb(53,38,58); }
H1.HeaderClassName
{
color: #35263A;
}
.AnyTagClassName
{
color: #35263A;
}
</style>
background-color css
<style>
a { background-color: #35263A; }
a { background-color: rgb(53,38,58); }
div.DivClassName
{
background-color: #35263A;
}
.BgClassName
{
background-color: #35263A;
}
</style>
border-color css
<style>
span { border-color: #35263A; }
span { border-color: rgb(53,38,58); }
td.TdClassName
{
border-color: #35263A;
}
.TagClassName
{
border-color: #35263A;
}
</style>