Shades of Blackcurrant #35094B
Tints of Blackcurrant #35094B
RGB
CMYK
RGB Variations
Color information
#35094B (or 0x35094B) is known color: Blackcurrant. HEX triplet: 35, 09 and 4B. RGB value is (53,9,75). Sum of RGB (Red+Green+Blue) = 53+9+75=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #35094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35094B is #CAF6B4. Grayscale: #1D1D1D. Windows color (decimal): -13301429 or 4917557. OLE color: 4917557.
HSL color Cylindrical-coordinate representation of color #35094B: hue angle of 280º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35094B is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 9 | 75 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.71 |
| HSL | 280º | 0.79% | 0.16% | - |
| HSV(B) | 280º | 0.88% | 0.29% | - |
| XYZ | 2.84 | 1.46 | 6.79 | - |
| YUV | 29.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 75 | 0.29 | 0.88 | 0 | 0.71 | 280 | 0.79 | 0.16 |
| Hex | 35 | 9 | 4B | 1D | 58 | 0 | 47 | 118 | 4F | 10 |
| Octal | 65 | 11 | 113 | 35 | 130 | 0 | 107 | 430 | 117 | 20 |
| Binary | 110101 | 1001 | 1001011 | 11101 | 1011000 | 0 | 1000111 | 100011000 | 1001111 | 10000 |
Color Harmonies of #35094B
Complementary color
Monochromatic Colors of #35094B
Black with #35094B
Text Example
Text Example
White with #35094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35094B; }
p { color: rgb(53,9,75); }
H1.HeaderClassName
{
color: #35094B;
}
.AnyTagClassName
{
color: #35094B;
}
</style>
background-color css
<style>
a { background-color: #35094B; }
a { background-color: rgb(53,9,75); }
div.DivClassName
{
background-color: #35094B;
}
.BgClassName
{
background-color: #35094B;
}
</style>
border-color css
<style>
span { border-color: #35094B; }
span { border-color: rgb(53,9,75); }
td.TdClassName
{
border-color: #35094B;
}
.TagClassName
{
border-color: #35094B;
}
</style>