Shades of Blackcurrant #350E4B
Tints of Blackcurrant #350E4B
RGB
CMYK
RGB Variations
Color information
#350E4B (or 0x350E4B) is known color: Blackcurrant. HEX triplet: 35, 0E and 4B. RGB value is (53,14,75). Sum of RGB (Red+Green+Blue) = 53+14+75=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #350E4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E4B is #CAF1B4. Grayscale: #202020. Windows color (decimal): -13300149 or 4918837. OLE color: 4918837.
HSL color Cylindrical-coordinate representation of color #350E4B: hue angle of 278.36º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350E4B is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 14 | 75 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.71 |
| HSL | 278.36º | 0.69% | 0.17% | - |
| HSV(B) | 278.36º | 0.81% | 0.29% | - |
| XYZ | 2.9 | 1.58 | 6.81 | - |
| YUV | 32.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 75 | 0.29 | 0.81 | 0 | 0.71 | 278.36 | 0.69 | 0.17 |
| Hex | 35 | E | 4B | 1D | 51 | 0 | 47 | 116 | 45 | 11 |
| Octal | 65 | 16 | 113 | 35 | 121 | 0 | 107 | 426 | 105 | 21 |
| Binary | 110101 | 1110 | 1001011 | 11101 | 1010001 | 0 | 1000111 | 100010110 | 1000101 | 10001 |
Color Harmonies of #350E4B
Complementary color
Monochromatic Colors of #350E4B
Black with #350E4B
Text Example
Text Example
White with #350E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E4B; }
p { color: rgb(53,14,75); }
H1.HeaderClassName
{
color: #350E4B;
}
.AnyTagClassName
{
color: #350E4B;
}
</style>
background-color css
<style>
a { background-color: #350E4B; }
a { background-color: rgb(53,14,75); }
div.DivClassName
{
background-color: #350E4B;
}
.BgClassName
{
background-color: #350E4B;
}
</style>
border-color css
<style>
span { border-color: #350E4B; }
span { border-color: rgb(53,14,75); }
td.TdClassName
{
border-color: #350E4B;
}
.TagClassName
{
border-color: #350E4B;
}
</style>