Shades of Blackcurrant #350253
Tints of Blackcurrant #350253
RGB
CMYK
RGB Variations
Color information
#350253 (or 0x350253) is known color: Blackcurrant. HEX triplet: 35, 02 and 53. RGB value is (53,2,83). Sum of RGB (Red+Green+Blue) = 53+2+83=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #350253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350253 is #CAFDAC. Grayscale: #1A1A1A. Windows color (decimal): -13303213 or 5440053. OLE color: 5440053.
HSL color Cylindrical-coordinate representation of color #350253: hue angle of 277.78º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350253 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 2 | 83 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.67 |
| HSL | 277.78º | 0.95% | 0.17% | - |
| HSV(B) | 277.78º | 0.98% | 0.33% | - |
| XYZ | 3.05 | 1.42 | 8.3 | - |
| YUV | 26.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 83 | 0.36 | 0.98 | 0 | 0.67 | 277.78 | 0.95 | 0.17 |
| Hex | 35 | 2 | 53 | 24 | 62 | 0 | 43 | 116 | 5F | 11 |
| Octal | 65 | 2 | 123 | 44 | 142 | 0 | 103 | 426 | 137 | 21 |
| Binary | 110101 | 10 | 1010011 | 100100 | 1100010 | 0 | 1000011 | 100010110 | 1011111 | 10001 |
Color Harmonies of #350253
Complementary color
Monochromatic Colors of #350253
Black with #350253
Text Example
Text Example
White with #350253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350253; }
p { color: rgb(53,2,83); }
H1.HeaderClassName
{
color: #350253;
}
.AnyTagClassName
{
color: #350253;
}
</style>
background-color css
<style>
a { background-color: #350253; }
a { background-color: rgb(53,2,83); }
div.DivClassName
{
background-color: #350253;
}
.BgClassName
{
background-color: #350253;
}
</style>
border-color css
<style>
span { border-color: #350253; }
span { border-color: rgb(53,2,83); }
td.TdClassName
{
border-color: #350253;
}
.TagClassName
{
border-color: #350253;
}
</style>