Shades of Blackcurrant #350C42
Tints of Blackcurrant #350C42
RGB
CMYK
RGB Variations
Color information
#350C42 (or 0x350C42) is known color: Blackcurrant. HEX triplet: 35, 0C and 42. RGB value is (53,12,66). Sum of RGB (Red+Green+Blue) = 53+12+66=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #350C42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C42 is #CAF3BD. Grayscale: #1E1E1E. Windows color (decimal): -13300670 or 4328501. OLE color: 4328501.
HSL color Cylindrical-coordinate representation of color #350C42: hue angle of 285.56º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #350C42 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 12 | 66 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.74 |
| HSL | 285.56º | 0.69% | 0.15% | - |
| HSV(B) | 285.56º | 0.82% | 0.26% | - |
| XYZ | 2.58 | 1.41 | 5.29 | - |
| YUV | 30.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 66 | 0.20 | 0.82 | 0 | 0.74 | 285.56 | 0.69 | 0.15 |
| Hex | 35 | C | 42 | 14 | 52 | 0 | 4A | 11E | 45 | F |
| Octal | 65 | 14 | 102 | 24 | 122 | 0 | 112 | 436 | 105 | 17 |
| Binary | 110101 | 1100 | 1000010 | 10100 | 1010010 | 0 | 1001010 | 100011110 | 1000101 | 1111 |
Color Harmonies of #350C42
Complementary color
Monochromatic Colors of #350C42
Black with #350C42
Text Example
Text Example
White with #350C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C42; }
p { color: rgb(53,12,66); }
H1.HeaderClassName
{
color: #350C42;
}
.AnyTagClassName
{
color: #350C42;
}
</style>
background-color css
<style>
a { background-color: #350C42; }
a { background-color: rgb(53,12,66); }
div.DivClassName
{
background-color: #350C42;
}
.BgClassName
{
background-color: #350C42;
}
</style>
border-color css
<style>
span { border-color: #350C42; }
span { border-color: rgb(53,12,66); }
td.TdClassName
{
border-color: #350C42;
}
.TagClassName
{
border-color: #350C42;
}
</style>