Shades of Blackcurrant #350451
Tints of Blackcurrant #350451
RGB
CMYK
RGB Variations
Color information
#350451 (or 0x350451) is known color: Blackcurrant. HEX triplet: 35, 04 and 51. RGB value is (53,4,81). Sum of RGB (Red+Green+Blue) = 53+4+81=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #350451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350451 is #CAFBAE. Grayscale: #1B1B1B. Windows color (decimal): -13302703 or 5309493. OLE color: 5309493.
HSL color Cylindrical-coordinate representation of color #350451: hue angle of 278.18º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350451 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 4 | 81 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.68 |
| HSL | 278.18º | 0.91% | 0.17% | - |
| HSV(B) | 278.18º | 0.95% | 0.32% | - |
| XYZ | 3 | 1.44 | 7.9 | - |
| YUV | 27.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 81 | 0.35 | 0.95 | 0 | 0.68 | 278.18 | 0.91 | 0.17 |
| Hex | 35 | 4 | 51 | 23 | 5F | 0 | 44 | 116 | 5B | 11 |
| Octal | 65 | 4 | 121 | 43 | 137 | 0 | 104 | 426 | 133 | 21 |
| Binary | 110101 | 100 | 1010001 | 100011 | 1011111 | 0 | 1000100 | 100010110 | 1011011 | 10001 |
Color Harmonies of #350451
Complementary color
Monochromatic Colors of #350451
Black with #350451
Text Example
Text Example
White with #350451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350451; }
p { color: rgb(53,4,81); }
H1.HeaderClassName
{
color: #350451;
}
.AnyTagClassName
{
color: #350451;
}
</style>
background-color css
<style>
a { background-color: #350451; }
a { background-color: rgb(53,4,81); }
div.DivClassName
{
background-color: #350451;
}
.BgClassName
{
background-color: #350451;
}
</style>
border-color css
<style>
span { border-color: #350451; }
span { border-color: rgb(53,4,81); }
td.TdClassName
{
border-color: #350451;
}
.TagClassName
{
border-color: #350451;
}
</style>