Shades of Blackcurrant #35154C
Tints of Blackcurrant #35154C
RGB
CMYK
RGB Variations
Color information
#35154C (or 0x35154C) is known color: Blackcurrant. HEX triplet: 35, 15 and 4C. RGB value is (53,21,76). Sum of RGB (Red+Green+Blue) = 53+21+76=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #35154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35154C is #CAEAB3. Grayscale: #242424. Windows color (decimal): -13298356 or 4986165. OLE color: 4986165.
HSL color Cylindrical-coordinate representation of color #35154C: hue angle of 274.91º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35154C is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 21 | 76 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.70 |
| HSL | 274.91º | 0.57% | 0.19% | - |
| HSV(B) | 274.91º | 0.72% | 0.3% | - |
| XYZ | 3.04 | 1.82 | 7.03 | - |
| YUV | 36.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 76 | 0.30 | 0.72 | 0 | 0.70 | 274.91 | 0.57 | 0.19 |
| Hex | 35 | 15 | 4C | 1E | 48 | 0 | 46 | 113 | 39 | 13 |
| Octal | 65 | 25 | 114 | 36 | 110 | 0 | 106 | 423 | 71 | 23 |
| Binary | 110101 | 10101 | 1001100 | 11110 | 1001000 | 0 | 1000110 | 100010011 | 111001 | 10011 |
Color Harmonies of #35154C
Complementary color
Monochromatic Colors of #35154C
Black with #35154C
Text Example
Text Example
White with #35154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35154C; }
p { color: rgb(53,21,76); }
H1.HeaderClassName
{
color: #35154C;
}
.AnyTagClassName
{
color: #35154C;
}
</style>
background-color css
<style>
a { background-color: #35154C; }
a { background-color: rgb(53,21,76); }
div.DivClassName
{
background-color: #35154C;
}
.BgClassName
{
background-color: #35154C;
}
</style>
border-color css
<style>
span { border-color: #35154C; }
span { border-color: rgb(53,21,76); }
td.TdClassName
{
border-color: #35154C;
}
.TagClassName
{
border-color: #35154C;
}
</style>