Shades of Blackcurrant #35184D
Tints of Blackcurrant #35184D
RGB
CMYK
RGB Variations
Color information
#35184D (or 0x35184D) is known color: Blackcurrant. HEX triplet: 35, 18 and 4D. RGB value is (53,24,77). Sum of RGB (Red+Green+Blue) = 53+24+77=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #35184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35184D is #CAE7B2. Grayscale: #262626. Windows color (decimal): -13297587 or 5052469. OLE color: 5052469.
HSL color Cylindrical-coordinate representation of color #35184D: hue angle of 272.83º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35184D is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 24 | 77 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.70 |
| HSL | 272.83º | 0.52% | 0.2% | - |
| HSV(B) | 272.83º | 0.69% | 0.3% | - |
| XYZ | 3.13 | 1.95 | 7.23 | - |
| YUV | 38.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 77 | 0.31 | 0.69 | 0 | 0.70 | 272.83 | 0.52 | 0.2 |
| Hex | 35 | 18 | 4D | 1F | 45 | 0 | 46 | 111 | 34 | 14 |
| Octal | 65 | 30 | 115 | 37 | 105 | 0 | 106 | 421 | 64 | 24 |
| Binary | 110101 | 11000 | 1001101 | 11111 | 1000101 | 0 | 1000110 | 100010001 | 110100 | 10100 |
Color Harmonies of #35184D
Complementary color
Monochromatic Colors of #35184D
Black with #35184D
Text Example
Text Example
White with #35184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35184D; }
p { color: rgb(53,24,77); }
H1.HeaderClassName
{
color: #35184D;
}
.AnyTagClassName
{
color: #35184D;
}
</style>
background-color css
<style>
a { background-color: #35184D; }
a { background-color: rgb(53,24,77); }
div.DivClassName
{
background-color: #35184D;
}
.BgClassName
{
background-color: #35184D;
}
</style>
border-color css
<style>
span { border-color: #35184D; }
span { border-color: rgb(53,24,77); }
td.TdClassName
{
border-color: #35184D;
}
.TagClassName
{
border-color: #35184D;
}
</style>