Shades of Blackcurrant #231129
Tints of Blackcurrant #231129
RGB
CMYK
RGB Variations
Color information
#231129 (or 0x231129) is known color: Blackcurrant. HEX triplet: 23, 11 and 29. RGB value is (35,17,41). Sum of RGB (Red+Green+Blue) = 35+17+41=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #231129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231129 is #DCEED6. Grayscale: #191919. Windows color (decimal): -14479063 or 2691363. OLE color: 2691363.
HSL color Cylindrical-coordinate representation of color #231129: hue angle of 285º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #231129 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 17 | 41 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.84 |
| HSL | 285º | 0.41% | 0.11% | - |
| HSV(B) | 285º | 0.59% | 0.16% | - |
| XYZ | 1.29 | 0.92 | 2.21 | - |
| YUV | 25.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 41 | 0.15 | 0.59 | 0 | 0.84 | 285 | 0.41 | 0.11 |
| Hex | 23 | 11 | 29 | F | 3B | 0 | 54 | 11D | 29 | B |
| Octal | 43 | 21 | 51 | 17 | 73 | 0 | 124 | 435 | 51 | 13 |
| Binary | 100011 | 10001 | 101001 | 1111 | 111011 | 0 | 1010100 | 100011101 | 101001 | 1011 |
Color Harmonies of #231129
Complementary color
Monochromatic Colors of #231129
Black with #231129
Text Example
Text Example
White with #231129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231129; }
p { color: rgb(35,17,41); }
H1.HeaderClassName
{
color: #231129;
}
.AnyTagClassName
{
color: #231129;
}
</style>
background-color css
<style>
a { background-color: #231129; }
a { background-color: rgb(35,17,41); }
div.DivClassName
{
background-color: #231129;
}
.BgClassName
{
background-color: #231129;
}
</style>
border-color css
<style>
span { border-color: #231129; }
span { border-color: rgb(35,17,41); }
td.TdClassName
{
border-color: #231129;
}
.TagClassName
{
border-color: #231129;
}
</style>