Shades of Blackcurrant #231434
Tints of Blackcurrant #231434
RGB
CMYK
RGB Variations
Color information
#231434 (or 0x231434) is known color: Blackcurrant. HEX triplet: 23, 14 and 34. RGB value is (35,20,52). Sum of RGB (Red+Green+Blue) = 35+20+52=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #231434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231434 is #DCEBCB. Grayscale: #1C1C1C. Windows color (decimal): -14478284 or 3413027. OLE color: 3413027.
HSL color Cylindrical-coordinate representation of color #231434: hue angle of 268.12º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231434 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 20 | 52 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.80 |
| HSL | 268.13º | 0.44% | 0.14% | - |
| HSV(B) | 268.13º | 0.62% | 0.2% | - |
| XYZ | 1.56 | 1.11 | 3.38 | - |
| YUV | 28.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 52 | 0.33 | 0.62 | 0 | 0.80 | 268.13 | 0.44 | 0.14 |
| Hex | 23 | 14 | 34 | 21 | 3E | 0 | 50 | 10C | 2C | E |
| Octal | 43 | 24 | 64 | 41 | 76 | 0 | 120 | 414 | 54 | 16 |
| Binary | 100011 | 10100 | 110100 | 100001 | 111110 | 0 | 1010000 | 100001100 | 101100 | 1110 |
Color Harmonies of #231434
Complementary color
Monochromatic Colors of #231434
Black with #231434
Text Example
Text Example
White with #231434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231434; }
p { color: rgb(35,20,52); }
H1.HeaderClassName
{
color: #231434;
}
.AnyTagClassName
{
color: #231434;
}
</style>
background-color css
<style>
a { background-color: #231434; }
a { background-color: rgb(35,20,52); }
div.DivClassName
{
background-color: #231434;
}
.BgClassName
{
background-color: #231434;
}
</style>
border-color css
<style>
span { border-color: #231434; }
span { border-color: rgb(35,20,52); }
td.TdClassName
{
border-color: #231434;
}
.TagClassName
{
border-color: #231434;
}
</style>