Shades of Blackcurrant #351B43
Tints of Blackcurrant #351B43
RGB
CMYK
RGB Variations
Color information
#351B43 (or 0x351B43) is known color: Blackcurrant. HEX triplet: 35, 1B and 43. RGB value is (53,27,67). Sum of RGB (Red+Green+Blue) = 53+27+67=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #351B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B43 is #CAE4BC. Grayscale: #272727. Windows color (decimal): -13296829 or 4397877. OLE color: 4397877.
HSL color Cylindrical-coordinate representation of color #351B43: hue angle of 279º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351B43 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 27 | 67 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.74 |
| HSL | 279º | 0.43% | 0.18% | - |
| HSV(B) | 279º | 0.6% | 0.26% | - |
| XYZ | 2.87 | 1.95 | 5.53 | - |
| YUV | 39.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 67 | 0.21 | 0.60 | 0 | 0.74 | 279 | 0.43 | 0.18 |
| Hex | 35 | 1B | 43 | 15 | 3C | 0 | 4A | 117 | 2B | 12 |
| Octal | 65 | 33 | 103 | 25 | 74 | 0 | 112 | 427 | 53 | 22 |
| Binary | 110101 | 11011 | 1000011 | 10101 | 111100 | 0 | 1001010 | 100010111 | 101011 | 10010 |
Color Harmonies of #351B43
Complementary color
Monochromatic Colors of #351B43
Black with #351B43
Text Example
Text Example
White with #351B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B43; }
p { color: rgb(53,27,67); }
H1.HeaderClassName
{
color: #351B43;
}
.AnyTagClassName
{
color: #351B43;
}
</style>
background-color css
<style>
a { background-color: #351B43; }
a { background-color: rgb(53,27,67); }
div.DivClassName
{
background-color: #351B43;
}
.BgClassName
{
background-color: #351B43;
}
</style>
border-color css
<style>
span { border-color: #351B43; }
span { border-color: rgb(53,27,67); }
td.TdClassName
{
border-color: #351B43;
}
.TagClassName
{
border-color: #351B43;
}
</style>