Shades of Blackcurrant #35003C
Tints of Blackcurrant #35003C
RGB
CMYK
RGB Variations
Color information
#35003C (or 0x35003C) is known color: Blackcurrant. HEX triplet: 35, 00 and 3C. RGB value is (53,0,60). Sum of RGB (Red+Green+Blue) = 53+0+60=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #35003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35003C is #CAFFC3. Grayscale: #161616. Windows color (decimal): -13303748 or 3932213. OLE color: 3932213.
HSL color Cylindrical-coordinate representation of color #35003C: hue angle of 293º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35003C is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 0 | 60 | - |
| CMYK | 0.12 | 1 | 0 | 0.76 |
| HSL | 293º | 1% | 0.12% | - |
| HSV(B) | 293º | 1% | 0.24% | - |
| XYZ | 2.28 | 1.08 | 4.36 | - |
| YUV | 22.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 60 | 0.12 | 1 | 0 | 0.76 | 293 | 1 | 0.12 |
| Hex | 35 | 0 | 3C | C | 64 | 0 | 4C | 125 | 64 | C |
| Octal | 65 | 0 | 74 | 14 | 144 | 0 | 114 | 445 | 144 | 14 |
| Binary | 110101 | 0 | 111100 | 1100 | 1100100 | 0 | 1001100 | 100100101 | 1100100 | 1100 |
Color Harmonies of #35003C
Complementary color
Monochromatic Colors of #35003C
Black with #35003C
Text Example
Text Example
White with #35003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35003C; }
p { color: rgb(53,0,60); }
H1.HeaderClassName
{
color: #35003C;
}
.AnyTagClassName
{
color: #35003C;
}
</style>
background-color css
<style>
a { background-color: #35003C; }
a { background-color: rgb(53,0,60); }
div.DivClassName
{
background-color: #35003C;
}
.BgClassName
{
background-color: #35003C;
}
</style>
border-color css
<style>
span { border-color: #35003C; }
span { border-color: rgb(53,0,60); }
td.TdClassName
{
border-color: #35003C;
}
.TagClassName
{
border-color: #35003C;
}
</style>