Shades of Blackcurrant #23112D
Tints of Blackcurrant #23112D
RGB
CMYK
RGB Variations
Color information
#23112D (or 0x23112D) is known color: Blackcurrant. HEX triplet: 23, 11 and 2D. RGB value is (35,17,45). Sum of RGB (Red+Green+Blue) = 35+17+45=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #23112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23112D is #DCEED2. Grayscale: #191919. Windows color (decimal): -14479059 or 2953507. OLE color: 2953507.
HSL color Cylindrical-coordinate representation of color #23112D: hue angle of 278.57º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23112D is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 17 | 45 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.82 |
| HSL | 278.57º | 0.45% | 0.12% | - |
| HSV(B) | 278.57º | 0.62% | 0.18% | - |
| XYZ | 1.37 | 0.95 | 2.59 | - |
| YUV | 25.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 45 | 0.22 | 0.62 | 0 | 0.82 | 278.57 | 0.45 | 0.12 |
| Hex | 23 | 11 | 2D | 16 | 3E | 0 | 52 | 117 | 2D | C |
| Octal | 43 | 21 | 55 | 26 | 76 | 0 | 122 | 427 | 55 | 14 |
| Binary | 100011 | 10001 | 101101 | 10110 | 111110 | 0 | 1010010 | 100010111 | 101101 | 1100 |
Color Harmonies of #23112D
Complementary color
Monochromatic Colors of #23112D
Black with #23112D
Text Example
Text Example
White with #23112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23112D; }
p { color: rgb(35,17,45); }
H1.HeaderClassName
{
color: #23112D;
}
.AnyTagClassName
{
color: #23112D;
}
</style>
background-color css
<style>
a { background-color: #23112D; }
a { background-color: rgb(35,17,45); }
div.DivClassName
{
background-color: #23112D;
}
.BgClassName
{
background-color: #23112D;
}
</style>
border-color css
<style>
span { border-color: #23112D; }
span { border-color: rgb(35,17,45); }
td.TdClassName
{
border-color: #23112D;
}
.TagClassName
{
border-color: #23112D;
}
</style>