Shades of Blackcurrant #35113F
Tints of Blackcurrant #35113F
RGB
CMYK
RGB Variations
Color information
#35113F (or 0x35113F) is known color: Blackcurrant. HEX triplet: 35, 11 and 3F. RGB value is (53,17,63). Sum of RGB (Red+Green+Blue) = 53+17+63=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #35113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35113F is #CAEEC0. Grayscale: #202020. Windows color (decimal): -13299393 or 4133173. OLE color: 4133173.
HSL color Cylindrical-coordinate representation of color #35113F: hue angle of 286.96º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35113F is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 17 | 63 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.75 |
| HSL | 286.96º | 0.58% | 0.16% | - |
| HSV(B) | 286.96º | 0.73% | 0.25% | - |
| XYZ | 2.57 | 1.52 | 4.86 | - |
| YUV | 33.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 63 | 0.16 | 0.73 | 0 | 0.75 | 286.96 | 0.58 | 0.16 |
| Hex | 35 | 11 | 3F | 10 | 49 | 0 | 4B | 11F | 3A | 10 |
| Octal | 65 | 21 | 77 | 20 | 111 | 0 | 113 | 437 | 72 | 20 |
| Binary | 110101 | 10001 | 111111 | 10000 | 1001001 | 0 | 1001011 | 100011111 | 111010 | 10000 |
Color Harmonies of #35113F
Complementary color
Monochromatic Colors of #35113F
Black with #35113F
Text Example
Text Example
White with #35113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35113F; }
p { color: rgb(53,17,63); }
H1.HeaderClassName
{
color: #35113F;
}
.AnyTagClassName
{
color: #35113F;
}
</style>
background-color css
<style>
a { background-color: #35113F; }
a { background-color: rgb(53,17,63); }
div.DivClassName
{
background-color: #35113F;
}
.BgClassName
{
background-color: #35113F;
}
</style>
border-color css
<style>
span { border-color: #35113F; }
span { border-color: rgb(53,17,63); }
td.TdClassName
{
border-color: #35113F;
}
.TagClassName
{
border-color: #35113F;
}
</style>