Shades of Blackcurrant #35194B
Tints of Blackcurrant #35194B
RGB
CMYK
RGB Variations
Color information
#35194B (or 0x35194B) is known color: Blackcurrant. HEX triplet: 35, 19 and 4B. RGB value is (53,25,75). Sum of RGB (Red+Green+Blue) = 53+25+75=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #35194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35194B is #CAE6B4. Grayscale: #262626. Windows color (decimal): -13297333 or 4921653. OLE color: 4921653.
HSL color Cylindrical-coordinate representation of color #35194B: hue angle of 273.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35194B is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 25 | 75 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.71 |
| HSL | 273.6º | 0.5% | 0.2% | - |
| HSV(B) | 273.6º | 0.67% | 0.29% | - |
| XYZ | 3.09 | 1.96 | 6.87 | - |
| YUV | 39.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 75 | 0.29 | 0.67 | 0 | 0.71 | 273.6 | 0.5 | 0.2 |
| Hex | 35 | 19 | 4B | 1D | 43 | 0 | 47 | 112 | 32 | 14 |
| Octal | 65 | 31 | 113 | 35 | 103 | 0 | 107 | 422 | 62 | 24 |
| Binary | 110101 | 11001 | 1001011 | 11101 | 1000011 | 0 | 1000111 | 100010010 | 110010 | 10100 |
Color Harmonies of #35194B
Complementary color
Monochromatic Colors of #35194B
Black with #35194B
Text Example
Text Example
White with #35194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35194B; }
p { color: rgb(53,25,75); }
H1.HeaderClassName
{
color: #35194B;
}
.AnyTagClassName
{
color: #35194B;
}
</style>
background-color css
<style>
a { background-color: #35194B; }
a { background-color: rgb(53,25,75); }
div.DivClassName
{
background-color: #35194B;
}
.BgClassName
{
background-color: #35194B;
}
</style>
border-color css
<style>
span { border-color: #35194B; }
span { border-color: rgb(53,25,75); }
td.TdClassName
{
border-color: #35194B;
}
.TagClassName
{
border-color: #35194B;
}
</style>