Shades of Blackcurrant #23042D
Tints of Blackcurrant #23042D
RGB
CMYK
RGB Variations
Color information
#23042D (or 0x23042D) is known color: Blackcurrant. HEX triplet: 23, 04 and 2D. RGB value is (35,4,45). Sum of RGB (Red+Green+Blue) = 35+4+45=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #23042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23042D is #DCFBD2. Grayscale: #111111. Windows color (decimal): -14482387 or 2950179. OLE color: 2950179.
HSL color Cylindrical-coordinate representation of color #23042D: hue angle of 285.37º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23042D is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 4 | 45 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.82 |
| HSL | 285.37º | 0.84% | 0.1% | - |
| HSV(B) | 285.37º | 0.91% | 0.18% | - |
| XYZ | 1.21 | 0.63 | 2.54 | - |
| YUV | 17.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 45 | 0.22 | 0.91 | 0 | 0.82 | 285.37 | 0.84 | 0.1 |
| Hex | 23 | 4 | 2D | 16 | 5B | 0 | 52 | 11D | 54 | A |
| Octal | 43 | 4 | 55 | 26 | 133 | 0 | 122 | 435 | 124 | 12 |
| Binary | 100011 | 100 | 101101 | 10110 | 1011011 | 0 | 1010010 | 100011101 | 1010100 | 1010 |
Color Harmonies of #23042D
Complementary color
Monochromatic Colors of #23042D
Black with #23042D
Text Example
Text Example
White with #23042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23042D; }
p { color: rgb(35,4,45); }
H1.HeaderClassName
{
color: #23042D;
}
.AnyTagClassName
{
color: #23042D;
}
</style>
background-color css
<style>
a { background-color: #23042D; }
a { background-color: rgb(35,4,45); }
div.DivClassName
{
background-color: #23042D;
}
.BgClassName
{
background-color: #23042D;
}
</style>
border-color css
<style>
span { border-color: #23042D; }
span { border-color: rgb(35,4,45); }
td.TdClassName
{
border-color: #23042D;
}
.TagClassName
{
border-color: #23042D;
}
</style>