Shades of Blackcurrant #23093E
Tints of Blackcurrant #23093E
RGB
CMYK
RGB Variations
Color information
#23093E (or 0x23093E) is known color: Blackcurrant. HEX triplet: 23, 09 and 3E. RGB value is (35,9,62). Sum of RGB (Red+Green+Blue) = 35+9+62=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 62 (24.61% from 255 or 58.49% from 106); Max value from RGB is 62 - color contains mainly: blue. Hex color #23093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23093E is #DCF6C1. Grayscale: #161616. Windows color (decimal): -14481090 or 4065571. OLE color: 4065571.
HSL color Cylindrical-coordinate representation of color #23093E: hue angle of 269.43º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23093E is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 9 | 62 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.76 |
| HSL | 269.43º | 0.75% | 0.14% | - |
| HSV(B) | 269.43º | 0.85% | 0.24% | - |
| XYZ | 1.66 | 0.9 | 4.64 | - |
| YUV | 22.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 62 | 0.44 | 0.85 | 0 | 0.76 | 269.43 | 0.75 | 0.14 |
| Hex | 23 | 9 | 3E | 2C | 55 | 0 | 4C | 10D | 4B | E |
| Octal | 43 | 11 | 76 | 54 | 125 | 0 | 114 | 415 | 113 | 16 |
| Binary | 100011 | 1001 | 111110 | 101100 | 1010101 | 0 | 1001100 | 100001101 | 1001011 | 1110 |
Color Harmonies of #23093E
Complementary color
Monochromatic Colors of #23093E
Black with #23093E
Text Example
Text Example
White with #23093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23093E; }
p { color: rgb(35,9,62); }
H1.HeaderClassName
{
color: #23093E;
}
.AnyTagClassName
{
color: #23093E;
}
</style>
background-color css
<style>
a { background-color: #23093E; }
a { background-color: rgb(35,9,62); }
div.DivClassName
{
background-color: #23093E;
}
.BgClassName
{
background-color: #23093E;
}
</style>
border-color css
<style>
span { border-color: #23093E; }
span { border-color: rgb(35,9,62); }
td.TdClassName
{
border-color: #23093E;
}
.TagClassName
{
border-color: #23093E;
}
</style>