Shades of Blackcurrant #23162A
Tints of Blackcurrant #23162A
RGB
CMYK
RGB Variations
Color information
#23162A (or 0x23162A) is known color: Blackcurrant. HEX triplet: 23, 16 and 2A. RGB value is (35,22,42). Sum of RGB (Red+Green+Blue) = 35+22+42=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #23162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23162A is #DCE9D5. Grayscale: #1C1C1C. Windows color (decimal): -14477782 or 2758179. OLE color: 2758179.
HSL color Cylindrical-coordinate representation of color #23162A: hue angle of 279º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #23162A is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 22 | 42 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.84 |
| HSL | 279º | 0.31% | 0.13% | - |
| HSV(B) | 279º | 0.48% | 0.16% | - |
| XYZ | 1.4 | 1.1 | 2.33 | - |
| YUV | 28.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 42 | 0.17 | 0.48 | 0 | 0.84 | 279 | 0.31 | 0.13 |
| Hex | 23 | 16 | 2A | 11 | 30 | 0 | 54 | 117 | 1F | D |
| Octal | 43 | 26 | 52 | 21 | 60 | 0 | 124 | 427 | 37 | 15 |
| Binary | 100011 | 10110 | 101010 | 10001 | 110000 | 0 | 1010100 | 100010111 | 11111 | 1101 |
Color Harmonies of #23162A
Complementary color
Monochromatic Colors of #23162A
Black with #23162A
Text Example
Text Example
White with #23162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23162A; }
p { color: rgb(35,22,42); }
H1.HeaderClassName
{
color: #23162A;
}
.AnyTagClassName
{
color: #23162A;
}
</style>
background-color css
<style>
a { background-color: #23162A; }
a { background-color: rgb(35,22,42); }
div.DivClassName
{
background-color: #23162A;
}
.BgClassName
{
background-color: #23162A;
}
</style>
border-color css
<style>
span { border-color: #23162A; }
span { border-color: rgb(35,22,42); }
td.TdClassName
{
border-color: #23162A;
}
.TagClassName
{
border-color: #23162A;
}
</style>