Shades of Blackcurrant #350D43
Tints of Blackcurrant #350D43
RGB
CMYK
RGB Variations
Color information
#350D43 (or 0x350D43) is known color: Blackcurrant. HEX triplet: 35, 0D and 43. RGB value is (53,13,67). Sum of RGB (Red+Green+Blue) = 53+13+67=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #350D43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D43 is #CAF2BC. Grayscale: #1E1E1E. Windows color (decimal): -13300413 or 4394293. OLE color: 4394293.
HSL color Cylindrical-coordinate representation of color #350D43: hue angle of 284.44º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350D43 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 13 | 67 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.74 |
| HSL | 284.44º | 0.68% | 0.16% | - |
| HSV(B) | 284.44º | 0.81% | 0.26% | - |
| XYZ | 2.63 | 1.45 | 5.45 | - |
| YUV | 31.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 67 | 0.21 | 0.81 | 0 | 0.74 | 284.44 | 0.68 | 0.16 |
| Hex | 35 | D | 43 | 15 | 51 | 0 | 4A | 11C | 44 | 10 |
| Octal | 65 | 15 | 103 | 25 | 121 | 0 | 112 | 434 | 104 | 20 |
| Binary | 110101 | 1101 | 1000011 | 10101 | 1010001 | 0 | 1001010 | 100011100 | 1000100 | 10000 |
Color Harmonies of #350D43
Complementary color
Monochromatic Colors of #350D43
Black with #350D43
Text Example
Text Example
White with #350D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D43; }
p { color: rgb(53,13,67); }
H1.HeaderClassName
{
color: #350D43;
}
.AnyTagClassName
{
color: #350D43;
}
</style>
background-color css
<style>
a { background-color: #350D43; }
a { background-color: rgb(53,13,67); }
div.DivClassName
{
background-color: #350D43;
}
.BgClassName
{
background-color: #350D43;
}
</style>
border-color css
<style>
span { border-color: #350D43; }
span { border-color: rgb(53,13,67); }
td.TdClassName
{
border-color: #350D43;
}
.TagClassName
{
border-color: #350D43;
}
</style>