Shades of Blackcurrant #23152C
Tints of Blackcurrant #23152C
RGB
CMYK
RGB Variations
Color information
#23152C (or 0x23152C) is known color: Blackcurrant. HEX triplet: 23, 15 and 2C. RGB value is (35,21,44). Sum of RGB (Red+Green+Blue) = 35+21+44=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #23152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23152C is #DCEAD3. Grayscale: #1B1B1B. Windows color (decimal): -14478036 or 2888995. OLE color: 2888995.
HSL color Cylindrical-coordinate representation of color #23152C: hue angle of 276.52º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #23152C is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 21 | 44 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.83 |
| HSL | 276.52º | 0.35% | 0.13% | - |
| HSV(B) | 276.52º | 0.52% | 0.17% | - |
| XYZ | 1.42 | 1.08 | 2.52 | - |
| YUV | 27.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 44 | 0.20 | 0.52 | 0 | 0.83 | 276.52 | 0.35 | 0.13 |
| Hex | 23 | 15 | 2C | 14 | 34 | 0 | 53 | 115 | 23 | D |
| Octal | 43 | 25 | 54 | 24 | 64 | 0 | 123 | 425 | 43 | 15 |
| Binary | 100011 | 10101 | 101100 | 10100 | 110100 | 0 | 1010011 | 100010101 | 100011 | 1101 |
Color Harmonies of #23152C
Complementary color
Monochromatic Colors of #23152C
Black with #23152C
Text Example
Text Example
White with #23152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23152C; }
p { color: rgb(35,21,44); }
H1.HeaderClassName
{
color: #23152C;
}
.AnyTagClassName
{
color: #23152C;
}
</style>
background-color css
<style>
a { background-color: #23152C; }
a { background-color: rgb(35,21,44); }
div.DivClassName
{
background-color: #23152C;
}
.BgClassName
{
background-color: #23152C;
}
</style>
border-color css
<style>
span { border-color: #23152C; }
span { border-color: rgb(35,21,44); }
td.TdClassName
{
border-color: #23152C;
}
.TagClassName
{
border-color: #23152C;
}
</style>