Shades of Blackcurrant #231831
Tints of Blackcurrant #231831
RGB
CMYK
RGB Variations
Color information
#231831 (or 0x231831) is known color: Blackcurrant. HEX triplet: 23, 18 and 31. RGB value is (35,24,49). Sum of RGB (Red+Green+Blue) = 35+24+49=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #231831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231831 is #DCE7CE. Grayscale: #1E1E1E. Windows color (decimal): -14477263 or 3217443. OLE color: 3217443.
HSL color Cylindrical-coordinate representation of color #231831: hue angle of 266.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231831 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 24 | 49 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.81 |
| HSL | 266.4º | 0.34% | 0.14% | - |
| HSV(B) | 266.4º | 0.51% | 0.19% | - |
| XYZ | 1.57 | 1.23 | 3.06 | - |
| YUV | 30.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 49 | 0.29 | 0.51 | 0 | 0.81 | 266.4 | 0.34 | 0.14 |
| Hex | 23 | 18 | 31 | 1D | 33 | 0 | 51 | 10A | 22 | E |
| Octal | 43 | 30 | 61 | 35 | 63 | 0 | 121 | 412 | 42 | 16 |
| Binary | 100011 | 11000 | 110001 | 11101 | 110011 | 0 | 1010001 | 100001010 | 100010 | 1110 |
Color Harmonies of #231831
Complementary color
Monochromatic Colors of #231831
Black with #231831
Text Example
Text Example
White with #231831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231831; }
p { color: rgb(35,24,49); }
H1.HeaderClassName
{
color: #231831;
}
.AnyTagClassName
{
color: #231831;
}
</style>
background-color css
<style>
a { background-color: #231831; }
a { background-color: rgb(35,24,49); }
div.DivClassName
{
background-color: #231831;
}
.BgClassName
{
background-color: #231831;
}
</style>
border-color css
<style>
span { border-color: #231831; }
span { border-color: rgb(35,24,49); }
td.TdClassName
{
border-color: #231831;
}
.TagClassName
{
border-color: #231831;
}
</style>