Shades of Blackcurrant #231929
Tints of Blackcurrant #231929
RGB
CMYK
RGB Variations
Color information
#231929 (or 0x231929) is known color: Blackcurrant. HEX triplet: 23, 19 and 29. RGB value is (35,25,41). Sum of RGB (Red+Green+Blue) = 35+25+41=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 41 - color contains mainly: blue. Hex color #231929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231929 is #DCE6D6. Grayscale: #1D1D1D. Windows color (decimal): -14477015 or 2693411. OLE color: 2693411.
HSL color Cylindrical-coordinate representation of color #231929: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #231929 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 25 | 41 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.84 |
| HSL | 277.5º | 0.24% | 0.13% | - |
| HSV(B) | 277.5º | 0.39% | 0.16% | - |
| XYZ | 1.44 | 1.21 | 2.26 | - |
| YUV | 29.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 41 | 0.15 | 0.39 | 0 | 0.84 | 277.5 | 0.24 | 0.13 |
| Hex | 23 | 19 | 29 | F | 27 | 0 | 54 | 116 | 18 | D |
| Octal | 43 | 31 | 51 | 17 | 47 | 0 | 124 | 426 | 30 | 15 |
| Binary | 100011 | 11001 | 101001 | 1111 | 100111 | 0 | 1010100 | 100010110 | 11000 | 1101 |
Color Harmonies of #231929
Complementary color
Monochromatic Colors of #231929
Black with #231929
Text Example
Text Example
White with #231929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231929; }
p { color: rgb(35,25,41); }
H1.HeaderClassName
{
color: #231929;
}
.AnyTagClassName
{
color: #231929;
}
</style>
background-color css
<style>
a { background-color: #231929; }
a { background-color: rgb(35,25,41); }
div.DivClassName
{
background-color: #231929;
}
.BgClassName
{
background-color: #231929;
}
</style>
border-color css
<style>
span { border-color: #231929; }
span { border-color: rgb(35,25,41); }
td.TdClassName
{
border-color: #231929;
}
.TagClassName
{
border-color: #231929;
}
</style>