Shades of Blackcurrant #23032C
Tints of Blackcurrant #23032C
RGB
CMYK
RGB Variations
Color information
#23032C (or 0x23032C) is known color: Blackcurrant. HEX triplet: 23, 03 and 2C. RGB value is (35,3,44). Sum of RGB (Red+Green+Blue) = 35+3+44=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #23032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23032C is #DCFCD3. Grayscale: #111111. Windows color (decimal): -14482644 or 2884387. OLE color: 2884387.
HSL color Cylindrical-coordinate representation of color #23032C: hue angle of 286.83º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23032C is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 3 | 44 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.83 |
| HSL | 286.83º | 0.87% | 0.09% | - |
| HSV(B) | 286.83º | 0.93% | 0.17% | - |
| XYZ | 1.18 | 0.6 | 2.44 | - |
| YUV | 17.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 44 | 0.20 | 0.93 | 0 | 0.83 | 286.83 | 0.87 | 0.09 |
| Hex | 23 | 3 | 2C | 14 | 5D | 0 | 53 | 11F | 57 | 9 |
| Octal | 43 | 3 | 54 | 24 | 135 | 0 | 123 | 437 | 127 | 11 |
| Binary | 100011 | 11 | 101100 | 10100 | 1011101 | 0 | 1010011 | 100011111 | 1010111 | 1001 |
Color Harmonies of #23032C
Complementary color
Monochromatic Colors of #23032C
Black with #23032C
Text Example
Text Example
White with #23032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23032C; }
p { color: rgb(35,3,44); }
H1.HeaderClassName
{
color: #23032C;
}
.AnyTagClassName
{
color: #23032C;
}
</style>
background-color css
<style>
a { background-color: #23032C; }
a { background-color: rgb(35,3,44); }
div.DivClassName
{
background-color: #23032C;
}
.BgClassName
{
background-color: #23032C;
}
</style>
border-color css
<style>
span { border-color: #23032C; }
span { border-color: rgb(35,3,44); }
td.TdClassName
{
border-color: #23032C;
}
.TagClassName
{
border-color: #23032C;
}
</style>