Shades of Blackcurrant #23152D
Tints of Blackcurrant #23152D
RGB
CMYK
RGB Variations
Color information
#23152D (or 0x23152D) is known color: Blackcurrant. HEX triplet: 23, 15 and 2D. RGB value is (35,21,45). Sum of RGB (Red+Green+Blue) = 35+21+45=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #23152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23152D is #DCEAD2. Grayscale: #1B1B1B. Windows color (decimal): -14478035 or 2954531. OLE color: 2954531.
HSL color Cylindrical-coordinate representation of color #23152D: hue angle of 275º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23152D is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 21 | 45 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.82 |
| HSL | 275º | 0.36% | 0.13% | - |
| HSV(B) | 275º | 0.53% | 0.18% | - |
| XYZ | 1.43 | 1.08 | 2.62 | - |
| YUV | 27.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 45 | 0.22 | 0.53 | 0 | 0.82 | 275 | 0.36 | 0.13 |
| Hex | 23 | 15 | 2D | 16 | 35 | 0 | 52 | 113 | 24 | D |
| Octal | 43 | 25 | 55 | 26 | 65 | 0 | 122 | 423 | 44 | 15 |
| Binary | 100011 | 10101 | 101101 | 10110 | 110101 | 0 | 1010010 | 100010011 | 100100 | 1101 |
Color Harmonies of #23152D
Complementary color
Monochromatic Colors of #23152D
Black with #23152D
Text Example
Text Example
White with #23152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23152D; }
p { color: rgb(35,21,45); }
H1.HeaderClassName
{
color: #23152D;
}
.AnyTagClassName
{
color: #23152D;
}
</style>
background-color css
<style>
a { background-color: #23152D; }
a { background-color: rgb(35,21,45); }
div.DivClassName
{
background-color: #23152D;
}
.BgClassName
{
background-color: #23152D;
}
</style>
border-color css
<style>
span { border-color: #23152D; }
span { border-color: rgb(35,21,45); }
td.TdClassName
{
border-color: #23152D;
}
.TagClassName
{
border-color: #23152D;
}
</style>