Shades of Blackcurrant #231134
Tints of Blackcurrant #231134
RGB
CMYK
RGB Variations
Color information
#231134 (or 0x231134) is known color: Blackcurrant. HEX triplet: 23, 11 and 34. RGB value is (35,17,52). Sum of RGB (Red+Green+Blue) = 35+17+52=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #231134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231134 is #DCEECB. Grayscale: #1A1A1A. Windows color (decimal): -14479052 or 3412259. OLE color: 3412259.
HSL color Cylindrical-coordinate representation of color #231134: hue angle of 270.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231134 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 17 | 52 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.80 |
| HSL | 270.86º | 0.51% | 0.14% | - |
| HSV(B) | 270.86º | 0.67% | 0.2% | - |
| XYZ | 1.51 | 1.01 | 3.36 | - |
| YUV | 26.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 52 | 0.33 | 0.67 | 0 | 0.80 | 270.86 | 0.51 | 0.14 |
| Hex | 23 | 11 | 34 | 21 | 43 | 0 | 50 | 10F | 33 | E |
| Octal | 43 | 21 | 64 | 41 | 103 | 0 | 120 | 417 | 63 | 16 |
| Binary | 100011 | 10001 | 110100 | 100001 | 1000011 | 0 | 1010000 | 100001111 | 110011 | 1110 |
Color Harmonies of #231134
Complementary color
Monochromatic Colors of #231134
Black with #231134
Text Example
Text Example
White with #231134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231134; }
p { color: rgb(35,17,52); }
H1.HeaderClassName
{
color: #231134;
}
.AnyTagClassName
{
color: #231134;
}
</style>
background-color css
<style>
a { background-color: #231134; }
a { background-color: rgb(35,17,52); }
div.DivClassName
{
background-color: #231134;
}
.BgClassName
{
background-color: #231134;
}
</style>
border-color css
<style>
span { border-color: #231134; }
span { border-color: rgb(35,17,52); }
td.TdClassName
{
border-color: #231134;
}
.TagClassName
{
border-color: #231134;
}
</style>