Shades of Blackcurrant #35143E
Tints of Blackcurrant #35143E
RGB
CMYK
RGB Variations
Color information
#35143E (or 0x35143E) is known color: Blackcurrant. HEX triplet: 35, 14 and 3E. RGB value is (53,20,62). Sum of RGB (Red+Green+Blue) = 53+20+62=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #35143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35143E is #CAEBC1. Grayscale: #222222. Windows color (decimal): -13298626 or 4068405. OLE color: 4068405.
HSL color Cylindrical-coordinate representation of color #35143E: hue angle of 287.14º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35143E is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 20 | 62 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.76 |
| HSL | 287.14º | 0.51% | 0.16% | - |
| HSV(B) | 287.14º | 0.68% | 0.24% | - |
| XYZ | 2.59 | 1.6 | 4.73 | - |
| YUV | 34.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 62 | 0.15 | 0.68 | 0 | 0.76 | 287.14 | 0.51 | 0.16 |
| Hex | 35 | 14 | 3E | F | 44 | 0 | 4C | 11F | 33 | 10 |
| Octal | 65 | 24 | 76 | 17 | 104 | 0 | 114 | 437 | 63 | 20 |
| Binary | 110101 | 10100 | 111110 | 1111 | 1000100 | 0 | 1001100 | 100011111 | 110011 | 10000 |
Color Harmonies of #35143E
Complementary color
Monochromatic Colors of #35143E
Black with #35143E
Text Example
Text Example
White with #35143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35143E; }
p { color: rgb(53,20,62); }
H1.HeaderClassName
{
color: #35143E;
}
.AnyTagClassName
{
color: #35143E;
}
</style>
background-color css
<style>
a { background-color: #35143E; }
a { background-color: rgb(53,20,62); }
div.DivClassName
{
background-color: #35143E;
}
.BgClassName
{
background-color: #35143E;
}
</style>
border-color css
<style>
span { border-color: #35143E; }
span { border-color: rgb(53,20,62); }
td.TdClassName
{
border-color: #35143E;
}
.TagClassName
{
border-color: #35143E;
}
</style>