Shades of Blackcurrant #35174B
Tints of Blackcurrant #35174B
RGB
CMYK
RGB Variations
Color information
#35174B (or 0x35174B) is known color: Blackcurrant. HEX triplet: 35, 17 and 4B. RGB value is (53,23,75). Sum of RGB (Red+Green+Blue) = 53+23+75=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #35174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35174B is #CAE8B4. Grayscale: #252525. Windows color (decimal): -13297845 or 4921141. OLE color: 4921141.
HSL color Cylindrical-coordinate representation of color #35174B: hue angle of 274.62º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35174B is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 23 | 75 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.71 |
| HSL | 274.62º | 0.53% | 0.19% | - |
| HSV(B) | 274.62º | 0.69% | 0.29% | - |
| XYZ | 3.04 | 1.88 | 6.86 | - |
| YUV | 37.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 75 | 0.29 | 0.69 | 0 | 0.71 | 274.62 | 0.53 | 0.19 |
| Hex | 35 | 17 | 4B | 1D | 45 | 0 | 47 | 113 | 35 | 13 |
| Octal | 65 | 27 | 113 | 35 | 105 | 0 | 107 | 423 | 65 | 23 |
| Binary | 110101 | 10111 | 1001011 | 11101 | 1000101 | 0 | 1000111 | 100010011 | 110101 | 10011 |
Color Harmonies of #35174B
Complementary color
Monochromatic Colors of #35174B
Black with #35174B
Text Example
Text Example
White with #35174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35174B; }
p { color: rgb(53,23,75); }
H1.HeaderClassName
{
color: #35174B;
}
.AnyTagClassName
{
color: #35174B;
}
</style>
background-color css
<style>
a { background-color: #35174B; }
a { background-color: rgb(53,23,75); }
div.DivClassName
{
background-color: #35174B;
}
.BgClassName
{
background-color: #35174B;
}
</style>
border-color css
<style>
span { border-color: #35174B; }
span { border-color: rgb(53,23,75); }
td.TdClassName
{
border-color: #35174B;
}
.TagClassName
{
border-color: #35174B;
}
</style>