Shades of Blackcurrant #230B2E
Tints of Blackcurrant #230B2E
RGB
CMYK
RGB Variations
Color information
#230B2E (or 0x230B2E) is known color: Blackcurrant. HEX triplet: 23, 0B and 2E. RGB value is (35,11,46). Sum of RGB (Red+Green+Blue) = 35+11+46=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #230B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B2E is #DCF4D1. Grayscale: #161616. Windows color (decimal): -14480594 or 3017507. OLE color: 3017507.
HSL color Cylindrical-coordinate representation of color #230B2E: hue angle of 281.14º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #230B2E is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 11 | 46 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.82 |
| HSL | 281.14º | 0.61% | 0.11% | - |
| HSV(B) | 281.14º | 0.76% | 0.18% | - |
| XYZ | 1.31 | 0.79 | 2.67 | - |
| YUV | 22.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 46 | 0.24 | 0.76 | 0 | 0.82 | 281.14 | 0.61 | 0.11 |
| Hex | 23 | B | 2E | 18 | 4C | 0 | 52 | 119 | 3D | B |
| Octal | 43 | 13 | 56 | 30 | 114 | 0 | 122 | 431 | 75 | 13 |
| Binary | 100011 | 1011 | 101110 | 11000 | 1001100 | 0 | 1010010 | 100011001 | 111101 | 1011 |
Color Harmonies of #230B2E
Complementary color
Monochromatic Colors of #230B2E
Black with #230B2E
Text Example
Text Example
White with #230B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B2E; }
p { color: rgb(35,11,46); }
H1.HeaderClassName
{
color: #230B2E;
}
.AnyTagClassName
{
color: #230B2E;
}
</style>
background-color css
<style>
a { background-color: #230B2E; }
a { background-color: rgb(35,11,46); }
div.DivClassName
{
background-color: #230B2E;
}
.BgClassName
{
background-color: #230B2E;
}
</style>
border-color css
<style>
span { border-color: #230B2E; }
span { border-color: rgb(35,11,46); }
td.TdClassName
{
border-color: #230B2E;
}
.TagClassName
{
border-color: #230B2E;
}
</style>