Shades of Blackcurrant #23123D
Tints of Blackcurrant #23123D
RGB
CMYK
RGB Variations
Color information
#23123D (or 0x23123D) is known color: Blackcurrant. HEX triplet: 23, 12 and 3D. RGB value is (35,18,61). Sum of RGB (Red+Green+Blue) = 35+18+61=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #23123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23123D is #DCEDC2. Grayscale: #1B1B1B. Windows color (decimal): -14478787 or 4002339. OLE color: 4002339.
HSL color Cylindrical-coordinate representation of color #23123D: hue angle of 263.72º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23123D is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 18 | 61 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.76 |
| HSL | 263.72º | 0.54% | 0.15% | - |
| HSV(B) | 263.72º | 0.7% | 0.24% | - |
| XYZ | 1.75 | 1.13 | 4.54 | - |
| YUV | 27.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 61 | 0.43 | 0.70 | 0 | 0.76 | 263.72 | 0.54 | 0.15 |
| Hex | 23 | 12 | 3D | 2B | 46 | 0 | 4C | 108 | 36 | F |
| Octal | 43 | 22 | 75 | 53 | 106 | 0 | 114 | 410 | 66 | 17 |
| Binary | 100011 | 10010 | 111101 | 101011 | 1000110 | 0 | 1001100 | 100001000 | 110110 | 1111 |
Color Harmonies of #23123D
Complementary color
Monochromatic Colors of #23123D
Black with #23123D
Text Example
Text Example
White with #23123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23123D; }
p { color: rgb(35,18,61); }
H1.HeaderClassName
{
color: #23123D;
}
.AnyTagClassName
{
color: #23123D;
}
</style>
background-color css
<style>
a { background-color: #23123D; }
a { background-color: rgb(35,18,61); }
div.DivClassName
{
background-color: #23123D;
}
.BgClassName
{
background-color: #23123D;
}
</style>
border-color css
<style>
span { border-color: #23123D; }
span { border-color: rgb(35,18,61); }
td.TdClassName
{
border-color: #23123D;
}
.TagClassName
{
border-color: #23123D;
}
</style>