Shades of Blackcurrant #23142B
Tints of Blackcurrant #23142B
RGB
CMYK
RGB Variations
Color information
#23142B (or 0x23142B) is known color: Blackcurrant. HEX triplet: 23, 14 and 2B. RGB value is (35,20,43). Sum of RGB (Red+Green+Blue) = 35+20+43=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #23142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23142B is #DCEBD4. Grayscale: #1B1B1B. Windows color (decimal): -14478293 or 2823203. OLE color: 2823203.
HSL color Cylindrical-coordinate representation of color #23142B: hue angle of 279.13º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23142B is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 20 | 43 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.83 |
| HSL | 279.13º | 0.37% | 0.12% | - |
| HSV(B) | 279.13º | 0.53% | 0.17% | - |
| XYZ | 1.38 | 1.03 | 2.41 | - |
| YUV | 27.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 43 | 0.19 | 0.53 | 0 | 0.83 | 279.13 | 0.37 | 0.12 |
| Hex | 23 | 14 | 2B | 13 | 35 | 0 | 53 | 117 | 25 | C |
| Octal | 43 | 24 | 53 | 23 | 65 | 0 | 123 | 427 | 45 | 14 |
| Binary | 100011 | 10100 | 101011 | 10011 | 110101 | 0 | 1010011 | 100010111 | 100101 | 1100 |
Color Harmonies of #23142B
Complementary color
Monochromatic Colors of #23142B
Black with #23142B
Text Example
Text Example
White with #23142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23142B; }
p { color: rgb(35,20,43); }
H1.HeaderClassName
{
color: #23142B;
}
.AnyTagClassName
{
color: #23142B;
}
</style>
background-color css
<style>
a { background-color: #23142B; }
a { background-color: rgb(35,20,43); }
div.DivClassName
{
background-color: #23142B;
}
.BgClassName
{
background-color: #23142B;
}
</style>
border-color css
<style>
span { border-color: #23142B; }
span { border-color: rgb(35,20,43); }
td.TdClassName
{
border-color: #23142B;
}
.TagClassName
{
border-color: #23142B;
}
</style>