Shades of Blackcurrant #231629
Tints of Blackcurrant #231629
RGB
CMYK
RGB Variations
Color information
#231629 (or 0x231629) is known color: Blackcurrant. HEX triplet: 23, 16 and 29. RGB value is (35,22,41). Sum of RGB (Red+Green+Blue) = 35+22+41=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 41 - color contains mainly: blue. Hex color #231629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231629 is #DCE9D6. Grayscale: #1B1B1B. Windows color (decimal): -14477783 or 2692643. OLE color: 2692643.
HSL color Cylindrical-coordinate representation of color #231629: hue angle of 281.05º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231629 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 22 | 41 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.84 |
| HSL | 281.05º | 0.3% | 0.12% | - |
| HSV(B) | 281.05º | 0.46% | 0.16% | - |
| XYZ | 1.38 | 1.09 | 2.24 | - |
| YUV | 28.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 41 | 0.15 | 0.46 | 0 | 0.84 | 281.05 | 0.3 | 0.12 |
| Hex | 23 | 16 | 29 | F | 2E | 0 | 54 | 119 | 1E | C |
| Octal | 43 | 26 | 51 | 17 | 56 | 0 | 124 | 431 | 36 | 14 |
| Binary | 100011 | 10110 | 101001 | 1111 | 101110 | 0 | 1010100 | 100011001 | 11110 | 1100 |
Color Harmonies of #231629
Complementary color
Monochromatic Colors of #231629
Black with #231629
Text Example
Text Example
White with #231629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231629; }
p { color: rgb(35,22,41); }
H1.HeaderClassName
{
color: #231629;
}
.AnyTagClassName
{
color: #231629;
}
</style>
background-color css
<style>
a { background-color: #231629; }
a { background-color: rgb(35,22,41); }
div.DivClassName
{
background-color: #231629;
}
.BgClassName
{
background-color: #231629;
}
</style>
border-color css
<style>
span { border-color: #231629; }
span { border-color: rgb(35,22,41); }
td.TdClassName
{
border-color: #231629;
}
.TagClassName
{
border-color: #231629;
}
</style>