Shades of Blackcurrant #35223B
Tints of Blackcurrant #35223B
RGB
CMYK
RGB Variations
Color information
#35223B (or 0x35223B) is known color: Blackcurrant. HEX triplet: 35, 22 and 3B. RGB value is (53,34,59). Sum of RGB (Red+Green+Blue) = 53+34+59=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 59 - color contains mainly: blue. Hex color #35223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35223B is #CADDC4. Grayscale: #2A2A2A. Windows color (decimal): -13295045 or 3875381. OLE color: 3875381.
HSL color Cylindrical-coordinate representation of color #35223B: hue angle of 285.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35223B is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 34 | 59 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.77 |
| HSL | 285.6º | 0.27% | 0.18% | - |
| HSV(B) | 285.6º | 0.42% | 0.23% | - |
| XYZ | 2.83 | 2.22 | 4.42 | - |
| YUV | 42.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 59 | 0.10 | 0.42 | 0 | 0.77 | 285.6 | 0.27 | 0.18 |
| Hex | 35 | 22 | 3B | A | 2A | 0 | 4D | 11E | 1B | 12 |
| Octal | 65 | 42 | 73 | 12 | 52 | 0 | 115 | 436 | 33 | 22 |
| Binary | 110101 | 100010 | 111011 | 1010 | 101010 | 0 | 1001101 | 100011110 | 11011 | 10010 |
Color Harmonies of #35223B
Complementary color
Monochromatic Colors of #35223B
Black with #35223B
Text Example
Text Example
White with #35223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35223B; }
p { color: rgb(53,34,59); }
H1.HeaderClassName
{
color: #35223B;
}
.AnyTagClassName
{
color: #35223B;
}
</style>
background-color css
<style>
a { background-color: #35223B; }
a { background-color: rgb(53,34,59); }
div.DivClassName
{
background-color: #35223B;
}
.BgClassName
{
background-color: #35223B;
}
</style>
border-color css
<style>
span { border-color: #35223B; }
span { border-color: rgb(53,34,59); }
td.TdClassName
{
border-color: #35223B;
}
.TagClassName
{
border-color: #35223B;
}
</style>