Shades of Blackcurrant #35104B
Tints of Blackcurrant #35104B
RGB
CMYK
RGB Variations
Color information
#35104B (or 0x35104B) is known color: Blackcurrant. HEX triplet: 35, 10 and 4B. RGB value is (53,16,75). Sum of RGB (Red+Green+Blue) = 53+16+75=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #35104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35104B is #CAEFB4. Grayscale: #212121. Windows color (decimal): -13299637 or 4919349. OLE color: 4919349.
HSL color Cylindrical-coordinate representation of color #35104B: hue angle of 277.63º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35104B is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 16 | 75 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.71 |
| HSL | 277.63º | 0.65% | 0.18% | - |
| HSV(B) | 277.63º | 0.79% | 0.29% | - |
| XYZ | 2.92 | 1.64 | 6.82 | - |
| YUV | 33.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 75 | 0.29 | 0.79 | 0 | 0.71 | 277.63 | 0.65 | 0.18 |
| Hex | 35 | 10 | 4B | 1D | 4F | 0 | 47 | 116 | 41 | 12 |
| Octal | 65 | 20 | 113 | 35 | 117 | 0 | 107 | 426 | 101 | 22 |
| Binary | 110101 | 10000 | 1001011 | 11101 | 1001111 | 0 | 1000111 | 100010110 | 1000001 | 10010 |
Color Harmonies of #35104B
Complementary color
Monochromatic Colors of #35104B
Black with #35104B
Text Example
Text Example
White with #35104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35104B; }
p { color: rgb(53,16,75); }
H1.HeaderClassName
{
color: #35104B;
}
.AnyTagClassName
{
color: #35104B;
}
</style>
background-color css
<style>
a { background-color: #35104B; }
a { background-color: rgb(53,16,75); }
div.DivClassName
{
background-color: #35104B;
}
.BgClassName
{
background-color: #35104B;
}
</style>
border-color css
<style>
span { border-color: #35104B; }
span { border-color: rgb(53,16,75); }
td.TdClassName
{
border-color: #35104B;
}
.TagClassName
{
border-color: #35104B;
}
</style>