Shades of Blackcurrant #23112B
Tints of Blackcurrant #23112B
RGB
CMYK
RGB Variations
Color information
#23112B (or 0x23112B) is known color: Blackcurrant. HEX triplet: 23, 11 and 2B. RGB value is (35,17,43). Sum of RGB (Red+Green+Blue) = 35+17+43=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #23112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23112B is #DCEED4. Grayscale: #191919. Windows color (decimal): -14479061 or 2822435. OLE color: 2822435.
HSL color Cylindrical-coordinate representation of color #23112B: hue angle of 281.54º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23112B is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 17 | 43 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.83 |
| HSL | 281.54º | 0.43% | 0.12% | - |
| HSV(B) | 281.54º | 0.6% | 0.17% | - |
| XYZ | 1.33 | 0.93 | 2.4 | - |
| YUV | 25.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 43 | 0.19 | 0.60 | 0 | 0.83 | 281.54 | 0.43 | 0.12 |
| Hex | 23 | 11 | 2B | 13 | 3C | 0 | 53 | 11A | 2B | C |
| Octal | 43 | 21 | 53 | 23 | 74 | 0 | 123 | 432 | 53 | 14 |
| Binary | 100011 | 10001 | 101011 | 10011 | 111100 | 0 | 1010011 | 100011010 | 101011 | 1100 |
Color Harmonies of #23112B
Complementary color
Monochromatic Colors of #23112B
Black with #23112B
Text Example
Text Example
White with #23112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23112B; }
p { color: rgb(35,17,43); }
H1.HeaderClassName
{
color: #23112B;
}
.AnyTagClassName
{
color: #23112B;
}
</style>
background-color css
<style>
a { background-color: #23112B; }
a { background-color: rgb(35,17,43); }
div.DivClassName
{
background-color: #23112B;
}
.BgClassName
{
background-color: #23112B;
}
</style>
border-color css
<style>
span { border-color: #23112B; }
span { border-color: rgb(35,17,43); }
td.TdClassName
{
border-color: #23112B;
}
.TagClassName
{
border-color: #23112B;
}
</style>