Shades of Blackcurrant #23102B
Tints of Blackcurrant #23102B
RGB
CMYK
RGB Variations
Color information
#23102B (or 0x23102B) is known color: Blackcurrant. HEX triplet: 23, 10 and 2B. RGB value is (35,16,43). Sum of RGB (Red+Green+Blue) = 35+16+43=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #23102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23102B is #DCEFD4. Grayscale: #181818. Windows color (decimal): -14479317 or 2822179. OLE color: 2822179.
HSL color Cylindrical-coordinate representation of color #23102B: hue angle of 282.22º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23102B is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 16 | 43 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.83 |
| HSL | 282.22º | 0.46% | 0.12% | - |
| HSV(B) | 282.22º | 0.63% | 0.17% | - |
| XYZ | 1.31 | 0.9 | 2.39 | - |
| YUV | 24.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 43 | 0.19 | 0.63 | 0 | 0.83 | 282.22 | 0.46 | 0.12 |
| Hex | 23 | 10 | 2B | 13 | 3F | 0 | 53 | 11A | 2E | C |
| Octal | 43 | 20 | 53 | 23 | 77 | 0 | 123 | 432 | 56 | 14 |
| Binary | 100011 | 10000 | 101011 | 10011 | 111111 | 0 | 1010011 | 100011010 | 101110 | 1100 |
Color Harmonies of #23102B
Complementary color
Monochromatic Colors of #23102B
Black with #23102B
Text Example
Text Example
White with #23102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23102B; }
p { color: rgb(35,16,43); }
H1.HeaderClassName
{
color: #23102B;
}
.AnyTagClassName
{
color: #23102B;
}
</style>
background-color css
<style>
a { background-color: #23102B; }
a { background-color: rgb(35,16,43); }
div.DivClassName
{
background-color: #23102B;
}
.BgClassName
{
background-color: #23102B;
}
</style>
border-color css
<style>
span { border-color: #23102B; }
span { border-color: rgb(35,16,43); }
td.TdClassName
{
border-color: #23102B;
}
.TagClassName
{
border-color: #23102B;
}
</style>