Shades of Blackcurrant #23022E
Tints of Blackcurrant #23022E
RGB
CMYK
RGB Variations
Color information
#23022E (or 0x23022E) is known color: Blackcurrant. HEX triplet: 23, 02 and 2E. RGB value is (35,2,46). Sum of RGB (Red+Green+Blue) = 35+2+46=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #23022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23022E is #DCFDD1. Grayscale: #101010. Windows color (decimal): -14482898 or 3015203. OLE color: 3015203.
HSL color Cylindrical-coordinate representation of color #23022E: hue angle of 285º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23022E is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 2 | 46 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.82 |
| HSL | 285º | 0.92% | 0.09% | - |
| HSV(B) | 285º | 0.96% | 0.18% | - |
| XYZ | 1.21 | 0.6 | 2.64 | - |
| YUV | 16.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 46 | 0.24 | 0.96 | 0 | 0.82 | 285 | 0.92 | 0.09 |
| Hex | 23 | 2 | 2E | 18 | 60 | 0 | 52 | 11D | 5C | 9 |
| Octal | 43 | 2 | 56 | 30 | 140 | 0 | 122 | 435 | 134 | 11 |
| Binary | 100011 | 10 | 101110 | 11000 | 1100000 | 0 | 1010010 | 100011101 | 1011100 | 1001 |
Color Harmonies of #23022E
Complementary color
Monochromatic Colors of #23022E
Black with #23022E
Text Example
Text Example
White with #23022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23022E; }
p { color: rgb(35,2,46); }
H1.HeaderClassName
{
color: #23022E;
}
.AnyTagClassName
{
color: #23022E;
}
</style>
background-color css
<style>
a { background-color: #23022E; }
a { background-color: rgb(35,2,46); }
div.DivClassName
{
background-color: #23022E;
}
.BgClassName
{
background-color: #23022E;
}
</style>
border-color css
<style>
span { border-color: #23022E; }
span { border-color: rgb(35,2,46); }
td.TdClassName
{
border-color: #23022E;
}
.TagClassName
{
border-color: #23022E;
}
</style>