Shades of Blackcurrant #23093B
Tints of Blackcurrant #23093B
RGB
CMYK
RGB Variations
Color information
#23093B (or 0x23093B) is known color: Blackcurrant. HEX triplet: 23, 09 and 3B. RGB value is (35,9,59). Sum of RGB (Red+Green+Blue) = 35+9+59=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #23093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23093B is #DCF6C4. Grayscale: #161616. Windows color (decimal): -14481093 or 3868963. OLE color: 3868963.
HSL color Cylindrical-coordinate representation of color #23093B: hue angle of 271.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23093B is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 9 | 59 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.77 |
| HSL | 271.2º | 0.74% | 0.13% | - |
| HSV(B) | 271.2º | 0.85% | 0.23% | - |
| XYZ | 1.58 | 0.87 | 4.22 | - |
| YUV | 22.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 59 | 0.41 | 0.85 | 0 | 0.77 | 271.2 | 0.74 | 0.13 |
| Hex | 23 | 9 | 3B | 29 | 55 | 0 | 4D | 10F | 4A | D |
| Octal | 43 | 11 | 73 | 51 | 125 | 0 | 115 | 417 | 112 | 15 |
| Binary | 100011 | 1001 | 111011 | 101001 | 1010101 | 0 | 1001101 | 100001111 | 1001010 | 1101 |
Color Harmonies of #23093B
Complementary color
Monochromatic Colors of #23093B
Black with #23093B
Text Example
Text Example
White with #23093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23093B; }
p { color: rgb(35,9,59); }
H1.HeaderClassName
{
color: #23093B;
}
.AnyTagClassName
{
color: #23093B;
}
</style>
background-color css
<style>
a { background-color: #23093B; }
a { background-color: rgb(35,9,59); }
div.DivClassName
{
background-color: #23093B;
}
.BgClassName
{
background-color: #23093B;
}
</style>
border-color css
<style>
span { border-color: #23093B; }
span { border-color: rgb(35,9,59); }
td.TdClassName
{
border-color: #23093B;
}
.TagClassName
{
border-color: #23093B;
}
</style>