Shades of Blackcurrant #230829
Tints of Blackcurrant #230829
RGB
CMYK
RGB Variations
Color information
#230829 (or 0x230829) is known color: Blackcurrant. HEX triplet: 23, 08 and 29. RGB value is (35,8,41). Sum of RGB (Red+Green+Blue) = 35+8+41=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #230829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230829 is #DCF7D6. Grayscale: #131313. Windows color (decimal): -14481367 or 2689059. OLE color: 2689059.
HSL color Cylindrical-coordinate representation of color #230829: hue angle of 289.09º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230829 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 8 | 41 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.84 |
| HSL | 289.09º | 0.67% | 0.1% | - |
| HSV(B) | 289.09º | 0.8% | 0.16% | - |
| XYZ | 1.18 | 0.69 | 2.17 | - |
| YUV | 19.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 41 | 0.15 | 0.80 | 0 | 0.84 | 289.09 | 0.67 | 0.1 |
| Hex | 23 | 8 | 29 | F | 50 | 0 | 54 | 121 | 43 | A |
| Octal | 43 | 10 | 51 | 17 | 120 | 0 | 124 | 441 | 103 | 12 |
| Binary | 100011 | 1000 | 101001 | 1111 | 1010000 | 0 | 1010100 | 100100001 | 1000011 | 1010 |
Color Harmonies of #230829
Complementary color
Monochromatic Colors of #230829
Black with #230829
Text Example
Text Example
White with #230829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230829; }
p { color: rgb(35,8,41); }
H1.HeaderClassName
{
color: #230829;
}
.AnyTagClassName
{
color: #230829;
}
</style>
background-color css
<style>
a { background-color: #230829; }
a { background-color: rgb(35,8,41); }
div.DivClassName
{
background-color: #230829;
}
.BgClassName
{
background-color: #230829;
}
</style>
border-color css
<style>
span { border-color: #230829; }
span { border-color: rgb(35,8,41); }
td.TdClassName
{
border-color: #230829;
}
.TagClassName
{
border-color: #230829;
}
</style>