Shades of Blackcurrant #350452
Tints of Blackcurrant #350452
RGB
CMYK
RGB Variations
Color information
#350452 (or 0x350452) is known color: Blackcurrant. HEX triplet: 35, 04 and 52. RGB value is (53,4,82). Sum of RGB (Red+Green+Blue) = 53+4+82=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #350452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350452 is #CAFBAD. Grayscale: #1B1B1B. Windows color (decimal): -13302702 or 5375029. OLE color: 5375029.
HSL color Cylindrical-coordinate representation of color #350452: hue angle of 277.69º 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 #350452 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 4 | 82 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.68 |
| HSL | 277.69º | 0.91% | 0.17% | - |
| HSV(B) | 277.69º | 0.95% | 0.32% | - |
| XYZ | 3.03 | 1.45 | 8.1 | - |
| YUV | 27.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 82 | 0.35 | 0.95 | 0 | 0.68 | 277.69 | 0.91 | 0.17 |
| Hex | 35 | 4 | 52 | 23 | 5F | 0 | 44 | 116 | 5B | 11 |
| Octal | 65 | 4 | 122 | 43 | 137 | 0 | 104 | 426 | 133 | 21 |
| Binary | 110101 | 100 | 1010010 | 100011 | 1011111 | 0 | 1000100 | 100010110 | 1011011 | 10001 |
Color Harmonies of #350452
Complementary color
Monochromatic Colors of #350452
Black with #350452
Text Example
Text Example
White with #350452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350452; }
p { color: rgb(53,4,82); }
H1.HeaderClassName
{
color: #350452;
}
.AnyTagClassName
{
color: #350452;
}
</style>
background-color css
<style>
a { background-color: #350452; }
a { background-color: rgb(53,4,82); }
div.DivClassName
{
background-color: #350452;
}
.BgClassName
{
background-color: #350452;
}
</style>
border-color css
<style>
span { border-color: #350452; }
span { border-color: rgb(53,4,82); }
td.TdClassName
{
border-color: #350452;
}
.TagClassName
{
border-color: #350452;
}
</style>