Shades of Blackcurrant #230D2B
Tints of Blackcurrant #230D2B
RGB
CMYK
RGB Variations
Color information
#230D2B (or 0x230D2B) is known color: Blackcurrant. HEX triplet: 23, 0D and 2B. RGB value is (35,13,43). Sum of RGB (Red+Green+Blue) = 35+13+43=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #230D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D2B is #DCF2D4. Grayscale: #161616. Windows color (decimal): -14480085 or 2821411. OLE color: 2821411.
HSL color Cylindrical-coordinate representation of color #230D2B: hue angle of 284º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #230D2B is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 13 | 43 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.83 |
| HSL | 284º | 0.54% | 0.11% | - |
| HSV(B) | 284º | 0.7% | 0.17% | - |
| XYZ | 1.27 | 0.82 | 2.38 | - |
| YUV | 23 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 43 | 0.19 | 0.70 | 0 | 0.83 | 284 | 0.54 | 0.11 |
| Hex | 23 | D | 2B | 13 | 46 | 0 | 53 | 11C | 36 | B |
| Octal | 43 | 15 | 53 | 23 | 106 | 0 | 123 | 434 | 66 | 13 |
| Binary | 100011 | 1101 | 101011 | 10011 | 1000110 | 0 | 1010011 | 100011100 | 110110 | 1011 |
Color Harmonies of #230D2B
Complementary color
Monochromatic Colors of #230D2B
Black with #230D2B
Text Example
Text Example
White with #230D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D2B; }
p { color: rgb(35,13,43); }
H1.HeaderClassName
{
color: #230D2B;
}
.AnyTagClassName
{
color: #230D2B;
}
</style>
background-color css
<style>
a { background-color: #230D2B; }
a { background-color: rgb(35,13,43); }
div.DivClassName
{
background-color: #230D2B;
}
.BgClassName
{
background-color: #230D2B;
}
</style>
border-color css
<style>
span { border-color: #230D2B; }
span { border-color: rgb(35,13,43); }
td.TdClassName
{
border-color: #230D2B;
}
.TagClassName
{
border-color: #230D2B;
}
</style>