Shades of Blackcurrant #35263D
Tints of Blackcurrant #35263D
RGB
CMYK
RGB Variations
Color information
#35263D (or 0x35263D) is known color: Blackcurrant. HEX triplet: 35, 26 and 3D. RGB value is (53,38,61). Sum of RGB (Red+Green+Blue) = 53+38+61=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #35263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35263D is #CAD9C2. Grayscale: #2D2D2D. Windows color (decimal): -13294019 or 4007477. OLE color: 4007477.
HSL color Cylindrical-coordinate representation of color #35263D: hue angle of 279.13º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35263D is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 38 | 61 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.76 |
| HSL | 279.13º | 0.23% | 0.19% | - |
| HSV(B) | 279.13º | 0.38% | 0.24% | - |
| XYZ | 3 | 2.48 | 4.74 | - |
| YUV | 45.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 61 | 0.13 | 0.38 | 0 | 0.76 | 279.13 | 0.23 | 0.19 |
| Hex | 35 | 26 | 3D | D | 26 | 0 | 4C | 117 | 17 | 13 |
| Octal | 65 | 46 | 75 | 15 | 46 | 0 | 114 | 427 | 27 | 23 |
| Binary | 110101 | 100110 | 111101 | 1101 | 100110 | 0 | 1001100 | 100010111 | 10111 | 10011 |
Color Harmonies of #35263D
Complementary color
Monochromatic Colors of #35263D
Black with #35263D
Text Example
Text Example
White with #35263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35263D; }
p { color: rgb(53,38,61); }
H1.HeaderClassName
{
color: #35263D;
}
.AnyTagClassName
{
color: #35263D;
}
</style>
background-color css
<style>
a { background-color: #35263D; }
a { background-color: rgb(53,38,61); }
div.DivClassName
{
background-color: #35263D;
}
.BgClassName
{
background-color: #35263D;
}
</style>
border-color css
<style>
span { border-color: #35263D; }
span { border-color: rgb(53,38,61); }
td.TdClassName
{
border-color: #35263D;
}
.TagClassName
{
border-color: #35263D;
}
</style>