Shades of Blackcurrant #23032D
Tints of Blackcurrant #23032D
RGB
CMYK
RGB Variations
Color information
#23032D (or 0x23032D) is known color: Blackcurrant. HEX triplet: 23, 03 and 2D. RGB value is (35,3,45). Sum of RGB (Red+Green+Blue) = 35+3+45=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #23032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23032D is #DCFCD2. Grayscale: #111111. Windows color (decimal): -14482643 or 2949923. OLE color: 2949923.
HSL color Cylindrical-coordinate representation of color #23032D: hue angle of 285.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23032D is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 3 | 45 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.82 |
| HSL | 285.71º | 0.88% | 0.09% | - |
| HSV(B) | 285.71º | 0.93% | 0.18% | - |
| XYZ | 1.2 | 0.61 | 2.54 | - |
| YUV | 17.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 45 | 0.22 | 0.93 | 0 | 0.82 | 285.71 | 0.88 | 0.09 |
| Hex | 23 | 3 | 2D | 16 | 5D | 0 | 52 | 11E | 58 | 9 |
| Octal | 43 | 3 | 55 | 26 | 135 | 0 | 122 | 436 | 130 | 11 |
| Binary | 100011 | 11 | 101101 | 10110 | 1011101 | 0 | 1010010 | 100011110 | 1011000 | 1001 |
Color Harmonies of #23032D
Complementary color
Monochromatic Colors of #23032D
Black with #23032D
Text Example
Text Example
White with #23032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23032D; }
p { color: rgb(35,3,45); }
H1.HeaderClassName
{
color: #23032D;
}
.AnyTagClassName
{
color: #23032D;
}
</style>
background-color css
<style>
a { background-color: #23032D; }
a { background-color: rgb(35,3,45); }
div.DivClassName
{
background-color: #23032D;
}
.BgClassName
{
background-color: #23032D;
}
</style>
border-color css
<style>
span { border-color: #23032D; }
span { border-color: rgb(35,3,45); }
td.TdClassName
{
border-color: #23032D;
}
.TagClassName
{
border-color: #23032D;
}
</style>