Shades of Blackcurrant #350353
Tints of Blackcurrant #350353
RGB
CMYK
RGB Variations
Color information
#350353 (or 0x350353) is known color: Blackcurrant. HEX triplet: 35, 03 and 53. RGB value is (53,3,83). Sum of RGB (Red+Green+Blue) = 53+3+83=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #350353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350353 is #CAFCAC. Grayscale: #1A1A1A. Windows color (decimal): -13302957 or 5440309. OLE color: 5440309.
HSL color Cylindrical-coordinate representation of color #350353: hue angle of 277.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350353 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 3 | 83 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.67 |
| HSL | 277.5º | 0.93% | 0.17% | - |
| HSV(B) | 277.5º | 0.96% | 0.33% | - |
| XYZ | 3.06 | 1.45 | 8.3 | - |
| YUV | 27.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 83 | 0.36 | 0.96 | 0 | 0.67 | 277.5 | 0.93 | 0.17 |
| Hex | 35 | 3 | 53 | 24 | 60 | 0 | 43 | 116 | 5D | 11 |
| Octal | 65 | 3 | 123 | 44 | 140 | 0 | 103 | 426 | 135 | 21 |
| Binary | 110101 | 11 | 1010011 | 100100 | 1100000 | 0 | 1000011 | 100010110 | 1011101 | 10001 |
Color Harmonies of #350353
Complementary color
Monochromatic Colors of #350353
Black with #350353
Text Example
Text Example
White with #350353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350353; }
p { color: rgb(53,3,83); }
H1.HeaderClassName
{
color: #350353;
}
.AnyTagClassName
{
color: #350353;
}
</style>
background-color css
<style>
a { background-color: #350353; }
a { background-color: rgb(53,3,83); }
div.DivClassName
{
background-color: #350353;
}
.BgClassName
{
background-color: #350353;
}
</style>
border-color css
<style>
span { border-color: #350353; }
span { border-color: rgb(53,3,83); }
td.TdClassName
{
border-color: #350353;
}
.TagClassName
{
border-color: #350353;
}
</style>