Shades of Blackcurrant #23152B
Tints of Blackcurrant #23152B
RGB
CMYK
RGB Variations
Color information
#23152B (or 0x23152B) is known color: Blackcurrant. HEX triplet: 23, 15 and 2B. RGB value is (35,21,43). Sum of RGB (Red+Green+Blue) = 35+21+43=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #23152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23152B is #DCEAD4. Grayscale: #1B1B1B. Windows color (decimal): -14478037 or 2823459. OLE color: 2823459.
HSL color Cylindrical-coordinate representation of color #23152B: hue angle of 278.18º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23152B is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 21 | 43 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.83 |
| HSL | 278.18º | 0.34% | 0.13% | - |
| HSV(B) | 278.18º | 0.51% | 0.17% | - |
| XYZ | 1.4 | 1.07 | 2.42 | - |
| YUV | 27.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 43 | 0.19 | 0.51 | 0 | 0.83 | 278.18 | 0.34 | 0.13 |
| Hex | 23 | 15 | 2B | 13 | 33 | 0 | 53 | 116 | 22 | D |
| Octal | 43 | 25 | 53 | 23 | 63 | 0 | 123 | 426 | 42 | 15 |
| Binary | 100011 | 10101 | 101011 | 10011 | 110011 | 0 | 1010011 | 100010110 | 100010 | 1101 |
Color Harmonies of #23152B
Complementary color
Monochromatic Colors of #23152B
Black with #23152B
Text Example
Text Example
White with #23152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23152B; }
p { color: rgb(35,21,43); }
H1.HeaderClassName
{
color: #23152B;
}
.AnyTagClassName
{
color: #23152B;
}
</style>
background-color css
<style>
a { background-color: #23152B; }
a { background-color: rgb(35,21,43); }
div.DivClassName
{
background-color: #23152B;
}
.BgClassName
{
background-color: #23152B;
}
</style>
border-color css
<style>
span { border-color: #23152B; }
span { border-color: rgb(35,21,43); }
td.TdClassName
{
border-color: #23152B;
}
.TagClassName
{
border-color: #23152B;
}
</style>