Shades of Blackcurrant #35193C
Tints of Blackcurrant #35193C
RGB
CMYK
RGB Variations
Color information
#35193C (or 0x35193C) is known color: Blackcurrant. HEX triplet: 35, 19 and 3C. RGB value is (53,25,60). Sum of RGB (Red+Green+Blue) = 53+25+60=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #35193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35193C is #CAE6C3. Grayscale: #252525. Windows color (decimal): -13297348 or 3938613. OLE color: 3938613.
HSL color Cylindrical-coordinate representation of color #35193C: hue angle of 288º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35193C is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 25 | 60 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.76 |
| HSL | 288º | 0.41% | 0.17% | - |
| HSV(B) | 288º | 0.58% | 0.24% | - |
| XYZ | 2.63 | 1.78 | 4.48 | - |
| YUV | 37.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 60 | 0.12 | 0.58 | 0 | 0.76 | 288 | 0.41 | 0.17 |
| Hex | 35 | 19 | 3C | C | 3A | 0 | 4C | 120 | 29 | 11 |
| Octal | 65 | 31 | 74 | 14 | 72 | 0 | 114 | 440 | 51 | 21 |
| Binary | 110101 | 11001 | 111100 | 1100 | 111010 | 0 | 1001100 | 100100000 | 101001 | 10001 |
Color Harmonies of #35193C
Complementary color
Monochromatic Colors of #35193C
Black with #35193C
Text Example
Text Example
White with #35193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35193C; }
p { color: rgb(53,25,60); }
H1.HeaderClassName
{
color: #35193C;
}
.AnyTagClassName
{
color: #35193C;
}
</style>
background-color css
<style>
a { background-color: #35193C; }
a { background-color: rgb(53,25,60); }
div.DivClassName
{
background-color: #35193C;
}
.BgClassName
{
background-color: #35193C;
}
</style>
border-color css
<style>
span { border-color: #35193C; }
span { border-color: rgb(53,25,60); }
td.TdClassName
{
border-color: #35193C;
}
.TagClassName
{
border-color: #35193C;
}
</style>