Shades of Blackcurrant #350F40
Tints of Blackcurrant #350F40
RGB
CMYK
RGB Variations
Color information
#350F40 (or 0x350F40) is known color: Blackcurrant. HEX triplet: 35, 0F and 40. RGB value is (53,15,64). Sum of RGB (Red+Green+Blue) = 53+15+64=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #350F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F40 is #CAF0BF. Grayscale: #1F1F1F. Windows color (decimal): -13299904 or 4198197. OLE color: 4198197.
HSL color Cylindrical-coordinate representation of color #350F40: hue angle of 286.53º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350F40 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 15 | 64 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.75 |
| HSL | 286.53º | 0.62% | 0.15% | - |
| HSV(B) | 286.53º | 0.77% | 0.25% | - |
| XYZ | 2.56 | 1.47 | 5 | - |
| YUV | 31.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 64 | 0.17 | 0.77 | 0 | 0.75 | 286.53 | 0.62 | 0.15 |
| Hex | 35 | F | 40 | 11 | 4D | 0 | 4B | 11F | 3E | F |
| Octal | 65 | 17 | 100 | 21 | 115 | 0 | 113 | 437 | 76 | 17 |
| Binary | 110101 | 1111 | 1000000 | 10001 | 1001101 | 0 | 1001011 | 100011111 | 111110 | 1111 |
Color Harmonies of #350F40
Complementary color
Monochromatic Colors of #350F40
Black with #350F40
Text Example
Text Example
White with #350F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F40; }
p { color: rgb(53,15,64); }
H1.HeaderClassName
{
color: #350F40;
}
.AnyTagClassName
{
color: #350F40;
}
</style>
background-color css
<style>
a { background-color: #350F40; }
a { background-color: rgb(53,15,64); }
div.DivClassName
{
background-color: #350F40;
}
.BgClassName
{
background-color: #350F40;
}
</style>
border-color css
<style>
span { border-color: #350F40; }
span { border-color: rgb(53,15,64); }
td.TdClassName
{
border-color: #350F40;
}
.TagClassName
{
border-color: #350F40;
}
</style>