Shades of Blackcurrant #23103E
Tints of Blackcurrant #23103E
RGB
CMYK
RGB Variations
Color information
#23103E (or 0x23103E) is known color: Blackcurrant. HEX triplet: 23, 10 and 3E. RGB value is (35,16,62). Sum of RGB (Red+Green+Blue) = 35+16+62=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #23103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23103E is #DCEFC1. Grayscale: #1A1A1A. Windows color (decimal): -14479298 or 4067363. OLE color: 4067363.
HSL color Cylindrical-coordinate representation of color #23103E: hue angle of 264.78º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23103E is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 16 | 62 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.76 |
| HSL | 264.78º | 0.59% | 0.15% | - |
| HSV(B) | 264.78º | 0.74% | 0.24% | - |
| XYZ | 1.75 | 1.08 | 4.67 | - |
| YUV | 26.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 62 | 0.44 | 0.74 | 0 | 0.76 | 264.78 | 0.59 | 0.15 |
| Hex | 23 | 10 | 3E | 2C | 4A | 0 | 4C | 109 | 3B | F |
| Octal | 43 | 20 | 76 | 54 | 112 | 0 | 114 | 411 | 73 | 17 |
| Binary | 100011 | 10000 | 111110 | 101100 | 1001010 | 0 | 1001100 | 100001001 | 111011 | 1111 |
Color Harmonies of #23103E
Complementary color
Monochromatic Colors of #23103E
Black with #23103E
Text Example
Text Example
White with #23103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23103E; }
p { color: rgb(35,16,62); }
H1.HeaderClassName
{
color: #23103E;
}
.AnyTagClassName
{
color: #23103E;
}
</style>
background-color css
<style>
a { background-color: #23103E; }
a { background-color: rgb(35,16,62); }
div.DivClassName
{
background-color: #23103E;
}
.BgClassName
{
background-color: #23103E;
}
</style>
border-color css
<style>
span { border-color: #23103E; }
span { border-color: rgb(35,16,62); }
td.TdClassName
{
border-color: #23103E;
}
.TagClassName
{
border-color: #23103E;
}
</style>