Shades of Blackcurrant #350A3D
Tints of Blackcurrant #350A3D
RGB
CMYK
RGB Variations
Color information
#350A3D (or 0x350A3D) is known color: Blackcurrant. HEX triplet: 35, 0A and 3D. RGB value is (53,10,61). Sum of RGB (Red+Green+Blue) = 53+10+61=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #350A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A3D is #CAF5C2. Grayscale: #1C1C1C. Windows color (decimal): -13301187 or 4000309. OLE color: 4000309.
HSL color Cylindrical-coordinate representation of color #350A3D: hue angle of 290.59º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #350A3D is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 10 | 61 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.76 |
| HSL | 290.59º | 0.72% | 0.14% | - |
| HSV(B) | 290.59º | 0.84% | 0.24% | - |
| XYZ | 2.42 | 1.31 | 4.54 | - |
| YUV | 28.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 61 | 0.13 | 0.84 | 0 | 0.76 | 290.59 | 0.72 | 0.14 |
| Hex | 35 | A | 3D | D | 54 | 0 | 4C | 123 | 48 | E |
| Octal | 65 | 12 | 75 | 15 | 124 | 0 | 114 | 443 | 110 | 16 |
| Binary | 110101 | 1010 | 111101 | 1101 | 1010100 | 0 | 1001100 | 100100011 | 1001000 | 1110 |
Color Harmonies of #350A3D
Complementary color
Monochromatic Colors of #350A3D
Black with #350A3D
Text Example
Text Example
White with #350A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A3D; }
p { color: rgb(53,10,61); }
H1.HeaderClassName
{
color: #350A3D;
}
.AnyTagClassName
{
color: #350A3D;
}
</style>
background-color css
<style>
a { background-color: #350A3D; }
a { background-color: rgb(53,10,61); }
div.DivClassName
{
background-color: #350A3D;
}
.BgClassName
{
background-color: #350A3D;
}
</style>
border-color css
<style>
span { border-color: #350A3D; }
span { border-color: rgb(53,10,61); }
td.TdClassName
{
border-color: #350A3D;
}
.TagClassName
{
border-color: #350A3D;
}
</style>