Shades of Blackcurrant #23103C
Tints of Blackcurrant #23103C
RGB
CMYK
RGB Variations
Color information
#23103C (or 0x23103C) is known color: Blackcurrant. HEX triplet: 23, 10 and 3C. RGB value is (35,16,60). Sum of RGB (Red+Green+Blue) = 35+16+60=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #23103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23103C is #DCEFC3. Grayscale: #1A1A1A. Windows color (decimal): -14479300 or 3936291. OLE color: 3936291.
HSL color Cylindrical-coordinate representation of color #23103C: hue angle of 265.91º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23103C is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 16 | 60 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.76 |
| HSL | 265.91º | 0.58% | 0.15% | - |
| HSV(B) | 265.91º | 0.73% | 0.24% | - |
| XYZ | 1.69 | 1.05 | 4.39 | - |
| YUV | 26.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 60 | 0.42 | 0.73 | 0 | 0.76 | 265.91 | 0.58 | 0.15 |
| Hex | 23 | 10 | 3C | 2A | 49 | 0 | 4C | 10A | 3A | F |
| Octal | 43 | 20 | 74 | 52 | 111 | 0 | 114 | 412 | 72 | 17 |
| Binary | 100011 | 10000 | 111100 | 101010 | 1001001 | 0 | 1001100 | 100001010 | 111010 | 1111 |
Color Harmonies of #23103C
Complementary color
Monochromatic Colors of #23103C
Black with #23103C
Text Example
Text Example
White with #23103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23103C; }
p { color: rgb(35,16,60); }
H1.HeaderClassName
{
color: #23103C;
}
.AnyTagClassName
{
color: #23103C;
}
</style>
background-color css
<style>
a { background-color: #23103C; }
a { background-color: rgb(35,16,60); }
div.DivClassName
{
background-color: #23103C;
}
.BgClassName
{
background-color: #23103C;
}
</style>
border-color css
<style>
span { border-color: #23103C; }
span { border-color: rgb(35,16,60); }
td.TdClassName
{
border-color: #23103C;
}
.TagClassName
{
border-color: #23103C;
}
</style>