Shades of Blackcurrant #35133C
Tints of Blackcurrant #35133C
RGB
CMYK
RGB Variations
Color information
#35133C (or 0x35133C) is known color: Blackcurrant. HEX triplet: 35, 13 and 3C. RGB value is (53,19,60). Sum of RGB (Red+Green+Blue) = 53+19+60=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #35133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35133C is #CAECC3. Grayscale: #212121. Windows color (decimal): -13298884 or 3937077. OLE color: 3937077.
HSL color Cylindrical-coordinate representation of color #35133C: hue angle of 289.76º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35133C is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 19 | 60 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.76 |
| HSL | 289.76º | 0.52% | 0.15% | - |
| HSV(B) | 289.76º | 0.68% | 0.24% | - |
| XYZ | 2.52 | 1.55 | 4.44 | - |
| YUV | 33.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 60 | 0.12 | 0.68 | 0 | 0.76 | 289.76 | 0.52 | 0.15 |
| Hex | 35 | 13 | 3C | C | 44 | 0 | 4C | 122 | 34 | F |
| Octal | 65 | 23 | 74 | 14 | 104 | 0 | 114 | 442 | 64 | 17 |
| Binary | 110101 | 10011 | 111100 | 1100 | 1000100 | 0 | 1001100 | 100100010 | 110100 | 1111 |
Color Harmonies of #35133C
Complementary color
Monochromatic Colors of #35133C
Black with #35133C
Text Example
Text Example
White with #35133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35133C; }
p { color: rgb(53,19,60); }
H1.HeaderClassName
{
color: #35133C;
}
.AnyTagClassName
{
color: #35133C;
}
</style>
background-color css
<style>
a { background-color: #35133C; }
a { background-color: rgb(53,19,60); }
div.DivClassName
{
background-color: #35133C;
}
.BgClassName
{
background-color: #35133C;
}
</style>
border-color css
<style>
span { border-color: #35133C; }
span { border-color: rgb(53,19,60); }
td.TdClassName
{
border-color: #35133C;
}
.TagClassName
{
border-color: #35133C;
}
</style>