Shades of Blackcurrant #23102C
Tints of Blackcurrant #23102C
RGB
CMYK
RGB Variations
Color information
#23102C (or 0x23102C) is known color: Blackcurrant. HEX triplet: 23, 10 and 2C. RGB value is (35,16,44). Sum of RGB (Red+Green+Blue) = 35+16+44=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #23102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23102C is #DCEFD3. Grayscale: #181818. Windows color (decimal): -14479316 or 2887715. OLE color: 2887715.
HSL color Cylindrical-coordinate representation of color #23102C: hue angle of 280.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #23102C is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 16 | 44 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.83 |
| HSL | 280.71º | 0.47% | 0.12% | - |
| HSV(B) | 280.71º | 0.64% | 0.17% | - |
| XYZ | 1.33 | 0.91 | 2.49 | - |
| YUV | 24.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 44 | 0.20 | 0.64 | 0 | 0.83 | 280.71 | 0.47 | 0.12 |
| Hex | 23 | 10 | 2C | 14 | 40 | 0 | 53 | 119 | 2F | C |
| Octal | 43 | 20 | 54 | 24 | 100 | 0 | 123 | 431 | 57 | 14 |
| Binary | 100011 | 10000 | 101100 | 10100 | 1000000 | 0 | 1010011 | 100011001 | 101111 | 1100 |
Color Harmonies of #23102C
Complementary color
Monochromatic Colors of #23102C
Black with #23102C
Text Example
Text Example
White with #23102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23102C; }
p { color: rgb(35,16,44); }
H1.HeaderClassName
{
color: #23102C;
}
.AnyTagClassName
{
color: #23102C;
}
</style>
background-color css
<style>
a { background-color: #23102C; }
a { background-color: rgb(35,16,44); }
div.DivClassName
{
background-color: #23102C;
}
.BgClassName
{
background-color: #23102C;
}
</style>
border-color css
<style>
span { border-color: #23102C; }
span { border-color: rgb(35,16,44); }
td.TdClassName
{
border-color: #23102C;
}
.TagClassName
{
border-color: #23102C;
}
</style>