Shades of Blackcurrant #35144A
Tints of Blackcurrant #35144A
RGB
CMYK
RGB Variations
Color information
#35144A (or 0x35144A) is known color: Blackcurrant. HEX triplet: 35, 14 and 4A. RGB value is (53,20,74). Sum of RGB (Red+Green+Blue) = 53+20+74=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #35144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35144A is #CAEBB5. Grayscale: #232323. Windows color (decimal): -13298614 or 4854837. OLE color: 4854837.
HSL color Cylindrical-coordinate representation of color #35144A: hue angle of 276.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35144A is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 20 | 74 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.71 |
| HSL | 276.67º | 0.57% | 0.18% | - |
| HSV(B) | 276.67º | 0.73% | 0.29% | - |
| XYZ | 2.95 | 1.75 | 6.66 | - |
| YUV | 36.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 74 | 0.28 | 0.73 | 0 | 0.71 | 276.67 | 0.57 | 0.18 |
| Hex | 35 | 14 | 4A | 1C | 49 | 0 | 47 | 115 | 39 | 12 |
| Octal | 65 | 24 | 112 | 34 | 111 | 0 | 107 | 425 | 71 | 22 |
| Binary | 110101 | 10100 | 1001010 | 11100 | 1001001 | 0 | 1000111 | 100010101 | 111001 | 10010 |
Color Harmonies of #35144A
Complementary color
Monochromatic Colors of #35144A
Black with #35144A
Text Example
Text Example
White with #35144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35144A; }
p { color: rgb(53,20,74); }
H1.HeaderClassName
{
color: #35144A;
}
.AnyTagClassName
{
color: #35144A;
}
</style>
background-color css
<style>
a { background-color: #35144A; }
a { background-color: rgb(53,20,74); }
div.DivClassName
{
background-color: #35144A;
}
.BgClassName
{
background-color: #35144A;
}
</style>
border-color css
<style>
span { border-color: #35144A; }
span { border-color: rgb(53,20,74); }
td.TdClassName
{
border-color: #35144A;
}
.TagClassName
{
border-color: #35144A;
}
</style>