Shades of Blackcurrant #350154
Tints of Blackcurrant #350154
RGB
CMYK
RGB Variations
Color information
#350154 (or 0x350154) is known color: Blackcurrant. HEX triplet: 35, 01 and 54. RGB value is (53,1,84). Sum of RGB (Red+Green+Blue) = 53+1+84=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #350154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350154 is #CAFEAB. Grayscale: #191919. Windows color (decimal): -13303468 or 5505333. OLE color: 5505333.
HSL color Cylindrical-coordinate representation of color #350154: hue angle of 277.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350154 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 1 | 84 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.67 |
| HSL | 277.59º | 0.98% | 0.17% | - |
| HSV(B) | 277.59º | 0.99% | 0.33% | - |
| XYZ | 3.08 | 1.42 | 8.5 | - |
| YUV | 26.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 84 | 0.37 | 0.99 | 0 | 0.67 | 277.59 | 0.98 | 0.17 |
| Hex | 35 | 1 | 54 | 25 | 63 | 0 | 43 | 116 | 62 | 11 |
| Octal | 65 | 1 | 124 | 45 | 143 | 0 | 103 | 426 | 142 | 21 |
| Binary | 110101 | 1 | 1010100 | 100101 | 1100011 | 0 | 1000011 | 100010110 | 1100010 | 10001 |
Color Harmonies of #350154
Complementary color
Monochromatic Colors of #350154
Black with #350154
Text Example
Text Example
White with #350154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350154; }
p { color: rgb(53,1,84); }
H1.HeaderClassName
{
color: #350154;
}
.AnyTagClassName
{
color: #350154;
}
</style>
background-color css
<style>
a { background-color: #350154; }
a { background-color: rgb(53,1,84); }
div.DivClassName
{
background-color: #350154;
}
.BgClassName
{
background-color: #350154;
}
</style>
border-color css
<style>
span { border-color: #350154; }
span { border-color: rgb(53,1,84); }
td.TdClassName
{
border-color: #350154;
}
.TagClassName
{
border-color: #350154;
}
</style>