Shades of Blackcurrant #23083A
Tints of Blackcurrant #23083A
RGB
CMYK
RGB Variations
Color information
#23083A (or 0x23083A) is known color: Blackcurrant. HEX triplet: 23, 08 and 3A. RGB value is (35,8,58). Sum of RGB (Red+Green+Blue) = 35+8+58=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 58 (23.05% from 255 or 57.43% from 101); Max value from RGB is 58 - color contains mainly: blue. Hex color #23083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23083A is #DCF7C5. Grayscale: #151515. Windows color (decimal): -14481350 or 3803171. OLE color: 3803171.
HSL color Cylindrical-coordinate representation of color #23083A: hue angle of 272.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23083A is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 8 | 58 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.77 |
| HSL | 272.4º | 0.76% | 0.13% | - |
| HSV(B) | 272.4º | 0.86% | 0.23% | - |
| XYZ | 1.54 | 0.84 | 4.08 | - |
| YUV | 21.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 58 | 0.40 | 0.86 | 0 | 0.77 | 272.4 | 0.76 | 0.13 |
| Hex | 23 | 8 | 3A | 28 | 56 | 0 | 4D | 110 | 4C | D |
| Octal | 43 | 10 | 72 | 50 | 126 | 0 | 115 | 420 | 114 | 15 |
| Binary | 100011 | 1000 | 111010 | 101000 | 1010110 | 0 | 1001101 | 100010000 | 1001100 | 1101 |
Color Harmonies of #23083A
Complementary color
Monochromatic Colors of #23083A
Black with #23083A
Text Example
Text Example
White with #23083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23083A; }
p { color: rgb(35,8,58); }
H1.HeaderClassName
{
color: #23083A;
}
.AnyTagClassName
{
color: #23083A;
}
</style>
background-color css
<style>
a { background-color: #23083A; }
a { background-color: rgb(35,8,58); }
div.DivClassName
{
background-color: #23083A;
}
.BgClassName
{
background-color: #23083A;
}
</style>
border-color css
<style>
span { border-color: #23083A; }
span { border-color: rgb(35,8,58); }
td.TdClassName
{
border-color: #23083A;
}
.TagClassName
{
border-color: #23083A;
}
</style>