Shades of Blackcurrant #35143F
Tints of Blackcurrant #35143F
RGB
CMYK
RGB Variations
Color information
#35143F (or 0x35143F) is known color: Blackcurrant. HEX triplet: 35, 14 and 3F. RGB value is (53,20,63). Sum of RGB (Red+Green+Blue) = 53+20+63=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #35143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35143F is #CAEBC0. Grayscale: #222222. Windows color (decimal): -13298625 or 4133941. OLE color: 4133941.
HSL color Cylindrical-coordinate representation of color #35143F: hue angle of 286.05º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35143F is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 20 | 63 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.75 |
| HSL | 286.05º | 0.52% | 0.16% | - |
| HSV(B) | 286.05º | 0.68% | 0.25% | - |
| XYZ | 2.62 | 1.62 | 4.88 | - |
| YUV | 34.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 63 | 0.16 | 0.68 | 0 | 0.75 | 286.05 | 0.52 | 0.16 |
| Hex | 35 | 14 | 3F | 10 | 44 | 0 | 4B | 11E | 34 | 10 |
| Octal | 65 | 24 | 77 | 20 | 104 | 0 | 113 | 436 | 64 | 20 |
| Binary | 110101 | 10100 | 111111 | 10000 | 1000100 | 0 | 1001011 | 100011110 | 110100 | 10000 |
Color Harmonies of #35143F
Complementary color
Monochromatic Colors of #35143F
Black with #35143F
Text Example
Text Example
White with #35143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35143F; }
p { color: rgb(53,20,63); }
H1.HeaderClassName
{
color: #35143F;
}
.AnyTagClassName
{
color: #35143F;
}
</style>
background-color css
<style>
a { background-color: #35143F; }
a { background-color: rgb(53,20,63); }
div.DivClassName
{
background-color: #35143F;
}
.BgClassName
{
background-color: #35143F;
}
</style>
border-color css
<style>
span { border-color: #35143F; }
span { border-color: rgb(53,20,63); }
td.TdClassName
{
border-color: #35143F;
}
.TagClassName
{
border-color: #35143F;
}
</style>