Shades of Blackcurrant #35223F
Tints of Blackcurrant #35223F
RGB
CMYK
RGB Variations
Color information
#35223F (or 0x35223F) is known color: Blackcurrant. HEX triplet: 35, 22 and 3F. RGB value is (53,34,63). Sum of RGB (Red+Green+Blue) = 53+34+63=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #35223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35223F is #CADDC0. Grayscale: #2A2A2A. Windows color (decimal): -13295041 or 4137525. OLE color: 4137525.
HSL color Cylindrical-coordinate representation of color #35223F: hue angle of 279.31º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35223F is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 34 | 63 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.75 |
| HSL | 279.31º | 0.3% | 0.19% | - |
| HSV(B) | 279.31º | 0.46% | 0.25% | - |
| XYZ | 2.94 | 2.26 | 4.98 | - |
| YUV | 42.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 63 | 0.16 | 0.46 | 0 | 0.75 | 279.31 | 0.3 | 0.19 |
| Hex | 35 | 22 | 3F | 10 | 2E | 0 | 4B | 117 | 1E | 13 |
| Octal | 65 | 42 | 77 | 20 | 56 | 0 | 113 | 427 | 36 | 23 |
| Binary | 110101 | 100010 | 111111 | 10000 | 101110 | 0 | 1001011 | 100010111 | 11110 | 10011 |
Color Harmonies of #35223F
Complementary color
Monochromatic Colors of #35223F
Black with #35223F
Text Example
Text Example
White with #35223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35223F; }
p { color: rgb(53,34,63); }
H1.HeaderClassName
{
color: #35223F;
}
.AnyTagClassName
{
color: #35223F;
}
</style>
background-color css
<style>
a { background-color: #35223F; }
a { background-color: rgb(53,34,63); }
div.DivClassName
{
background-color: #35223F;
}
.BgClassName
{
background-color: #35223F;
}
</style>
border-color css
<style>
span { border-color: #35223F; }
span { border-color: rgb(53,34,63); }
td.TdClassName
{
border-color: #35223F;
}
.TagClassName
{
border-color: #35223F;
}
</style>